Merge branch 'cleanups' into next
[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
c5d56332
ZR
62config TSI108_BRIDGE
63 bool
d3c7ffab 64 select PCI
cb9e4d10
JB
65 select MPIC
66 select MPIC_WEIRD
c5d56332 67
14cf11af
PM
68config MPC10X_BRIDGE
69 bool
25635c71 70 select PPC_INDIRECT_PCI
14cf11af 71
52d3aff9
DF
72config MV64X60
73 bool
e1a3107b 74 select PPC_INDIRECT_PCI
f8eb77d6 75 select CHECK_CACHE_COHERENCY
52d3aff9 76
14cf11af
PM
77config MPC10X_OPENPIC
78 bool
14cf11af
PM
79
80config MPC10X_STORE_GATHERING
81 bool "Enable MPC10x store gathering"
82 depends on MPC10X_BRIDGE
This page took 0.29704 seconds and 5 git commands to generate.