diff options
Diffstat (limited to 'arch/powerpc/platforms/embedded6xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/embedded6xx/Kconfig | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/Kconfig b/arch/powerpc/platforms/embedded6xx/Kconfig index 2d12f77e46bc..8924095a7928 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,15 +18,18 @@ 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 |
25 | select WANT_DEVICE_TREE | ||
23 | help | 26 | help |
24 | Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga) | 27 | Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga) |
25 | platform | 28 | platform |
26 | 29 | ||
27 | config PPC_HOLLY | 30 | config PPC_HOLLY |
28 | bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)" | 31 | bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)" |
32 | depends on EMBEDDED6xx | ||
29 | select TSI108_BRIDGE | 33 | select TSI108_BRIDGE |
30 | select PPC_UDBG_16550 | 34 | select PPC_UDBG_16550 |
31 | select WANT_DEVICE_TREE | 35 | select WANT_DEVICE_TREE |
@@ -35,12 +39,12 @@ config PPC_HOLLY | |||
35 | 39 | ||
36 | config PPC_PRPMC2800 | 40 | config PPC_PRPMC2800 |
37 | bool "Motorola-PrPMC2800" | 41 | bool "Motorola-PrPMC2800" |
42 | depends on EMBEDDED6xx | ||
38 | select MV64X60 | 43 | select MV64X60 |
39 | select NOT_COHERENT_CACHE | 44 | select NOT_COHERENT_CACHE |
40 | select WANT_DEVICE_TREE | 45 | select WANT_DEVICE_TREE |
41 | help | 46 | help |
42 | This option enables support for the Motorola PrPMC2800 board | 47 | This option enables support for the Motorola PrPMC2800 board |
43 | endchoice | ||
44 | 48 | ||
45 | config TSI108_BRIDGE | 49 | config TSI108_BRIDGE |
46 | bool | 50 | bool |