Kconfig (c74a7469f97c0f40b46e82ee979f9fb1bb6e847c) | Kconfig (eb01d42a77785ff96b6e66a2a2e7027fc6d78e4a) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2config EMBEDDED6xx 3 bool "Embedded 6xx/7xx/7xxx-based boards" 4 depends on 6xx && BROKEN_ON_SMP 5 6config LINKSTATION 7 bool "Linkstation / Kurobox(HG) from Buffalo" 8 depends on EMBEDDED6xx --- 38 unchanged lines hidden (view full) --- 47 help 48 Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval 49 Board with TSI108/9 bridge (Hickory/Holly) 50 51config MVME5100 52 bool "Motorola/Emerson MVME5100" 53 depends on EMBEDDED6xx 54 select MPIC | 1# SPDX-License-Identifier: GPL-2.0 2config EMBEDDED6xx 3 bool "Embedded 6xx/7xx/7xxx-based boards" 4 depends on 6xx && BROKEN_ON_SMP 5 6config LINKSTATION 7 bool "Linkstation / Kurobox(HG) from Buffalo" 8 depends on EMBEDDED6xx --- 38 unchanged lines hidden (view full) --- 47 help 48 Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval 49 Board with TSI108/9 bridge (Hickory/Holly) 50 51config MVME5100 52 bool "Motorola/Emerson MVME5100" 53 depends on EMBEDDED6xx 54 select MPIC |
55 select PCI | 55 select FORCE_PCI |
56 select PPC_INDIRECT_PCI 57 select PPC_I8259 58 select PPC_NATIVE 59 select PPC_UDBG_16550 60 help 61 This option enables support for the Motorola (now Emerson) MVME5100 62 board. 63 64config TSI108_BRIDGE 65 bool | 56 select PPC_INDIRECT_PCI 57 select PPC_I8259 58 select PPC_NATIVE 59 select PPC_UDBG_16550 60 help 61 This option enables support for the Motorola (now Emerson) MVME5100 62 board. 63 64config TSI108_BRIDGE 65 bool |
66 select PCI | 66 select FORCE_PCI |
67 select MPIC 68 select MPIC_WEIRD 69 70config MPC10X_BRIDGE 71 bool 72 select PPC_INDIRECT_PCI 73 74config MV64X60 --- 35 unchanged lines hidden --- | 67 select MPIC 68 select MPIC_WEIRD 69 70config MPC10X_BRIDGE 71 bool 72 select PPC_INDIRECT_PCI 73 74config MV64X60 --- 35 unchanged lines hidden --- |