Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[WATCHDOG] set max63xx driver as ARM only

Use of ioremap() causes build failure on S390.
Restrict the driver to ARM until another architecture comes along
and enables the driver for its own use.

Signed-off-by: Marc Zyngier <maz@misterjones.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Marc Zyngier and committed by
Wim Van Sebroeck
5e803716 35c79780

+6 -5
+6 -5
drivers/watchdog/Kconfig
··· 55 55 To compile this driver as a module, choose M here: the 56 56 module will be called softdog. 57 57 58 - config MAX63XX_WATCHDOG 59 - tristate "Max63xx watchdog" 60 - help 61 - Support for memory mapped max63{69,70,71,72,73,74} watchdog timer. 62 - 63 58 config WM831X_WATCHDOG 64 59 tristate "WM831x watchdog" 65 60 depends on MFD_WM831X ··· 299 304 300 305 To compile this driver as a module, choose M here: the 301 306 module will be called ts72xx_wdt. 307 + 308 + config MAX63XX_WATCHDOG 309 + tristate "Max63xx watchdog" 310 + depends on ARM 311 + help 312 + Support for memory mapped max63{69,70,71,72,73,74} watchdog timer. 302 313 303 314 # AVR32 Architecture 304 315