kernel/arch/powerpc/platforms/maple/Kconfig
.. .. @@ -2,7 +2,7 @@ 2 2 config PPC_MAPLE 3 3 depends on PPC64 && PPC_BOOK3S && CPU_BIG_ENDIAN 4 4 bool "Maple 970FX Evaluation Board" 5 - select PCI5 + select FORCE_PCI6 6 select MPIC 7 7 select U3_DART 8 8 select MPIC_U3_HT_IRQS .. .. @@ -13,7 +13,6 @@ 13 13 select PPC_RTAS 14 14 select MMIO_NVRAM 15 15 select ATA_NONSTANDARD if ATA 16 - default n17 16 help 18 - This option enables support for the Maple 970FX Evaluation Board.17 + This option enables support for the Maple 970FX Evaluation Board.19 18 For more information, refer to <http://www.970eval.com>