Kconfig (9aea8cbf2866c5680e30ff473341b7c5e93f7442) | Kconfig (f96526354bb0824f3ce550a028606d2f94435b92) |
---|---|
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 --- 109 unchanged lines hidden (view full) --- 118 select PS3_STORAGE 119 help 120 Include support for the PS3 ROM Storage. 121 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. 125 | 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 --- 109 unchanged lines hidden (view full) --- 118 select PS3_STORAGE 119 help 120 Include support for the PS3 ROM Storage. 121 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. 125 |
126config PS3_FLASH 127 tristate "PS3 FLASH ROM Storage Driver" 128 depends on PPC_PS3 129 select PS3_STORAGE 130 help 131 Include support for the PS3 FLASH ROM Storage. 132 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. 136 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. 140 |
|
126endmenu | 141endmenu |