diff options
author | Ezequiel Garcia <[email protected]> | 2014-02-10 20:00:35 -0300 |
---|---|---|
committer | Jason Cooper <[email protected]> | 2014-02-22 03:44:34 +0000 |
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 <[email protected]>
Tested-by: Willy Tarreau <[email protected]>
Signed-off-by: Ezequiel Garcia <[email protected]>
Acked-by: Wim Van Sebroeck <[email protected]>
Tested-By: Jason Gunthorpe <[email protected]>
Signed-off-by: Jason Cooper <[email protected]>
-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 config ORION_WATCHDOG tristate "Orion watchdog" - depends on ARCH_ORION5X || ARCH_KIRKWOOD || ARCH_DOVE + depends on ARCH_ORION5X || ARCH_KIRKWOOD || ARCH_DOVE || ARCH_MVEBU select WATCHDOG_CORE help Say Y here if to include support for the watchdog timer |