From: Thierry Reding Date: Wed, 24 Feb 2016 14:22:06 +0000 (+0100) Subject: watchdog: orion: Depend on 32-bit ARM X-Git-Tag: Ubuntu-4.8.0-22.24~1644^2~25 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c3525e3f09526b3ea2b59bb8f9b78cb2ff19a094;p=mirror_ubuntu-zesty-kernel.git watchdog: orion: Depend on 32-bit ARM The driver uses the atomic_io_modify() function to update registers, but that function is only available on 32-bit ARM. Recent changes have added ARCH_MVEBU support to 64-bit ARM and hence allowed this driver to build on 64-bit ARM where this function isn't available and thereby causing allmodconfig builds to break. Signed-off-by: Thierry Reding Signed-off-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index d8108d8ad747..fc1b2959c0b3 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -399,6 +399,7 @@ config DAVINCI_WATCHDOG config ORION_WATCHDOG tristate "Orion watchdog" depends on ARCH_ORION5X || ARCH_DOVE || MACH_DOVE || ARCH_MVEBU + depends on ARM select WATCHDOG_CORE help Say Y here if to include support for the watchdog timer