|
@@ -13,6 +13,24 @@ config DM_RTC
|
|
drivers to perform the actual functions. See rtc.h for a
|
|
drivers to perform the actual functions. See rtc.h for a
|
|
description of the API.
|
|
description of the API.
|
|
|
|
|
|
|
|
+config SPL_DM_RTC
|
|
|
|
+ bool "Enable Driver Model for RTC drivers in SPL"
|
|
|
|
+ depends on SPL_DM
|
|
|
|
+ help
|
|
|
|
+ Enable drver model for real-time-clock drivers. The RTC uclass
|
|
|
|
+ then provides the rtc_get()/rtc_set() interface, delegating to
|
|
|
|
+ drivers to perform the actual functions. See rtc.h for a
|
|
|
|
+ description of the API.
|
|
|
|
+
|
|
|
|
+config TPL_DM_RTC
|
|
|
|
+ bool "Enable Driver Model for RTC drivers in TPL"
|
|
|
|
+ depends on TPL_DM
|
|
|
|
+ help
|
|
|
|
+ Enable drver model for real-time-clock drivers. The RTC uclass
|
|
|
|
+ then provides the rtc_get()/rtc_set() interface, delegating to
|
|
|
|
+ drivers to perform the actual functions. See rtc.h for a
|
|
|
|
+ description of the API.
|
|
|
|
+
|
|
config RTC_PCF2127
|
|
config RTC_PCF2127
|
|
bool "Enable PCF2127 driver"
|
|
bool "Enable PCF2127 driver"
|
|
depends on DM_RTC
|
|
depends on DM_RTC
|