aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorMartyn Welch <martyn.welch@ge.com>2012-03-12 13:12:57 -0400
committerKumar Gala <galak@kernel.crashing.org>2012-03-16 12:08:05 -0400
commit330bbf485447c0cf127750eb7d68d43a73f59356 (patch)
treecbff962746b0e2e4181c3899f9b2a0255b5ca34e /drivers/watchdog
parent950740098c6745d69056b3acb5090ca9d8aa918c (diff)
powerpc: Add GE FPGA config option
This patch adds the GE_FPGA configuration option. This is being carried out as ground work to allow the PIC and GPIO drivers to be move from the powerpc 86xx platform directory to more general locations to allow them to be used on non-86xx boards and to reduce churn when further boards using these drivers are added. Signed-off-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 877b107f77a7..2955c3fa8194 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -1039,7 +1039,7 @@ config LANTIQ_WDT
1039 1039
1040config GEF_WDT 1040config GEF_WDT
1041 tristate "GE Watchdog Timer" 1041 tristate "GE Watchdog Timer"
1042 depends on GEF_SBC610 || GEF_SBC310 || GEF_PPC9A 1042 depends on GE_FPGA
1043 ---help--- 1043 ---help---
1044 Watchdog timer found in a number of GE single board computers. 1044 Watchdog timer found in a number of GE single board computers.
1045 1045