Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jean Delvare and committed by
Wim Van Sebroeck
6d956e42 996735ff

+1 -1
+1 -1
drivers/watchdog/Kconfig
··· 553 553 554 554 config SC520_WDT 555 555 tristate "AMD Elan SC520 processor Watchdog" 556 - depends on X86 556 + depends on MELAN 557 557 help 558 558 This is the driver for the hardware watchdog built in to the 559 559 AMD "Elan" SC520 microcomputer commonly used in embedded systems.