summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorBaruch Siach2013-12-30 13:25:54 +0100
committerWim Van Sebroeck2014-01-28 21:25:46 +0100
commit58a251f2c25a5305b6b18be7e576b75f6f9ce187 (patch)
treee8709a52bca3ae43b705989f9abdd2dd679f1e45 /drivers/watchdog/Kconfig
parentwatchdog: imx2_wdt: disable watchdog timer during low power mode (diff)
downloadkernel-qcow2-linux-58a251f2c25a5305b6b18be7e576b75f6f9ce187.tar.gz
kernel-qcow2-linux-58a251f2c25a5305b6b18be7e576b75f6f9ce187.tar.xz
kernel-qcow2-linux-58a251f2c25a5305b6b18be7e576b75f6f9ce187.zip
watchdog: dw_wdt: remove build dependencies
There is nothing ARM specific in this driver, and we intend to use it on the Xtensa architecture. Also, clk.h now includes stubs for !CONFIG_HAVE_CLK, so the driver should build anyway. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: Jamie Iles <jamie@jamieiles.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index c11a3387335d..833ebe691f9f 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -223,10 +223,9 @@ 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.
+ watchdog timer found in many chips.
To compile this driver as a module, choose M here: the
module will be called dw_wdt.