Kconfig (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) Kconfig (f03425a5fd838a841138e3be586c1245fa9c78d6)
1# SPDX-License-Identifier: GPL-2.0
2config EMBEDDED6xx
3 bool "Embedded 6xx/7xx/7xxx-based boards"
4 depends on PPC_BOOK3S_32 && BROKEN_ON_SMP
5
6config LINKSTATION
7 bool "Linkstation / Kurobox(HG) from Buffalo"
8 depends on EMBEDDED6xx

--- 15 unchanged lines hidden (view full) ---

24 select MPIC
25 select FSL_SOC
26 select PPC_UDBG_16550 if SERIAL_8250
27 select MPC10X_BRIDGE
28 help
29 Select STORCENTER if configuring for the iomega StorCenter
30 with an 8241 CPU in it.
31
1# SPDX-License-Identifier: GPL-2.0
2config EMBEDDED6xx
3 bool "Embedded 6xx/7xx/7xxx-based boards"
4 depends on PPC_BOOK3S_32 && BROKEN_ON_SMP
5
6config LINKSTATION
7 bool "Linkstation / Kurobox(HG) from Buffalo"
8 depends on EMBEDDED6xx

--- 15 unchanged lines hidden (view full) ---

24 select MPIC
25 select FSL_SOC
26 select PPC_UDBG_16550 if SERIAL_8250
27 select MPC10X_BRIDGE
28 help
29 Select STORCENTER if configuring for the iomega StorCenter
30 with an 8241 CPU in it.
31
32config MPC7448HPC2
33 bool "Freescale MPC7448HPC2(Taiga)"
34 depends on EMBEDDED6xx
35 select TSI108_BRIDGE
36 select DEFAULT_UIMAGE
37 select PPC_UDBG_16550
38 help
39 Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
40 platform
41
42config PPC_HOLLY
43 bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
44 depends on EMBEDDED6xx
45 select TSI108_BRIDGE
46 select PPC_UDBG_16550
47 help
48 Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
49 Board with TSI108/9 bridge (Hickory/Holly)

--- 55 unchanged lines hidden ---
32config PPC_HOLLY
33 bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
34 depends on EMBEDDED6xx
35 select TSI108_BRIDGE
36 select PPC_UDBG_16550
37 help
38 Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
39 Board with TSI108/9 bridge (Hickory/Holly)

--- 55 unchanged lines hidden ---