Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62329
b: refs/heads/master
c: c6131fa
h: refs/heads/master
i:
  62327: c7c998b
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Jul 22, 2007
1 parent 0f8981a commit c39d75c
Show file tree
Hide file tree
Showing 4 changed files with 642 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: 97d22d26b4a5aefc5a18ac81ef4e7b46da451426
refs/heads/master: c6131fa528c4fc57605c474bf8c83821aff164c0
10 changes: 10 additions & 0 deletions trunk/arch/powerpc/platforms/ps3/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,14 @@ config PS3_STORAGE
depends on PPC_PS3
tristate

config PS3_DISK
tristate "PS3 Disk Storage Driver"
depends on PPC_PS3 && BLOCK
select PS3_STORAGE
help
Include support for the PS3 Disk Storage.

This support is required to access the PS3 hard disk.
In general, all users will say Y or M.

endmenu
1 change: 1 addition & 0 deletions trunk/drivers/block/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
obj-$(CONFIG_MAC_FLOPPY) += swim3.o
obj-$(CONFIG_BLK_DEV_FD) += floppy.o
obj-$(CONFIG_AMIGA_FLOPPY) += amiflop.o
obj-$(CONFIG_PS3_DISK) += ps3disk.o
obj-$(CONFIG_ATARI_FLOPPY) += ataflop.o
obj-$(CONFIG_AMIGA_Z2RAM) += z2ram.o
obj-$(CONFIG_BLK_DEV_RAM) += rd.o
Expand Down
Loading

0 comments on commit c39d75c

Please sign in to comment.