powerpc/kconfig: Kill PPC_MULTIPLATFORM
[deliverable/linux.git] / arch / powerpc / platforms / 86xx / Kconfig
CommitLineData
d8267c1a
KG
1config PPC_86xx
2menuconfig PPC_86xx
3 bool "86xx-based boards"
28794d34 4 depends on 6xx
d8267c1a
KG
5 select FSL_SOC
6 select ALTIVEC
7 help
8 The Freescale E600 SoCs have 74xx cores.
9
10if PPC_86xx
c9b484b5
JL
11
12config MPC8641_HPCN
13 bool "Freescale MPC8641 HPCN"
f17607fb 14 select PPC_I8259
0e47e3cc 15 select DEFAULT_UIMAGE
b66510cb 16 select FSL_ULI1575
f1f389d5 17 select HAS_RAPIDIO
c9b484b5
JL
18 help
19 This option enables support for the MPC8641 HPCN board.
20
4e8aae89
PG
21config SBC8641D
22 bool "Wind River SBC8641D"
23 select DEFAULT_UIMAGE
24 help
25 This option enables support for the WRS SBC8641D board.
26
0e65bfe3
XX
27config MPC8610_HPCD
28 bool "Freescale MPC8610 HPCD"
29 select DEFAULT_UIMAGE
52ddd1cd 30 select FSL_ULI1575
0e65bfe3
XX
31 help
32 This option enables support for the MPC8610 HPCD board.
33
bb2b66dc
MW
34config 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
54508214
MW
42config GEF_SBC610
43 bool "GE Fanuc SBC610"
44 select DEFAULT_UIMAGE
965dc5fc
MW
45 select GENERIC_GPIO
46 select ARCH_REQUIRE_GPIOLIB
54508214
MW
47 select HAS_RAPIDIO
48 help
49 This option enables support for GE Fanuc's SBC610.
50
d8267c1a 51endif
c9b484b5 52
c9b484b5
JL
53config MPC8641
54 bool
b500563b 55 select PPC_PCI_CHOICE
55c44991 56 select FSL_PCI if PCI
c9b484b5 57 select PPC_UDBG_16550
4a89f7fa 58 select MPIC
bb2b66dc 59 default y if MPC8641_HPCN || SBC8641D || GEF_SBC610 || GEF_SBC310
0e65bfe3
XX
60
61config MPC8610
62 bool
b500563b 63 select PPC_PCI_CHOICE
0e65bfe3
XX
64 select FSL_PCI if PCI
65 select PPC_UDBG_16550
66 select MPIC
67 default y if MPC8610_HPCD
This page took 0.245967 seconds and 5 git commands to generate.