blob: b5d9048ad6a54424ba2b898219bece4191fbf8d4 [file] [log] [blame]
Masahiro Yamada0b11dbf2015-07-26 02:46:26 +09001#
2# RTC drivers configuration
3#
4
5menu "Real Time Clock"
6
Simon Glassdbeda5b2015-04-20 12:37:23 -06007config 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.
Masahiro Yamada0b11dbf2015-07-26 02:46:26 +090015
16endmenu