Re: [PATCH V6 2/5] watchdog: sp805_wdt depends on ARM

2013-02-27 Thread Wim Van Sebroeck
Hi Alessandro, > 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: Ale

[PATCH V6 2/5] watchdog: sp805_wdt depends on ARM

2013-02-20 Thread Alessandro Rubini
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: Gian