watchdog: xilinx: Enable this driver for Zynq
authorMichal Simek <michal.simek@xilinx.com>
Wed, 12 Feb 2014 13:41:24 +0000 (14:41 +0100)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 31 Mar 2014 11:29:28 +0000 (13:29 +0200)
Enable this driver for Zynq.
Move it to architecture independent Kconfig part.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/Kconfig

index 82ffa0fbbfa1a0b349555560db70a2201cffeaeb..4b54a0faa167d3a4fa330f187f8c247df0818046 100644 (file)
@@ -111,6 +111,15 @@ config WM8350_WATCHDOG
          Support for the watchdog in the WM8350 AudioPlus PMIC.  When
          the watchdog triggers the system will be reset.
 
+config XILINX_WATCHDOG
+       tristate "Xilinx Watchdog timer"
+       select WATCHDOG_CORE
+       help
+         Watchdog driver for the xps_timebase_wdt ip core.
+
+         To compile this driver as a module, choose M here: the
+         module will be called of_xilinx_wdt.
+
 # ALPHA Architecture
 
 # ARM Architecture
@@ -1023,19 +1032,6 @@ config M54xx_WATCHDOG
 
 # MicroBlaze Architecture
 
-config XILINX_WATCHDOG
-       tristate "Xilinx Watchdog timer"
-       depends on MICROBLAZE
-       select WATCHDOG_CORE
-       ---help---
-         Watchdog driver for the xps_timebase_wdt ip core.
-
-         IMPORTANT: The xps_timebase_wdt parent must have the property
-         "clock-frequency" at device tree.
-
-         To compile this driver as a module, choose M here: the
-         module will be called of_xilinx_wdt.
-
 # MIPS Architecture
 
 config ATH79_WDT