Kconfig (7626e78d29651d3075e88f233c0632867ea6a35c) | Kconfig (ae639ac97917929ae4ed752b1abf2adc70dd801c) |
---|---|
1config PPC_PS3 2 bool "Sony PS3 (incomplete)" 3 depends on PPC_MULTIPLATFORM && PPC64 4 select PPC_CELL 5 select USB_ARCH_HAS_OHCI 6 select USB_OHCI_LITTLE_ENDIAN 7 select USB_OHCI_BIG_ENDIAN_MMIO 8 select USB_ARCH_HAS_EHCI 9 select USB_EHCI_BIG_ENDIAN_MMIO | 1config PPC_PS3 2 bool "Sony PS3 (incomplete)" 3 depends on PPC_MULTIPLATFORM && PPC64 4 select PPC_CELL 5 select USB_ARCH_HAS_OHCI 6 select USB_OHCI_LITTLE_ENDIAN 7 select USB_OHCI_BIG_ENDIAN_MMIO 8 select USB_ARCH_HAS_EHCI 9 select USB_EHCI_BIG_ENDIAN_MMIO |
10 select MEMORY_HOTPLUG |
|
10 help 11 This option enables support for the Sony PS3 game console 12 and other platforms using the PS3 hypervisor. 13 Support for this platform is not yet complete, so 14 enabling this will not result in a bootable kernel on a 15 PS3 system. 16 17menu "PS3 Platform Options" --- 83 unchanged lines hidden --- | 11 help 12 This option enables support for the Sony PS3 game console 13 and other platforms using the PS3 hypervisor. 14 Support for this platform is not yet complete, so 15 enabling this will not result in a bootable kernel on a 16 PS3 system. 17 18menu "PS3 Platform Options" --- 83 unchanged lines hidden --- |