All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] watchdog: Fix Elan SC520 dependencies
@ 2014-03-14 19:25 Jean Delvare
  2014-03-14 19:51 ` Guenter Roeck
  2014-03-15 19:57 ` Wim Van Sebroeck
  0 siblings, 2 replies; 3+ messages in thread
From: Jean Delvare @ 2014-03-14 19:25 UTC (permalink / raw)
  To: linux-watchdog; +Cc: Wim Van Sebroeck

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>
Cc: Wim Van Sebroeck <wim@iguana.be>
---
 drivers/watchdog/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-3.14-rc6.orig/drivers/watchdog/Kconfig	2014-03-14 15:52:03.391930463 +0100
+++ linux-3.14-rc6/drivers/watchdog/Kconfig	2014-03-14 19:15:16.797860536 +0100
@@ -533,7 +533,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.


-- 
Jean Delvare
SUSE L3 Support

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-15 19:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-14 19:25 [PATCH] watchdog: Fix Elan SC520 dependencies Jean Delvare
2014-03-14 19:51 ` Guenter Roeck
2014-03-15 19:57 ` Wim Van Sebroeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.