From: Jean Delvare Date: Fri, 14 Mar 2014 19:25:29 +0000 (+0100) Subject: watchdog: Fix Elan SC520 dependencies X-Git-Tag: Ubuntu-snapdragon-4.4.0-1050.54~10605^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=6d956e422bf1848e430e0ec3610096215217cb02;p=mirror_ubuntu-artful-kernel.git 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 Reviewed-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- 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 config SC520_WDT tristate "AMD Elan SC520 processor Watchdog" - depends on X86 + depends on MELAN help This is the driver for the hardware watchdog built in to the AMD "Elan" SC520 microcomputer commonly used in embedded systems.