* [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
* Re: [PATCH] watchdog: Fix Elan SC520 dependencies
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
1 sibling, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2014-03-14 19:51 UTC (permalink / raw)
To: Jean Delvare; +Cc: linux-watchdog, Wim Van Sebroeck
On Fri, Mar 14, 2014 at 08:25:29PM +0100, Jean Delvare wrote:
> 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>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] watchdog: Fix Elan SC520 dependencies
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
1 sibling, 0 replies; 3+ messages in thread
From: Wim Van Sebroeck @ 2014-03-15 19:57 UTC (permalink / raw)
To: Jean Delvare; +Cc: linux-watchdog
Hi Jean,
> 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.
>
>
Patch has been added to linux-watchdog-next.
Kind regards,
Wim.
^ 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.