diff options
author | Mathew McBride <matt@traverse.com.au> | 2021-09-17 06:46:01 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-10-03 14:40:56 -0400 |
commit | 152ef916f8f3a8b650aa7ab1ea5b4e9555011536 (patch) | |
tree | ca956a93d6f8c7e2c0e5271e6c56602a45b73661 /drivers/rtc/Kconfig | |
parent | 8e1ebdcfd71a089a5aa7a69664555a75153a9b9e (diff) | |
download | u-boot-152ef916f8f3a8b650aa7ab1ea5b4e9555011536.tar.gz u-boot-152ef916f8f3a8b650aa7ab1ea5b4e9555011536.tar.bz2 u-boot-152ef916f8f3a8b650aa7ab1ea5b4e9555011536.zip |
rtc: rx8025: drop non-DM support
A search of the tree showed there is only one user
of this driver (soon to be two) - board/socrates
The second user will be the Traverse Ten64 board.
Both these boards have DM_RTC.
Signed-off-by: Mathew McBride <matt@traverse.com.au>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index b6692e62df..71777cdd05 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -136,6 +136,7 @@ config RTC_RX8010SJ config RTC_RX8025 bool "Enable RX8025 driver" + depends on DM_RTC help Support for Epson RX8025 Real Time Clock devices. |