Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62330
b: refs/heads/master
c: 9aea8cb
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Jul 22, 2007
1 parent c39d75c commit 36d0751
Show file tree
Hide file tree
Showing 4 changed files with 546 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c6131fa528c4fc57605c474bf8c83821aff164c0
refs/heads/master: 9aea8cbf2866c5680e30ff473341b7c5e93f7442
11 changes: 11 additions & 0 deletions trunk/arch/powerpc/platforms/ps3/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,15 @@ config PS3_DISK
This support is required to access the PS3 hard disk.
In general, all users will say Y or M.

config PS3_ROM
tristate "PS3 BD/DVD/CD-ROM Storage Driver"
depends on PPC_PS3 && SCSI
select PS3_STORAGE
help
Include support for the PS3 ROM Storage.

This support is required to access the PS3 BD/DVD/CD-ROM drive.
In general, all users will say Y or M.
Also make sure to say Y or M to "SCSI CDROM support" later.

endmenu
1 change: 1 addition & 0 deletions trunk/drivers/scsi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ obj-$(CONFIG_SCSI_IBMVSCSI) += ibmvscsi/
obj-$(CONFIG_SCSI_IBMVSCSIS) += ibmvscsi/
obj-$(CONFIG_SCSI_HPTIOP) += hptiop.o
obj-$(CONFIG_SCSI_STEX) += stex.o
obj-$(CONFIG_PS3_ROM) += ps3rom.o

obj-$(CONFIG_ARM) += arm/

Expand Down
Loading

0 comments on commit 36d0751

Please sign in to comment.