aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-03-14 15:25:29 -0400
committerWim Van Sebroeck <wim@iguana.be>2014-03-31 07:36:12 -0400
commit6d956e422bf1848e430e0ec3610096215217cb02 (patch)
tree1da60917c6e5fb7d81765d9d029cd8897a734590
parent996735ffd4560ee12d8dd98ad9d27379ee943890 (diff)
watchdog: Fix Elan SC520 dependencies
Anyone using a system based on an AMD Elan SC520 processor would be building a dedicated kernel for it, so we can make the sc520_wdt driver depend on MELAN. SC520_CPUFREQ already depends on MELAN so it makes things more consistent. It also makes kernel configuration for every other x86 user easier. 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>
-rw-r--r--drivers/watchdog/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index f3e5effb78ab..0c6048d5c9a3 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -553,7 +553,7 @@ config GEODE_WDT
553 553
554config SC520_WDT 554config SC520_WDT
555 tristate "AMD Elan SC520 processor Watchdog" 555 tristate "AMD Elan SC520 processor Watchdog"
556 depends on X86 556 depends on MELAN
557 help 557 help
558 This is the driver for the hardware watchdog built in to the 558 This is the driver for the hardware watchdog built in to the
559 AMD "Elan" SC520 microcomputer commonly used in embedded systems. 559 AMD "Elan" SC520 microcomputer commonly used in embedded systems.