Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d956e42 authored by Jean Delvare's avatar Jean Delvare Committed by Wim Van Sebroeck
Browse files

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: default avatarJean Delvare <jdelvare@suse.de>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent 996735ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -553,7 +553,7 @@ config GEODE_WDT


config SC520_WDT
config SC520_WDT
	tristate "AMD Elan SC520 processor Watchdog"
	tristate "AMD Elan SC520 processor Watchdog"
	depends on X86
	depends on MELAN
	help
	help
	  This is the driver for the hardware watchdog built in to the
	  This is the driver for the hardware watchdog built in to the
	  AMD "Elan" SC520 microcomputer commonly used in embedded systems.
	  AMD "Elan" SC520 microcomputer commonly used in embedded systems.