diff options
author | Martyn Welch <martyn.welch@gefanuc.com> | 2009-01-19 06:33:24 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-01-29 00:03:20 -0500 |
commit | bb2b66dca1c4cbe16d8208d4b2910cf0eb6e9f75 (patch) | |
tree | a7da9bce77072855c0a6d13bb93aca46664bdeff /arch/powerpc/platforms/86xx/Kconfig | |
parent | d0839118f396f6d7af553e99ad204aa2b3209cde (diff) |
powerpc/86xx: Board support for GE Fanuc SBC310
Support for the SBC310 VPX Single Board Computer from GE Fanuc (PowerPC
MPC8641D).
This is the basic board support for GE Fanuc's SBC310, a 3U single board
computer, based on Freescale's MPC8641D.
Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/86xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/86xx/Kconfig | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/86xx/Kconfig b/arch/powerpc/platforms/86xx/Kconfig index 8e5693935975..fa276c689cf9 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 | ||
34 | config GEF_SBC310 | ||
35 | bool "GE Fanuc SBC310" | ||
36 | select DEFAULT_UIMAGE | ||
37 | select GENERIC_GPIO | ||
38 | select ARCH_REQUIRE_GPIOLIB | ||
39 | help | ||
40 | This option enables support for GE Fanuc's SBC310. | ||
41 | |||
34 | config GEF_SBC610 | 42 | config GEF_SBC610 |
35 | bool "GE Fanuc SBC610" | 43 | bool "GE Fanuc SBC610" |
36 | select DEFAULT_UIMAGE | 44 | select DEFAULT_UIMAGE |
@@ -48,7 +56,7 @@ config MPC8641 | |||
48 | select FSL_PCI if PCI | 56 | select FSL_PCI if PCI |
49 | select PPC_UDBG_16550 | 57 | select PPC_UDBG_16550 |
50 | select MPIC | 58 | select MPIC |
51 | default y if MPC8641_HPCN || SBC8641D || GEF_SBC610 | 59 | default y if MPC8641_HPCN || SBC8641D || GEF_SBC610 || GEF_SBC310 |
52 | 60 | ||
53 | config MPC8610 | 61 | config MPC8610 |
54 | bool | 62 | bool |