diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-09 18:15:27 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-26 15:56:31 +0200 |
commit | 111f750389e0862ad01080fa39e84beb94cbfc8f (patch) | |
tree | 00117788a0ee3786b4e19eb1a64c99160cc5e457 /drivers/rtc/Kconfig | |
parent | rtc: remove tile driver (diff) | |
download | linux-111f750389e0862ad01080fa39e84beb94cbfc8f.tar.xz linux-111f750389e0862ad01080fa39e84beb94cbfc8f.zip |
rtc: remove bfin driver
The blackfin architecture is getting removed, so this one is
now obsolete.
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Acked-by: Aaron Wu <aaron.wu@analog.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 9664852afc49..319e3c8976d5 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -1434,16 +1434,6 @@ config RTC_DRV_AU1XXX This driver can also be built as a module. If so, the module will be called rtc-au1xxx. -config RTC_DRV_BFIN - tristate "Blackfin On-Chip RTC" - depends on BLACKFIN && !BF561 - help - If you say yes here you will get support for the - Blackfin On-Chip Real Time Clock. - - This driver can also be built as a module. If so, the module - will be called rtc-bfin. - config RTC_DRV_RS5C313 tristate "Ricoh RS5C313" depends on SH_LANDISK |