]> Pileus Git - ~andy/linux/commitdiff
watchdog: dw_wdt: remove build dependencies
authorBaruch Siach <baruch@tkos.co.il>
Mon, 30 Dec 2013 12:25:54 +0000 (14:25 +0200)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 28 Jan 2014 20:25:46 +0000 (21:25 +0100)
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>
drivers/watchdog/Kconfig
drivers/watchdog/dw_wdt.c

index c11a3387335d69a5668cf6b974ae2907e3aff7e7..833ebe691f9f3a5a0c37a42e68276de5e8eadd02 100644 (file)
@@ -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.
 
index a46f5c7ee7ff4e6c11eceb36a59ca7438949e5b5..ee4f86ba83eca1856dc85a0ad777e11732e4e5ea 100644 (file)
@@ -8,7 +8,7 @@
  * 2 of the License, or (at your option) any later version.
  *
  * This file implements a driver for the Synopsys DesignWare watchdog device
- * in the many ARM subsystems. The watchdog has 16 different timeout periods
+ * in the many subsystems. The watchdog has 16 different timeout periods
  * and these are a function of the input clock frequency.
  *
  * The DesignWare watchdog cannot be stopped once it has been started so we