Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aebaec97 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Wim Van Sebroeck
Browse files

[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: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent b1183e06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -302,7 +302,7 @@ config TS72XX_WATCHDOG

config MAX63XX_WATCHDOG
	tristate "Max63xx watchdog"
	depends on ARM
	depends on ARM && HAS_IOMEM
	help
	  Support for memory mapped max63{69,70,71,72,73,74} watchdog timer.