diff options
author | Arnd Bergmann <arnd@arndb.de> | 2007-08-29 19:11:24 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-10-02 19:11:25 -0400 |
commit | a35e370cfd2ddfb5d2f0ceae376ffeda273b357c (patch) | |
tree | 8f2e27f356f2273e4d675743528676c2905ad51b /arch/powerpc/platforms/embedded6xx | |
parent | a7fb7ea76e20740c641a9b5401ef45b3b022cb69 (diff) |
[POWERPC] Move embedded6xx into multiplatform
The various embedded 6xx systems can easily coexist in one kernel
together with the other 6xx based systems, so there is no strict
reason to keep them separate.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/embedded6xx')
-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 |