mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-03 18:23:34 +00:00
rtc: rv3029: add to Kconfig
The MicroCrystal RV3029 driver didn't have a Kconfig entry and was not used anywhere. Add it to Kconfig to make it selectable. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Tested-by: Klaus Goger <klaus.goger@theobroma-systems.com>
This commit is contained in:
parent
d3f4bce9c0
commit
a3716b5f3f
1 changed files with 10 additions and 0 deletions
|
@ -60,6 +60,16 @@ config RTC_ISL1208
|
||||||
This driver supports reading and writing the RTC/calendar and detects
|
This driver supports reading and writing the RTC/calendar and detects
|
||||||
total power failures.
|
total power failures.
|
||||||
|
|
||||||
|
config RTC_RV3029
|
||||||
|
bool "Enable RV3029 driver"
|
||||||
|
depends on DM_RTC
|
||||||
|
help
|
||||||
|
The MicroCrystal RV3029 is a I2C Real Time Clock (RTC) with 8-byte
|
||||||
|
battery-backed SRAM.
|
||||||
|
|
||||||
|
This driver supports reading and writing the RTC/calendar and the
|
||||||
|
battery-baced SRAM section.
|
||||||
|
|
||||||
config RTC_RX8010SJ
|
config RTC_RX8010SJ
|
||||||
bool "Enable RX8010SJ driver"
|
bool "Enable RX8010SJ driver"
|
||||||
depends on DM_RTC
|
depends on DM_RTC
|
||||||
|
|
Loading…
Add table
Reference in a new issue