diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2021-10-21 21:22:56 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2021-10-23 23:52:48 +0200 |
commit | 005870f46cf6f98417ec48d129721e945dfb3a43 (patch) | |
tree | 41f85bf2a1a142c0e4b43ad5dafdac2328fe4342 /drivers/rtc/Kconfig | |
parent | rtc: sun6i: Allow probing without an early clock provider (diff) | |
download | linux-005870f46cf6f98417ec48d129721e945dfb3a43.tar.xz linux-005870f46cf6f98417ec48d129721e945dfb3a43.zip |
rtc: tps80031: Remove driver
Driver was upstreamed in 2013 and never got a user, remove it.
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20211021192258.21968-2-digetx@gmail.com
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 8dc92b4e042f..f4dfc65693a4 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -583,14 +583,6 @@ config RTC_DRV_TPS65910 This driver can also be built as a module. If so, the module will be called rtc-tps65910. -config RTC_DRV_TPS80031 - tristate "TI TPS80031/TPS80032 RTC driver" - depends on MFD_TPS80031 - help - TI Power Management IC TPS80031 supports RTC functionality - along with alarm. This driver supports the RTC driver for - the TPS80031 RTC module. - config RTC_DRV_RC5T583 tristate "RICOH 5T583 RTC driver" depends on MFD_RC5T583 |