]> git.sur5r.net Git - u-boot/blob - drivers/rtc/Kconfig
powerpc: mpc86xx: Convert CONFIG_SYS_FSL_NUM_LAWS to Kconfig option
[u-boot] / drivers / rtc / Kconfig
1 #
2 # RTC drivers configuration
3 #
4
5 menu "Real Time Clock"
6
7 config DM_RTC
8         bool "Enable Driver Model for RTC drivers"
9         depends on DM
10         help
11           Enable drver model for real-time-clock drivers. The RTC uclass
12           then provides the rtc_get()/rtc_set() interface, delegating to
13           drivers to perform the actual functions. See rtc.h for a
14           description of the API.
15
16 endmenu