diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-04-03 20:34:03 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2012-05-23 16:16:28 +0200 |
commit | 065e8238302b630046ba3621943907cf509e78dd (patch) | |
tree | 080d91f9a9e83c625d491f383f6414e453ea30c9 /drivers/watchdog/Kconfig | |
parent | 62a9aebc5b8e28073a8609b9af6e8321cc622344 (diff) | |
download | linux-065e8238302b630046ba3621943907cf509e78dd.tar.gz linux-065e8238302b630046ba3621943907cf509e78dd.tar.bz2 linux-065e8238302b630046ba3621943907cf509e78dd.zip |
watchdog: remove ixp2000 driver
The platform is removed, so there are no users of this driver.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index eeea76f4dccb..8c37d853aec2 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -129,17 +129,6 @@ config 977_WATCHDOG Not sure? It's safe to say N. -config IXP2000_WATCHDOG - tristate "IXP2000 Watchdog" - depends on ARCH_IXP2000 - help - Say Y here if to include support for the watchdog timer - in the Intel IXP2000(2400, 2800, 2850) network processors. - This driver can be built as a module by choosing M. The module - will be called ixp2000_wdt. - - Say N if you are unsure. - config IXP4XX_WATCHDOG tristate "IXP4xx Watchdog" depends on ARCH_IXP4XX |