Re: [PATCH v4 3/7] watchdog: sp805_wdt depends on ARM

2012-12-12 Thread Grant Likely
On Wed, Dec 12, 2012 at 9:21 PM, Wim Van Sebroeck wrote: > Hi Davide > >> From: 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 un

Re: [PATCH v4 3/7] watchdog: sp805_wdt depends on ARM

2012-12-12 Thread Wim Van Sebroeck
Hi Davide > From: 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

[PATCH v4 3/7] watchdog: sp805_wdt depends on ARM

2012-12-10 Thread Davide Ciminaghi
From: 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: Alessan