| .. | .. |
|---|
| 1 | 1 | # SPDX-License-Identifier: GPL-2.0 |
|---|
| 2 | 2 | config EMBEDDED6xx |
|---|
| 3 | 3 | bool "Embedded 6xx/7xx/7xxx-based boards" |
|---|
| 4 | | - depends on 6xx && BROKEN_ON_SMP |
|---|
| 4 | + depends on PPC_BOOK3S_32 && BROKEN_ON_SMP |
|---|
| 5 | 5 | |
|---|
| 6 | 6 | config LINKSTATION |
|---|
| 7 | 7 | bool "Linkstation / Kurobox(HG) from Buffalo" |
|---|
| .. | .. |
|---|
| 52 | 52 | bool "Motorola/Emerson MVME5100" |
|---|
| 53 | 53 | depends on EMBEDDED6xx |
|---|
| 54 | 54 | select MPIC |
|---|
| 55 | | - select PCI |
|---|
| 55 | + select FORCE_PCI |
|---|
| 56 | 56 | select PPC_INDIRECT_PCI |
|---|
| 57 | 57 | select PPC_I8259 |
|---|
| 58 | 58 | select PPC_NATIVE |
|---|
| .. | .. |
|---|
| 63 | 63 | |
|---|
| 64 | 64 | config TSI108_BRIDGE |
|---|
| 65 | 65 | bool |
|---|
| 66 | | - select PCI |
|---|
| 66 | + select FORCE_PCI |
|---|
| 67 | 67 | select MPIC |
|---|
| 68 | 68 | select MPIC_WEIRD |
|---|
| 69 | 69 | |
|---|