2 bool "Sony PS3 (incomplete)"
3 depends on PPC_MULTIPLATFORM && PPC64
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
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
18 menu "PS3 Platform Options"
23 bool "PS3 Advanced configuration options"
25 This gives you access to some advanced options for the PS3. The
26 defaults should be fine for most users, but these options may make
27 it possible to better control the kernel configuration if you know
30 Note that the answer to this question won't directly affect the
31 kernel: saying N will just cause the configurator to skip all
32 the questions about these options.
34 Most users should say N to this question.
38 int "PS3 Platform pagetable size" if PS3_ADVANCED
42 This option is only for experts who may have the desire to fine
43 tune the pagetable size on their system. The value here is
44 expressed as the log2 of the page table size. Valid values are
45 18, 19, and 20, corresponding to 256KB, 512KB and 1MB respectively.
47 If unsure, choose the default (20) with the confidence that your
48 system will have optimal runtime performance.
50 config PS3_DYNAMIC_DMA
51 depends on PPC_PS3 && EXPERIMENTAL
52 bool "PS3 Platform dynamic DMA page table management"
55 This option will enable kernel support to take advantage of the
56 per device dynamic DMA page table management provided by the Cell
57 processor's IO Controller. This support incurs some runtime
58 overhead and also slightly increases kernel memory usage. The
59 current implementation should be considered experimental.
61 This support is mainly for Linux kernel development. If unsure,
64 config PS3_USE_LPAR_ADDR
65 depends on PPC_PS3 && EXPERIMENTAL
66 bool "PS3 use lpar address space"
69 This option is solely for experimentation by experts. Disables
70 translation of lpar addresses. SPE support currently won't work
71 without this set to y.
73 If you have any doubt, choose the default y.
81 tristate "PS3 AV settings driver" if PS3_ADVANCED
85 Include support for the PS3 AV Settings driver.
87 This support is required for graphics and sound. In
88 general, all users will say Y or M.
90 config PS3_SYS_MANAGER
92 tristate "PS3 System Manager driver" if PS3_ADVANCED
96 Include support for the PS3 System Manager.
98 This support is required for system control. In
99 general, all users will say Y or M.
106 tristate "PS3 Disk Storage Driver"
107 depends on PPC_PS3 && BLOCK
110 Include support for the PS3 Disk Storage.
112 This support is required to access the PS3 hard disk.
113 In general, all users will say Y or M.
116 tristate "PS3 BD/DVD/CD-ROM Storage Driver"
117 depends on PPC_PS3 && SCSI
120 Include support for the PS3 ROM Storage.
122 This support is required to access the PS3 BD/DVD/CD-ROM drive.
123 In general, all users will say Y or M.
124 Also make sure to say Y or M to "SCSI CDROM support" later.
127 tristate "PS3 FLASH ROM Storage Driver"
131 Include support for the PS3 FLASH ROM Storage.
133 This support is required to access the PS3 FLASH ROM, which
134 contains the boot loader and some boot options.
135 In general, all users will say Y or M.
137 As this driver needs a fixed buffer of 256 KiB of memory, it can
138 be disabled on the kernel command line using "ps3flash=off", to
139 not allocate this fixed buffer.