aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-04-08 07:56:06 -0400
committerWim Van Sebroeck <wim@iguana.be>2012-05-23 10:24:32 -0400
commit7050bd54997a1606377a1985b508a145ea8c1555 (patch)
tree16187c46f5991eaf8c5226c2db5d10699da7cfc1 /drivers/watchdog/Kconfig
parent5ce9c371c788638890980b27f0cd8af7071b3a50 (diff)
watchdog: i6300esb: don't depend on X86
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>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 8c37d853aec2..0542314e1510 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -532,7 +532,7 @@ config WAFER_WDT
532 532
533config I6300ESB_WDT 533config I6300ESB_WDT
534 tristate "Intel 6300ESB Timer/Watchdog" 534 tristate "Intel 6300ESB Timer/Watchdog"
535 depends on X86 && PCI 535 depends on PCI
536 ---help--- 536 ---help---
537 Hardware driver for the watchdog timer built into the Intel 537 Hardware driver for the watchdog timer built into the Intel
538 6300ESB controller hub. 538 6300ESB controller hub.