diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2014-02-10 18:00:35 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-02-21 22:44:34 -0500 |
commit | 59416745bb8cbe32daf805f768418353168b0664 (patch) | |
tree | 4e707ee18f97c735bfdcf1a89e1c2abec36111c5 | |
parent | 463f96e0cdacce5be9bfdd4cc81e7225347cdc31 (diff) |
watchdog: orion: Enable the build on ARCH_MVEBU
After adding support for Armada 370/XP SoC let's enable the build on
these platforms.
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Acked-by: Wim Van Sebroeck <wim@iguana.be>
Tested-By: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-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 4c4c566c52a3..2dda6c03c7bf 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -291,7 +291,7 @@ config DAVINCI_WATCHDOG | |||
291 | 291 | ||
292 | config ORION_WATCHDOG | 292 | config ORION_WATCHDOG |
293 | tristate "Orion watchdog" | 293 | tristate "Orion watchdog" |
294 | depends on ARCH_ORION5X || ARCH_KIRKWOOD || ARCH_DOVE | 294 | depends on ARCH_ORION5X || ARCH_KIRKWOOD || ARCH_DOVE || ARCH_MVEBU |
295 | select WATCHDOG_CORE | 295 | select WATCHDOG_CORE |
296 | help | 296 | help |
297 | Say Y here if to include support for the watchdog timer | 297 | Say Y here if to include support for the watchdog timer |