Commit 58a251f2c25a5305b6b18be7e576b75f6f9ce187

Authored by Baruch Siach
Committed by Wim Van Sebroeck
1 parent 1a9c5efa57

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>

Showing 2 changed files with 2 additions and 3 deletions Side-by-side Diff

drivers/watchdog/Kconfig
... ... @@ -223,10 +223,9 @@
223 223  
224 224 config DW_WATCHDOG
225 225 tristate "Synopsys DesignWare watchdog"
226   - depends on ARM && HAVE_CLK
227 226 help
228 227 Say Y here if to include support for the Synopsys DesignWare
229   - watchdog timer found in many ARM chips.
  228 + watchdog timer found in many chips.
230 229 To compile this driver as a module, choose M here: the
231 230 module will be called dw_wdt.
232 231  
drivers/watchdog/dw_wdt.c
... ... @@ -8,7 +8,7 @@
8 8 * 2 of the License, or (at your option) any later version.
9 9 *
10 10 * This file implements a driver for the Synopsys DesignWare watchdog device
11   - * in the many ARM subsystems. The watchdog has 16 different timeout periods
  11 + * in the many subsystems. The watchdog has 16 different timeout periods
12 12 * and these are a function of the input clock frequency.
13 13 *
14 14 * The DesignWare watchdog cannot be stopped once it has been started so we