diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-08-30 12:46:11 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-09-09 10:40:17 -0400 |
commit | 6da4161355bb02876f9123857990f049959c8d7b (patch) | |
tree | df4478159ecc83fcc3a272b60defeb68318b7b11 /drivers/watchdog/Kconfig | |
parent | ace2c0205b1bae2c3d1ea0932a1e45494938005a (diff) |
watchdog: Remove ARCH_KIRKWOOD dependency
mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
ARCH_MVEBU is sufficient.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Cc: Wim Van Sebroeck <wim@iguana.be>
Cc: linux-watchdog@vger.kernel.org
Link: https://lkml.kernel.org/r/1409417172-6846-7-git-send-email-andrew@lunn.ch
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index f57312fced80..1d1330a78af3 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -301,7 +301,7 @@ config DAVINCI_WATCHDOG | |||
301 | 301 | ||
302 | config ORION_WATCHDOG | 302 | config ORION_WATCHDOG |
303 | tristate "Orion watchdog" | 303 | tristate "Orion watchdog" |
304 | depends on ARCH_ORION5X || ARCH_KIRKWOOD || ARCH_DOVE || MACH_DOVE || ARCH_MVEBU | 304 | depends on ARCH_ORION5X || ARCH_DOVE || MACH_DOVE || ARCH_MVEBU |
305 | select WATCHDOG_CORE | 305 | select WATCHDOG_CORE |
306 | help | 306 | help |
307 | Say Y here if to include support for the watchdog timer | 307 | Say Y here if to include support for the watchdog timer |