Kconfig (3f555c700b6c90f9ac24bc81a4f509583d906278) | Kconfig (72e77a1b941e24e67f396246310438afbad9e6b3) |
---|---|
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 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 |
|
1menu "PS3 Platform Options" 2 depends on PPC_PS3 3 4config PS3_ADVANCED 5 depends on PPC_PS3 6 bool "PS3 Advanced configuration options" 7 help 8 This gives you access to some advanced options for the PS3. The --- 81 unchanged lines hidden --- | 17menu "PS3 Platform Options" 18 depends on PPC_PS3 19 20config PS3_ADVANCED 21 depends on PPC_PS3 22 bool "PS3 Advanced configuration options" 23 help 24 This gives you access to some advanced options for the PS3. The --- 81 unchanged lines hidden --- |