aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-03-26 11:00:01 -0400
committerWim Van Sebroeck <wim@iguana.be>2014-06-10 15:37:14 -0400
commit1e8c8a5b484f99d82bd961d10705896385cafc06 (patch)
treeb58cc44711b176ce5adce8c229827a21f56ea3e5 /drivers/watchdog
parent963649d735c8b6eb0f97e82c54f02426ff3f1f45 (diff)
watchdog: Fix SBC8360 dependencies
According to its Kconfig help text, the sbc8360 watchdog driver is only used on the Axiomtek SBC8360 single-board computer. This piece of hardware is 32-bit x86 so the driver is useless beyond X86_32. Signed-off-by: Jean Delvare <jdelvare@suse.de> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 74ec8fc5cc03..2b4c1fc87653 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -835,7 +835,7 @@ config 60XX_WDT
835 835
836config SBC8360_WDT 836config SBC8360_WDT
837 tristate "SBC8360 Watchdog Timer" 837 tristate "SBC8360 Watchdog Timer"
838 depends on X86 838 depends on X86_32
839 ---help--- 839 ---help---
840 840
841 This is the driver for the hardware watchdog on the SBC8360 Single 841 This is the driver for the hardware watchdog on the SBC8360 Single