Skip to content

Commit

Permalink
[WATCHDOG] max63xx driver depends on ioremap()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geert Uytterhoeven authored and Wim Van Sebroeck committed Apr 16, 2010
1 parent b1183e0 commit aebaec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/watchdog/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit aebaec9

Please sign in to comment.