]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/rtc/Kconfig
tegra: video: Support serial output resource (SOR) on tegra124
[karo-tx-uboot.git] / drivers / rtc / Kconfig
1 config DM_RTC
2         bool "Enable Driver Model for RTC drivers"
3         depends on DM
4         help
5           Enable drver model for real-time-clock drivers. The RTC uclass
6           then provides the rtc_get()/rtc_set() interface, delegating to
7           drivers to perform the actual functions. See rtc.h for a
8           description of the API.