Re: [PATCH 4/8] watchdog: sp805_wdt depends on ARM

2012-11-28 Thread Linus Walleij
On Fri, Nov 23, 2012 at 4:08 PM, Davide Ciminaghi wrote: > 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

Re: [PATCH 4/8] watchdog: sp805_wdt depends on ARM

2012-11-23 Thread viresh kumar
On Fri, Nov 23, 2012 at 8:38 PM, Davide Ciminaghi wrote: > 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 w