diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-08-09 22:27:42 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-08-12 22:56:07 +0200 |
commit | cb3cab06142eaa157bf5666c4e514ef087bf4323 (patch) | |
tree | a54bc7b0ad11710579504a1831bf8fb8003eb1e3 /drivers/rtc/Kconfig | |
parent | aae364d2a88897e1b3ac0f53414dab39726b80e9 (diff) |
rtc: remove w90x900/nuc900 driver
The ARM w90x900 platform is getting removed, so this driver is obsolete.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20190809202749.742267-15-arnd@arndb.de
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index e72f65b61176..2805cbb32ade 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -1247,13 +1247,6 @@ config RTC_DRV_AB8500 Select this to enable the ST-Ericsson AB8500 power management IC RTC support. This chip contains a battery- and capacitor-backed RTC. -config RTC_DRV_NUC900 - tristate "NUC910/NUC920 RTC driver" - depends on ARCH_W90X900 || COMPILE_TEST - help - If you say yes here you get support for the RTC subsystem of the - NUC910/NUC920 used in embedded systems. - config RTC_DRV_OPAL tristate "IBM OPAL RTC driver" depends on PPC_POWERNV |