Linux Watchdog driver development
 help / color / mirror / Atom feed
* [PATCH] watchdog: dw_wdt: remove build dependencies
@ 2013-12-30  7:10 Baruch Siach
  2013-12-30  8:37 ` Wim Van Sebroeck
  0 siblings, 1 reply; 7+ messages in thread
From: Baruch Siach @ 2013-12-30  7:10 UTC (permalink / raw)
  To: Wim Van Sebroeck; +Cc: linux-watchdog, Baruch Siach, Jamie Iles

There is nothing ARM specific in this driver. Also, clk.h now includes stubs
for !CONFIG_HAVE_CLK, so the driver should build anyway.

Cc: Jamie Iles <jamie@jamieiles.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 drivers/watchdog/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 5be6e91..5ffac39 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -214,7 +214,6 @@ config SA1100_WATCHDOG
 
 config DW_WATCHDOG
 	tristate "Synopsys DesignWare watchdog"
-	depends on ARM && HAVE_CLK
 	help
 	  Say Y here if to include support for the Synopsys DesignWare
 	  watchdog timer found in many ARM chips.
-- 
1.8.5.2


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

end of thread, other threads:[~2013-12-30 12:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-30  7:10 [PATCH] watchdog: dw_wdt: remove build dependencies Baruch Siach
2013-12-30  8:37 ` Wim Van Sebroeck
2013-12-30  9:01   ` Baruch Siach
2013-12-30 11:03     ` Wim Van Sebroeck
2013-12-30 11:30       ` Baruch Siach
2013-12-30 12:08         ` Wim Van Sebroeck
2013-12-30 12:16           ` Baruch Siach

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