mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] watchdog: bcm281xx: Fix Kconfig dependency
@ 2014-03-05 10:57 Markus Mayer
  2014-03-10  2:18 ` Guenter Roeck
  2014-03-15 19:32 ` Wim Van Sebroeck
  0 siblings, 2 replies; 3+ messages in thread
From: Markus Mayer @ 2014-03-05 10:57 UTC (permalink / raw)
  To: Wim Van Sebroeck
  Cc: Linux Watchdog List, Linux Kernel Mailing List, Markus Mayer

Use more the applicable ARCH_BCM_MOBILE option instead of ARCH_BCM as
dependency for bcm_kona_wdt.c.

Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
---
 drivers/watchdog/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 79d2589..47a6f10 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -1160,7 +1160,7 @@ config BCM2835_WDT
 
 config BCM_KONA_WDT
 	tristate "BCM Kona Watchdog"
-	depends on ARCH_BCM
+	depends on ARCH_BCM_MOBILE
 	select WATCHDOG_CORE
 	help
 	  Support for the watchdog timer on the following Broadcom BCM281xx
-- 
1.9.0


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-05 10:57 [PATCH] watchdog: bcm281xx: Fix Kconfig dependency Markus Mayer
2014-03-10  2:18 ` Guenter Roeck
2014-03-15 19:32 ` Wim Van Sebroeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome