diff options
Diffstat (limited to 'arch/powerpc/platforms/embedded6xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/embedded6xx/Kconfig | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/Kconfig b/arch/powerpc/platforms/embedded6xx/Kconfig index 2d12f77e46bc..da66103009c6 100644 --- a/arch/powerpc/platforms/embedded6xx/Kconfig +++ b/arch/powerpc/platforms/embedded6xx/Kconfig | |||
@@ -1,9 +1,10 @@ | |||
1 | choice | 1 | config EMBEDDED6xx |
2 | prompt "Machine Type" | 2 | bool "Embedded 6xx/7xx/7xxx-based boards" |
3 | depends on EMBEDDED6xx | 3 | depends on PPC32 && BROKEN_ON_SMP && PPC_MULTIPLATFORM |
4 | 4 | ||
5 | config LINKSTATION | 5 | config LINKSTATION |
6 | bool "Linkstation / Kurobox(HG) from Buffalo" | 6 | bool "Linkstation / Kurobox(HG) from Buffalo" |
7 | depends on EMBEDDED6xx | ||
7 | select MPIC | 8 | select MPIC |
8 | select FSL_SOC | 9 | select FSL_SOC |
9 | select PPC_UDBG_16550 if SERIAL_8250 | 10 | select PPC_UDBG_16550 if SERIAL_8250 |
@@ -17,6 +18,7 @@ config LINKSTATION | |||
17 | 18 | ||
18 | config MPC7448HPC2 | 19 | config MPC7448HPC2 |
19 | bool "Freescale MPC7448HPC2(Taiga)" | 20 | bool "Freescale MPC7448HPC2(Taiga)" |
21 | depends on EMBEDDED6xx | ||
20 | select TSI108_BRIDGE | 22 | select TSI108_BRIDGE |
21 | select DEFAULT_UIMAGE | 23 | select DEFAULT_UIMAGE |
22 | select PPC_UDBG_16550 | 24 | select PPC_UDBG_16550 |
@@ -26,6 +28,7 @@ config MPC7448HPC2 | |||
26 | 28 | ||
27 | config PPC_HOLLY | 29 | config PPC_HOLLY |
28 | bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)" | 30 | bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)" |
31 | depends on EMBEDDED6xx | ||
29 | select TSI108_BRIDGE | 32 | select TSI108_BRIDGE |
30 | select PPC_UDBG_16550 | 33 | select PPC_UDBG_16550 |
31 | select WANT_DEVICE_TREE | 34 | select WANT_DEVICE_TREE |
@@ -35,12 +38,12 @@ config PPC_HOLLY | |||
35 | 38 | ||
36 | config PPC_PRPMC2800 | 39 | config PPC_PRPMC2800 |
37 | bool "Motorola-PrPMC2800" | 40 | bool "Motorola-PrPMC2800" |
41 | depends on EMBEDDED6xx | ||
38 | select MV64X60 | 42 | select MV64X60 |
39 | select NOT_COHERENT_CACHE | 43 | select NOT_COHERENT_CACHE |
40 | select WANT_DEVICE_TREE | 44 | select WANT_DEVICE_TREE |
41 | help | 45 | help |
42 | This option enables support for the Motorola PrPMC2800 board | 46 | This option enables support for the Motorola PrPMC2800 board |
43 | endchoice | ||
44 | 47 | ||
45 | config TSI108_BRIDGE | 48 | config TSI108_BRIDGE |
46 | bool | 49 | bool |