diff options
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/platforms/ps3/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/ps3/Kconfig b/arch/powerpc/platforms/ps3/Kconfig index 8da927c01d03..f6092916ebc8 100644 --- a/arch/powerpc/platforms/ps3/Kconfig +++ b/arch/powerpc/platforms/ps3/Kconfig | |||
@@ -112,4 +112,15 @@ config PS3_DISK | |||
112 | This support is required to access the PS3 hard disk. | 112 | This support is required to access the PS3 hard disk. |
113 | In general, all users will say Y or M. | 113 | In general, all users will say Y or M. |
114 | 114 | ||
115 | config PS3_ROM | ||
116 | tristate "PS3 BD/DVD/CD-ROM Storage Driver" | ||
117 | depends on PPC_PS3 && SCSI | ||
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 | |||
115 | endmenu | 126 | endmenu |