Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132473
b: refs/heads/master
c: c71327a
h: refs/heads/master
i:
  132471: 225a4d7
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Mar 18, 2009
1 parent 01fb240 commit 8fcfd4b
Show file tree
Hide file tree
Showing 7 changed files with 874 additions and 777 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a4bd6a93c3f14691c8a29e53eb04dc734b27f0db
refs/heads/master: c71327ad9f925a4ddbf24db80ce66165104c4ed0
7 changes: 7 additions & 0 deletions trunk/arch/powerpc/platforms/ps3/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,13 @@ config PS3_FLASH
be disabled on the kernel command line using "ps3flash=off", to
not allocate this fixed buffer.

config PS3_VRAM
tristate "PS3 Video RAM Storage Driver"
depends on FB_PS3=y && BLOCK && m
help
This driver allows you to use excess PS3 video RAM as volatile
storage or system swap.

config PS3_LPM
tristate "PS3 Logical Performance Monitor support"
depends on PPC_PS3
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/block/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,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_PS3_VRAM) += ps3vram.o
obj-$(CONFIG_ATARI_FLOPPY) += ataflop.o
obj-$(CONFIG_AMIGA_Z2RAM) += z2ram.o
obj-$(CONFIG_BLK_DEV_RAM) += brd.o
Expand Down
Loading

0 comments on commit 8fcfd4b

Please sign in to comment.