Kconfig (48a7afe314bfc4d7f50e1608632f503dbba7e013) Kconfig (cb9e4d10c448a388babd9dfbfa2b8bb1c5bbf84f)
1choice
2 prompt "Machine Type"
3 depends on EMBEDDED6xx
4
5config LINKSTATION
6 bool "Linkstation / Kurobox(HG) from Buffalo"
7 select MPIC
8 select FSL_SOC

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

15 Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based
16 Terastation systems should be supported too.
17
18config MPC7448HPC2
19 bool "Freescale MPC7448HPC2(Taiga)"
20 select TSI108_BRIDGE
21 select DEFAULT_UIMAGE
22 select PPC_UDBG_16550
1choice
2 prompt "Machine Type"
3 depends on EMBEDDED6xx
4
5config LINKSTATION
6 bool "Linkstation / Kurobox(HG) from Buffalo"
7 select MPIC
8 select FSL_SOC

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

15 Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based
16 Terastation systems should be supported too.
17
18config MPC7448HPC2
19 bool "Freescale MPC7448HPC2(Taiga)"
20 select TSI108_BRIDGE
21 select DEFAULT_UIMAGE
22 select PPC_UDBG_16550
23 select MPIC
24 select MPIC_WEIRD
25 help
26 Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
27 platform
23 help
24 Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
25 platform
26
27config PPC_HOLLY
28 bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
29 select TSI108_BRIDGE
30 select PPC_UDBG_16550
31 help
32 Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
33 Board with TSI108/9 bridge (Hickory/Holly)
28endchoice
29
30config TSI108_BRIDGE
31 bool
34endchoice
35
36config TSI108_BRIDGE
37 bool
32 depends on MPC7448HPC2
38 depends on MPC7448HPC2 || PPC_HOLLY
39 select MPIC
40 select MPIC_WEIRD
33 default y
34
35config MPC10X_BRIDGE
36 bool
37 depends on LINKSTATION
38 select PPC_INDIRECT_PCI
39 default y
40
41config MPC10X_OPENPIC
42 bool
43 depends on LINKSTATION
44 default y
45
46config MPC10X_STORE_GATHERING
47 bool "Enable MPC10x store gathering"
48 depends on MPC10X_BRIDGE
41 default y
42
43config MPC10X_BRIDGE
44 bool
45 depends on LINKSTATION
46 select PPC_INDIRECT_PCI
47 default y
48
49config MPC10X_OPENPIC
50 bool
51 depends on LINKSTATION
52 default y
53
54config MPC10X_STORE_GATHERING
55 bool "Enable MPC10x store gathering"
56 depends on MPC10X_BRIDGE