aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/86xx/Kconfig
diff options
context:
space:
mode:
authorMartyn Welch <martyn.welch@gefanuc.com>2009-03-19 04:54:08 -0400
committerKumar Gala <galak@kernel.crashing.org>2009-03-19 05:01:00 -0400
commit740d36ae6344f38c4da64c2ede765d7d2dd1f132 (patch)
tree5b1811bd90694236c67ad484a66bc321c26df0b6 /arch/powerpc/platforms/86xx/Kconfig
parent6e27cca9155074a0a7a284b51c00304ca0694f00 (diff)
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 'arch/powerpc/platforms/86xx/Kconfig')
-rw-r--r--arch/powerpc/platforms/86xx/Kconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/86xx/Kconfig b/arch/powerpc/platforms/86xx/Kconfig
index fa276c689cf9..611d0d19eb5a 100644
--- a/arch/powerpc/platforms/86xx/Kconfig
+++ b/arch/powerpc/platforms/86xx/Kconfig
@@ -31,6 +31,14 @@ config MPC8610_HPCD
31 help 31 help
32 This option enables support for the MPC8610 HPCD board. 32 This option enables support for the MPC8610 HPCD board.
33 33
34config GEF_PPC9A
35 bool "GE Fanuc PPC9A"
36 select DEFAULT_UIMAGE
37 select GENERIC_GPIO
38 select ARCH_REQUIRE_GPIOLIB
39 help
40 This option enables support for GE Fanuc's PPC9A.
41
34config GEF_SBC310 42config GEF_SBC310
35 bool "GE Fanuc SBC310" 43 bool "GE Fanuc SBC310"
36 select DEFAULT_UIMAGE 44 select DEFAULT_UIMAGE
@@ -56,7 +64,7 @@ config MPC8641
56 select FSL_PCI if PCI 64 select FSL_PCI if PCI
57 select PPC_UDBG_16550 65 select PPC_UDBG_16550
58 select MPIC 66 select MPIC
59 default y if MPC8641_HPCN || SBC8641D || GEF_SBC610 || GEF_SBC310 67 default y if MPC8641_HPCN || SBC8641D || GEF_SBC610 || GEF_SBC310 || GEF_PPC9A
60 68
61config MPC8610 69config MPC8610
62 bool 70 bool