forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/powerpc/platforms/embedded6xx/Kconfig
....@@ -1,7 +1,7 @@
11 # SPDX-License-Identifier: GPL-2.0
22 config EMBEDDED6xx
33 bool "Embedded 6xx/7xx/7xxx-based boards"
4
- depends on 6xx && BROKEN_ON_SMP
4
+ depends on PPC_BOOK3S_32 && BROKEN_ON_SMP
55
66 config LINKSTATION
77 bool "Linkstation / Kurobox(HG) from Buffalo"
....@@ -52,7 +52,7 @@
5252 bool "Motorola/Emerson MVME5100"
5353 depends on EMBEDDED6xx
5454 select MPIC
55
- select PCI
55
+ select FORCE_PCI
5656 select PPC_INDIRECT_PCI
5757 select PPC_I8259
5858 select PPC_NATIVE
....@@ -63,7 +63,7 @@
6363
6464 config TSI108_BRIDGE
6565 bool
66
- select PCI
66
+ select FORCE_PCI
6767 select MPIC
6868 select MPIC_WEIRD
6969