]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/watchdog/Kconfig
watchdog: orion: Depend on 32-bit ARM
authorThierry Reding <treding@nvidia.com>
Wed, 24 Feb 2016 14:22:06 +0000 (15:22 +0100)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 1 Mar 2016 14:16:11 +0000 (15:16 +0100)
commitc3525e3f09526b3ea2b59bb8f9b78cb2ff19a094
tree680457ae8d440e81aa80ac896e1862cbf4e7e85d
parent0519e91d80148086997aa5f3ab5d15e95151b6b1
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 <treding@nvidia.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/Kconfig