forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/powerpc/platforms/maple/Kconfig
....@@ -2,7 +2,7 @@
22 config PPC_MAPLE
33 depends on PPC64 && PPC_BOOK3S && CPU_BIG_ENDIAN
44 bool "Maple 970FX Evaluation Board"
5
- select PCI
5
+ select FORCE_PCI
66 select MPIC
77 select U3_DART
88 select MPIC_U3_HT_IRQS
....@@ -13,7 +13,6 @@
1313 select PPC_RTAS
1414 select MMIO_NVRAM
1515 select ATA_NONSTANDARD if ATA
16
- default n
1716 help
18
- This option enables support for the Maple 970FX Evaluation Board.
17
+ This option enables support for the Maple 970FX Evaluation Board.
1918 For more information, refer to <http://www.970eval.com>