]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
watchdog: i6300esb: don't depend on X86
authorMichael Olbrich <m.olbrich@pengutronix.de>
Sun, 8 Apr 2012 11:56:06 +0000 (13:56 +0200)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 23 May 2012 14:24:32 +0000 (16:24 +0200)
i6300esb is on of the watchdogs QEMU can emulate. It is also available
when emulating ARM. The driver works without problems and is quite
useful to test userspace dealing with /dev/watchdog.

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/Kconfig

index 8c37d853aec2652b694ab64bd28d18481fc074d0..0542314e1510588a6ba6aa8642839510ef6804b5 100644 (file)
@@ -532,7 +532,7 @@ config WAFER_WDT
 
 config I6300ESB_WDT
        tristate "Intel 6300ESB Timer/Watchdog"
-       depends on X86 && PCI
+       depends on PCI
        ---help---
          Hardware driver for the watchdog timer built into the Intel
          6300ESB controller hub.