[PATCH 02/13] pnx4008_wdt: Added Kconfig support for the LPC32XX
wellsk40 at gmail.com
wellsk40 at gmail.com
Wed Jan 27 20:43:20 EST 2010
From: Kevin Wells <wellsk40 at gmail.com>
The existing PNX4008 support for the WDT was re-used. The option to
select the PNX4008 driver in the kernel config is now also based on
the ARCH_LCP32XX config flag.
Signed-off-by: Kevin Wells <wellsk40 at gmail.com>
---
drivers/watchdog/Kconfig | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 050ee14..3019415 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -200,11 +200,11 @@ config OMAP_WATCHDOG
here to enable the OMAP1610/OMAP1710/OMAP2420/OMAP3430 watchdog timer.
config PNX4008_WATCHDOG
- tristate "PNX4008 Watchdog"
- depends on ARCH_PNX4008
+ tristate "PNX4008/LPC32XX Watchdog"
+ depends on ARCH_PNX4008 || ARCH_LPC32XX
help
Say Y here if to include support for the watchdog timer
- in the PNX4008 processor.
+ in the PNX4008 or LPC32XX processors.
This driver can be built as a module by choosing M. The module
will be called pnx4008_wdt.
--
1.6.6
More information about the linux-arm-kernel
mailing list