Kconfig (292dd876ee765c478b27c93cc51e93a558ed58bf) | Kconfig (c5d56332fd6c2f0c7cf9d1f65416076f2711ea28) |
---|---|
1choice 2 prompt "Machine Type" 3 depends on EMBEDDED6xx 4 5config KATANA 6 bool "Artesyn-Katana" 7 help 8 Select KATANA if configuring an Artesyn KATANA 750i or 3750 --- 60 unchanged lines hidden (view full) --- 69 70config SANDPOINT 71 bool "Motorola-Sandpoint" 72 select PPC_I8259 73 help 74 Select SANDPOINT if configuring for a Motorola Sandpoint X3 75 (any flavor). 76 | 1choice 2 prompt "Machine Type" 3 depends on EMBEDDED6xx 4 5config KATANA 6 bool "Artesyn-Katana" 7 help 8 Select KATANA if configuring an Artesyn KATANA 750i or 3750 --- 60 unchanged lines hidden (view full) --- 69 70config SANDPOINT 71 bool "Motorola-Sandpoint" 72 select PPC_I8259 73 help 74 Select SANDPOINT if configuring for a Motorola Sandpoint X3 75 (any flavor). 76 |
77config MPC7448HPC2 78 bool "Freescale MPC7448HPC2(Taiga)" 79 select TSI108_BRIDGE 80 select DEFAULT_UIMAGE 81 select PPC_UDBG_16550 82 select MPIC 83 help 84 Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga) 85 platform 86 |
|
77config RADSTONE_PPC7D 78 bool "Radstone Technology PPC7D board" 79 select PPC_I8259 80 81config PAL4 82 bool "SBS-Palomar4" 83 84config GEMINI --- 131 unchanged lines hidden (view full) --- 216 default y 217 218config MV64X60 219 bool 220 depends on (GT64260 || MV64360) 221 select PPC_INDIRECT_PCI 222 default y 223 | 87config RADSTONE_PPC7D 88 bool "Radstone Technology PPC7D board" 89 select PPC_I8259 90 91config PAL4 92 bool "SBS-Palomar4" 93 94config GEMINI --- 131 unchanged lines hidden (view full) --- 226 default y 227 228config MV64X60 229 bool 230 depends on (GT64260 || MV64360) 231 select PPC_INDIRECT_PCI 232 default y 233 |
234config TSI108_BRIDGE 235 bool 236 depends on MPC7448HPC2 237 default y 238 |
|
224menu "Set bridge options" 225 depends on MV64X60 226 227config NOT_COHERENT_CACHE 228 bool "Turn off Cache Coherency" 229 default n 230 help 231 Some 64x60 bridges lock up when trying to enforce cache coherency. --- 69 unchanged lines hidden --- | 239menu "Set bridge options" 240 depends on MV64X60 241 242config NOT_COHERENT_CACHE 243 bool "Turn off Cache Coherency" 244 default n 245 help 246 Some 64x60 bridges lock up when trying to enforce cache coherency. --- 69 unchanged lines hidden --- |