summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/ps3/Kconfig
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2012-03-31 18:03:30 -0700
committerGeoff Levand <geoff@infradead.org>2012-04-24 15:34:16 -0700
commit07c044c86e05818c2d5e99b8ff881e2e4543c6ad (patch)
treeef61e7e66c2129d59b94cdacbdc0a0459891fbbe /arch/powerpc/platforms/ps3/Kconfig
parent08a6b25631b5f1984a963fd7cf9771898ebb07e5 (diff)
downloadop-kernel-dev-07c044c86e05818c2d5e99b8ff881e2e4543c6ad.zip
op-kernel-dev-07c044c86e05818c2d5e99b8ff881e2e4543c6ad.tar.gz
powerpc/ps3: Add PS3 repository write support
Add a new config option CONFIG_PS3_REPOSITORY_WRITE that conditionally builds in support to create, write and delete nodes in the PS3 system repository. This support will allow Linux based bootloaders to manage data in the system repository for use by later boot stages, Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'arch/powerpc/platforms/ps3/Kconfig')
-rw-r--r--arch/powerpc/platforms/ps3/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/ps3/Kconfig b/arch/powerpc/platforms/ps3/Kconfig
index 476d9d9..4210aaa 100644
--- a/arch/powerpc/platforms/ps3/Kconfig
+++ b/arch/powerpc/platforms/ps3/Kconfig
@@ -88,6 +88,19 @@ config PS3_SYS_MANAGER
This support is required for system control. In
general, all users will say Y or M.
+config PS3_REPOSITORY_WRITE
+ bool "PS3 Repository write support" if PS3_ADVANCED
+ depends on PPC_PS3
+ default n
+ help
+ Enables support for writing to the PS3 System Repository.
+
+ This support is intended for bootloaders that need to store data
+ in the repository for later boot stages.
+
+ If in doubt, say N here and reduce the size of the kernel by a
+ small amount.
+
config PS3_STORAGE
depends on PPC_PS3
tristate
OpenPOWER on IntegriCloud