Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62331
b: refs/heads/master
c: f965263
h: refs/heads/master
i:
  62329: c39d75c
  62327: c7c998b
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Jul 22, 2007
1 parent 36d0751 commit 2339b6f
Show file tree
Hide file tree
Showing 4 changed files with 458 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: 9aea8cbf2866c5680e30ff473341b7c5e93f7442
refs/heads/master: f96526354bb0824f3ce550a028606d2f94435b92
15 changes: 15 additions & 0 deletions trunk/arch/powerpc/platforms/ps3/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,19 @@ config PS3_ROM
In general, all users will say Y or M.
Also make sure to say Y or M to "SCSI CDROM support" later.

config PS3_FLASH
tristate "PS3 FLASH ROM Storage Driver"
depends on PPC_PS3
select PS3_STORAGE
help
Include support for the PS3 FLASH ROM Storage.

This support is required to access the PS3 FLASH ROM, which
contains the boot loader and some boot options.
In general, all users will say Y or M.

As this driver needs a fixed buffer of 256 KiB of memory, it can
be disabled on the kernel command line using "ps3flash=off", to
not allocate this fixed buffer.

endmenu
2 changes: 2 additions & 0 deletions trunk/drivers/char/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ obj-$(CONFIG_IPMI_HANDLER) += ipmi/
obj-$(CONFIG_HANGCHECK_TIMER) += hangcheck-timer.o
obj-$(CONFIG_TCG_TPM) += tpm/

obj-$(CONFIG_PS3_FLASH) += ps3flash.o

# Files generated that shall be removed upon make clean
clean-files := consolemap_deftbl.c defkeymap.c

Expand Down
Loading

0 comments on commit 2339b6f

Please sign in to comment.