Kconfig (d585a021c0b10b0477d6b608c53e1feb8cde0507) Kconfig (c26afe9e8591f306d79aab8071f1d34e4f60b700)
1config PPC_PS3
2 bool "Sony PS3"
3 depends on PPC64 && PPC_BOOK3S
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

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

143
144 This support is required to use the logical performance monitor
145 of the PS3's LV1 hypervisor.
146
147 If you intend to use the advanced performance monitoring and
148 profiling support of the Cell processor with programs like
149 oprofile and perfmon2, then say Y or M, otherwise say N.
150
1config PPC_PS3
2 bool "Sony PS3"
3 depends on PPC64 && PPC_BOOK3S
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

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

143
144 This support is required to use the logical performance monitor
145 of the PS3's LV1 hypervisor.
146
147 If you intend to use the advanced performance monitoring and
148 profiling support of the Cell processor with programs like
149 oprofile and perfmon2, then say Y or M, otherwise say N.
150
151config PS3GELIC_UDBG
152 bool "PS3 udbg output via UDP broadcasts on Ethernet"
153 depends on PPC_PS3
154 help
155 Enables udbg early debugging output by sending broadcast UDP
156 via the Ethernet port (UDP port number 18194).
157
158 This driver uses a trivial implementation and is independent
159 from the main network driver.
160
161 If in doubt, say N here.
162
151endmenu
163endmenu