aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/embedded6xx
diff options
context:
space:
mode:
authorRemi Machet <rmachet@slac.stanford.edu>2008-05-15 20:26:02 -0400
committerPaul Mackerras <paulus@samba.org>2008-06-08 23:42:29 -0400
commitbacd73ae76c310bc3c71d21a2864746fd9696d3c (patch)
treed0f8f692f09547965768f6576167f1b6b6f11dca /arch/powerpc/platforms/embedded6xx
parent2059615f37505b7ee988549ce4de34b620110ebe (diff)
powerpc: Add C2K to configuration
Support for the C2K cPCI Single Board Computer from GEFanuc (PowerPC MPC7448 with a Marvell MV64460 chipset). All features of the board are not supported yet, but the board boots, flash works, all Ethernet ports are working and PCI devices are all found (USB and SATA on PCI1 do not work yet). Part 5 of 5: add the Kconfig entry for the C2K board. Signed-off-by: Remi Machet <rmachet@slac.stanford.edu> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/embedded6xx')
-rw-r--r--arch/powerpc/platforms/embedded6xx/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/Kconfig b/arch/powerpc/platforms/embedded6xx/Kconfig
index 42908896781..4f9f8184d16 100644
--- a/arch/powerpc/platforms/embedded6xx/Kconfig
+++ b/arch/powerpc/platforms/embedded6xx/Kconfig
@@ -59,6 +59,16 @@ config PPC_PRPMC2800
59 help 59 help
60 This option enables support for the Motorola PrPMC2800 board 60 This option enables support for the Motorola PrPMC2800 board
61 61
62config PPC_C2K
63 bool "SBS/GEFanuc C2K board"
64 depends on EMBEDDED6xx
65 select MV64X60
66 select NOT_COHERENT_CACHE
67 select MTD_CFI_I4
68 help
69 This option enables support for the GE Fanuc C2K board (formerly
70 an SBS board).
71
62config TSI108_BRIDGE 72config TSI108_BRIDGE
63 bool 73 bool
64 select PCI 74 select PCI