LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] watchdog: cadence: Remove Kconfig dependency on ARCH
@ 2015-03-09  8:50 Michal Simek
  2015-03-09 13:10 ` Guenter Roeck
  2015-03-27  8:02 ` Wim Van Sebroeck
  0 siblings, 2 replies; 3+ messages in thread
From: Michal Simek @ 2015-03-09  8:50 UTC (permalink / raw)
  To: linux-kernel, monstr; +Cc: Zach Pfeffer, Wim Van Sebroeck, linux-watchdog

Remove Kconfig dependency and enable driver for
all ARCHs.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

Test for all archs done by Kbuild test robot without any problem.
---
 drivers/watchdog/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 16f202350997..6442412377a4 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -169,7 +169,6 @@ config AT91SAM9X_WATCHDOG
 
 config CADENCE_WATCHDOG
 	tristate "Cadence Watchdog Timer"
-	depends on ARM
 	select WATCHDOG_CORE
 	help
 	  Say Y here if you want to include support for the watchdog
-- 
1.8.2.3


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

end of thread, other threads:[~2015-03-27  8:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-09  8:50 [PATCH] watchdog: cadence: Remove Kconfig dependency on ARCH Michal Simek
2015-03-09 13:10 ` Guenter Roeck
2015-03-27  8:02 ` 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;
as well as URLs for NNTP newsgroup(s).