Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
[deliverable/linux.git] / arch / powerpc / platforms / embedded6xx / Kconfig
CommitLineData
a35e370c
AB
1config EMBEDDED6xx
2 bool "Embedded 6xx/7xx/7xxx-based boards"
3 depends on PPC32 && BROKEN_ON_SMP && PPC_MULTIPLATFORM
14cf11af 4
04d76b93
GL
5config LINKSTATION
6 bool "Linkstation / Kurobox(HG) from Buffalo"
a35e370c 7 depends on EMBEDDED6xx
04d76b93
GL
8 select MPIC
9 select FSL_SOC
10 select PPC_UDBG_16550 if SERIAL_8250
44d7631b 11 select DEFAULT_UIMAGE
3490cba5
JL
12 select MPC10X_OPENPIC
13 select MPC10X_BRIDGE
04d76b93
GL
14 help
15 Select LINKSTATION if configuring for one of PPC- (MPC8241)
16 based NAS systems from Buffalo Technology. So far only
17 KuroboxHG has been tested. In the future classical Kurobox,
18 Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based
19 Terastation systems should be supported too.
20
3490cba5
JL
21config STORCENTER
22 bool "IOMEGA StorCenter"
23 depends on EMBEDDED6xx
24 select MPIC
25 select FSL_SOC
26 select PPC_UDBG_16550 if SERIAL_8250
3490cba5
JL
27 select MPC10X_OPENPIC
28 select MPC10X_BRIDGE
29 help
30 Select STORCENTER if configuring for the iomega StorCenter
31 with an 8241 CPU in it.
32
c5d56332
ZR
33config MPC7448HPC2
34 bool "Freescale MPC7448HPC2(Taiga)"
a35e370c 35 depends on EMBEDDED6xx
c5d56332
ZR
36 select TSI108_BRIDGE
37 select DEFAULT_UIMAGE
38 select PPC_UDBG_16550
3490cba5 39 select TSI108_BRIDGE
c5d56332
ZR
40 help
41 Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
42 platform
cb9e4d10
JB
43
44config PPC_HOLLY
45 bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
a35e370c 46 depends on EMBEDDED6xx
cb9e4d10
JB
47 select TSI108_BRIDGE
48 select PPC_UDBG_16550
3490cba5 49 select TSI108_BRIDGE
cb9e4d10
JB
50 help
51 Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
52 Board with TSI108/9 bridge (Hickory/Holly)
fd4ba7e2
DF
53
54config PPC_PRPMC2800
55 bool "Motorola-PrPMC2800"
a35e370c 56 depends on EMBEDDED6xx
fd4ba7e2
DF
57 select MV64X60
58 select NOT_COHERENT_CACHE
fd4ba7e2
DF
59 help
60 This option enables support for the Motorola PrPMC2800 board
14cf11af 61
bacd73ae
RM
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
c5d56332
ZR
72config TSI108_BRIDGE
73 bool
d3c7ffab 74 select PCI
cb9e4d10
JB
75 select MPIC
76 select MPIC_WEIRD
c5d56332 77
14cf11af
PM
78config MPC10X_BRIDGE
79 bool
25635c71 80 select PPC_INDIRECT_PCI
14cf11af 81
52d3aff9
DF
82config MV64X60
83 bool
e1a3107b 84 select PPC_INDIRECT_PCI
f8eb77d6 85 select CHECK_CACHE_COHERENCY
52d3aff9 86
14cf11af
PM
87config MPC10X_OPENPIC
88 bool
14cf11af
PM
89
90config MPC10X_STORE_GATHERING
91 bool "Enable MPC10x store gathering"
92 depends on MPC10X_BRIDGE
This page took 0.266809 seconds and 5 git commands to generate.