From: Alessandro Rubini Date: Wed, 20 Feb 2013 22:41:04 +0000 (+0100) Subject: watchdog: sp805_wdt depends on ARM X-Git-Tag: v3.9-rc1~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41e9f3f71bc7a5d41a2b925cfdc0dc22a77f7d8c;p=pandora-kernel.git 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 Acked-by: Giancarlo Asnaghi Signed-off-by: Davide Ciminaghi Acked-by: Linus Walleij Acked-by: Viresh Kumar Signed-off-by: H. Peter Anvin Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed