]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: sp805_wdt depends on ARM
authorAlessandro Rubini <rubini@gnudd.com>
Wed, 20 Feb 2013 22:41:04 +0000 (23:41 +0100)
committerWim Van Sebroeck <wim@iguana.be>
Fri, 1 Mar 2013 11:56:26 +0000 (12:56 +0100)
commiteefcaedcc215e2a16694a225eea0f69d89976b19
treef985ff02bb2d5830e6bb226d5ef8e512e64f33ba
parent4abb944c48be0235f0e2ca943ddfb2d0aaeda1e3
watchdog: sp805_wdt depends on ARM

The SP805 driver is only used by the Spear machines, and uses
writel_relaxed, which is not available on all architectures.

The dependency from CONFIG_ARM avoids compilation problems under
randomconfig when CONFIG_ARM_AMBA is enabled for x86 builds.

Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@st.com>
Signed-off-by: Davide Ciminaghi <ciminaghi@gnudd.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/Kconfig