forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/powerpc/platforms/ps3/Kconfig
....@@ -6,7 +6,7 @@
66 select USB_OHCI_LITTLE_ENDIAN
77 select USB_OHCI_BIG_ENDIAN_MMIO
88 select USB_EHCI_BIG_ENDIAN_MMIO
9
- select PPC_PCI_CHOICE
9
+ select HAVE_PCI
1010 help
1111 This option enables support for the Sony PS3 game console
1212 and other platforms using the PS3 hypervisor. Enabling this
....@@ -49,7 +49,6 @@
4949 config PS3_DYNAMIC_DMA
5050 depends on PPC_PS3
5151 bool "PS3 Platform dynamic DMA page table management"
52
- default n
5352 help
5453 This option will enable kernel support to take advantage of the
5554 per device dynamic DMA page table management provided by the Cell
....@@ -89,7 +88,6 @@
8988 config PS3_REPOSITORY_WRITE
9089 bool "PS3 Repository write support" if PS3_ADVANCED
9190 depends on PPC_PS3
92
- default n
9391 help
9492 Enables support for writing to the PS3 System Repository.
9593