kernel/arch/powerpc/platforms/chrp/Kconfig
.. .. @@ -1,7 +1,7 @@ 1 1 # SPDX-License-Identifier: GPL-2.0 2 2 config PPC_CHRP 3 3 bool "Common Hardware Reference Platform (CHRP) based machines" 4 - depends on 6xx4 + depends on PPC_BOOK3S_325 5 select HAVE_PCSPKR_PLATFORM 6 6 select MPIC 7 7 select PPC_I8259 .. .. @@ -12,5 +12,5 @@ 12 12 select PPC_MPC106 13 13 select PPC_UDBG_16550 14 14 select PPC_NATIVE 15 - select PCI15 + select FORCE_PCI16 16 default y