Kconfig (6caebff168235b6102e5dc57cb95a2374301720a) Kconfig (e37af8011a9631996e6cd32dd81a152708eee7d4)
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 HAVE_PCI
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 HAVE_PCI
10 select IRQ_DOMAIN_NOMAP
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"

--- 62 unchanged lines hidden (view full) ---

80 select PS3_VUART
81 default y
82 help
83 Include support for the PS3 System Manager.
84
85 This support is required for PS3 system control. In
86 general, all users will say Y or M.
87
11 help
12 This option enables support for the Sony PS3 game console
13 and other platforms using the PS3 hypervisor. Enabling this
14 option will allow building otheros.bld, a kernel image suitable
15 for programming into flash memory, and vmlinux, a kernel image
16 suitable for loading via kexec.
17
18menu "PS3 Platform Options"

--- 62 unchanged lines hidden (view full) ---

81 select PS3_VUART
82 default y
83 help
84 Include support for the PS3 System Manager.
85
86 This support is required for PS3 system control. In
87 general, all users will say Y or M.
88
88config PS3_VERBOSE_RESULT
89 bool "PS3 Verbose LV1 hypercall results" if PS3_ADVANCED
90 depends on PPC_PS3
91 help
92 Enables more verbose log mesages for LV1 hypercall results.
93
94 If in doubt, say N here and reduce the size of the kernel by a
95 small amount.
96
97config PS3_REPOSITORY_WRITE
98 bool "PS3 Repository write support" if PS3_ADVANCED
99 depends on PPC_PS3
100 help
101 Enables support for writing to the PS3 System Repository.
102
103 This support is intended for bootloaders that need to store data
104 in the repository for later boot stages.

--- 77 unchanged lines hidden ---
89config PS3_REPOSITORY_WRITE
90 bool "PS3 Repository write support" if PS3_ADVANCED
91 depends on PPC_PS3
92 help
93 Enables support for writing to the PS3 System Repository.
94
95 This support is intended for bootloaders that need to store data
96 in the repository for later boot stages.

--- 77 unchanged lines hidden ---