diff options
author | Heiko Schocher <hs@denx.de> | 2019-07-16 06:31:33 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-29 16:32:11 +0300 |
commit | a7e6d0c45a87d8f334aa23ff7874147db206f5d1 (patch) | |
tree | 042da9aec15b605b42a9e24ae884fd5907ce7abf /drivers/rtc | |
parent | bb4c5d6055a6889ea8199c729c94f9e05ad6e855 (diff) | |
download | u-boot-a7e6d0c45a87d8f334aa23ff7874147db206f5d1.tar.xz |
rtc: move RTC_RX8025 to Kconfig
move RTC_RX8025 to Kconfig and fixup board configs.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 0b58a18f5f..860b73d369 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -86,6 +86,11 @@ config RTC_RX8010SJ help Support for Epson RX8010SJ Real Time Clock devices. +config RTC_RX8025 + bool "Enable RX8025 driver" + help + Support for Epson RX8025 Real Time Clock devices. + config RTC_PL031 bool "Enable ARM AMBA PL031 RTC driver" help |