[WATCHDOG] max63xx driver depends on ioremap()

Correct fix for the "ioremap() causes build failure on S390" should have been
a dependancy on HAS_IOMEM. So we add this dependancy also (and leave the driver
in the ARM section for now).

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

authored by Geert Uytterhoeven and committed by Wim Van Sebroeck aebaec97 b1183e06

+1 -1
+1 -1
drivers/watchdog/Kconfig
··· 302 302 303 303 config MAX63XX_WATCHDOG 304 304 tristate "Max63xx watchdog" 305 - depends on ARM 305 + depends on ARM && HAS_IOMEM 306 306 help 307 307 Support for memory mapped max63{69,70,71,72,73,74} watchdog timer. 308 308