diff options
author | Martyn Welch <martyn.welch@gefanuc.com> | 2009-03-19 09:54:08 +0100 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-03-19 10:01:00 +0100 |
commit | 740d36ae6344f38c4da64c2ede765d7d2dd1f132 (patch) | |
tree | 5b1811bd90694236c67ad484a66bc321c26df0b6 /drivers/watchdog/Kconfig | |
parent | powerpc/cpm2: fix building fs_enet driver as a module. (diff) | |
download | linux-740d36ae6344f38c4da64c2ede765d7d2dd1f132.tar.xz linux-740d36ae6344f38c4da64c2ede765d7d2dd1f132.zip |
powerpc/86xx: Board support for GE Fanuc's PPC9A
Support for the PPC9A VME Single Board Computer from GE Fanuc (PowerPC
MPC8641D).
This is the basic board support for GE Fanuc's PPC9A, a 6U single board
computer, based on Freescale's MPC8641D.
Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index c7352f7195ee..ecf52e4b80f8 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -772,7 +772,7 @@ config TXX9_WDT config GEF_WDT tristate "GE Fanuc Watchdog Timer" - depends on GEF_SBC610 || GEF_SBC310 + depends on GEF_SBC610 || GEF_SBC310 || GEF_PPC9A ---help--- Watchdog timer found in a number of GE Fanuc single board computers. |