Kconfig (2ac5e38ea4203852d6e99edd3cf11f044b0a409f) | Kconfig (eb01d42a77785ff96b6e66a2a2e7027fc6d78e4a) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2config PPC_PS3 3 bool "Sony PS3" 4 depends on PPC64 && PPC_BOOK3S && CPU_BIG_ENDIAN 5 select PPC_CELL 6 select USB_OHCI_LITTLE_ENDIAN 7 select USB_OHCI_BIG_ENDIAN_MMIO 8 select USB_EHCI_BIG_ENDIAN_MMIO | 1# SPDX-License-Identifier: GPL-2.0 2config PPC_PS3 3 bool "Sony PS3" 4 depends on PPC64 && PPC_BOOK3S && CPU_BIG_ENDIAN 5 select PPC_CELL 6 select USB_OHCI_LITTLE_ENDIAN 7 select USB_OHCI_BIG_ENDIAN_MMIO 8 select USB_EHCI_BIG_ENDIAN_MMIO |
9 select PPC_PCI_CHOICE | 9 select HAVE_PCI |
10 help 11 This option enables support for the Sony PS3 game console 12 and other platforms using the PS3 hypervisor. Enabling this 13 option will allow building otheros.bld, a kernel image suitable 14 for programming into flash memory, and vmlinux, a kernel image 15 suitable for loading via kexec. 16 17menu "PS3 Platform Options" --- 155 unchanged lines hidden --- | 10 help 11 This option enables support for the Sony PS3 game console 12 and other platforms using the PS3 hypervisor. Enabling this 13 option will allow building otheros.bld, a kernel image suitable 14 for programming into flash memory, and vmlinux, a kernel image 15 suitable for loading via kexec. 16 17menu "PS3 Platform Options" --- 155 unchanged lines hidden --- |