diff options
author | Wim Van Sebroeck <wim@iguana.be> | 2011-11-15 11:45:16 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2011-11-15 11:45:16 +0100 |
commit | 943ef2ec4f5f14940ea391d25bf93eb99eb2ff2a (patch) | |
tree | 8723e485a8f651d850336da63c502a63a64d092a /drivers/watchdog/Kconfig | |
parent | 7f80850d3f9fd8fda23a317044aef3a6bafab06b (diff) | |
download | linux-943ef2ec4f5f14940ea391d25bf93eb99eb2ff2a.tar.gz linux-943ef2ec4f5f14940ea391d25bf93eb99eb2ff2a.tar.bz2 linux-943ef2ec4f5f14940ea391d25bf93eb99eb2ff2a.zip |
watchdog: adx_wdt.c: remove driver
Remove the driver (that was added in v2.6.32) since the architecture
has never been merged into mainline.
Reported-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 6285867a9356..79fd606b7cd5 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -314,13 +314,6 @@ config NUC900_WATCHDOG To compile this driver as a module, choose M here: the module will be called nuc900_wdt. -config ADX_WATCHDOG - tristate "Avionic Design Xanthos watchdog" - depends on ARCH_PXA_ADX - help - Say Y here if you want support for the watchdog timer on Avionic - Design Xanthos boards. - config TS72XX_WATCHDOG tristate "TS-72XX SBC Watchdog" depends on MACH_TS72XX |