diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-09 21:01:17 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-26 15:57:04 +0200 |
commit | 011bf62430f49e7ce436dbbd9dbec490156442a5 (patch) | |
tree | a85037589c1f0bf305bb06bca35e2b74e9f99cdd /drivers/watchdog/Kconfig | |
parent | c7b2d3e52d7be208480944b2434ddf9e0ef9b58d (diff) | |
download | linux-011bf62430f49e7ce436dbbd9dbec490156442a5.tar.gz linux-011bf62430f49e7ce436dbbd9dbec490156442a5.tar.bz2 linux-011bf62430f49e7ce436dbbd9dbec490156442a5.zip |
watchdog: remove bfin_wdt driver
The blackfin architecture is getting removed, so this driver has
become obsolete.
Acked-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Aaron Wu <aaron.wu@analog.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 79020ce95de2..de6847d7b4e3 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -815,19 +815,6 @@ config SPRD_WATCHDOG Say Y here to include watchdog timer supported by Spreadtrum system. -# BLACKFIN Architecture - -config BFIN_WDT - tristate "Blackfin On-Chip Watchdog Timer" - depends on BLACKFIN - ---help--- - If you say yes here you will get support for the Blackfin On-Chip - Watchdog Timer. If you have one of these processors and wish to - have watchdog support enabled, say Y, otherwise say N. - - To compile this driver as a module, choose M here: the - module will be called bfin_wdt. - # X86 (i386 + ia64 + x86_64) Architecture config ACQUIRE_WDT |