diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-11-28 02:36:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-11-28 02:36:03 +0000 |
commit | 8943e60f48ebbe20ca9e5405db6c792f004045a7 (patch) | |
tree | c4d89af8ae78dd5379e30a50e502ae297733e281 | |
parent | 7dadd9972348bdc875cf4982b8be226a7ef34b3f (diff) | |
download | upstream-8943e60f48ebbe20ca9e5405db6c792f004045a7.tar.gz upstream-8943e60f48ebbe20ca9e5405db6c792f004045a7.tar.bz2 upstream-8943e60f48ebbe20ca9e5405db6c792f004045a7.zip |
ps3: build-in ps3 system manager
This changes the ps3 kernel config to build-in the System Manager
module, which is required for proper shutdown and reboot.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9604 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ps3/config-2.6.23 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ps3/config-2.6.23 b/target/linux/ps3/config-2.6.23 index 593ddbc882..ab5d55b44c 100644 --- a/target/linux/ps3/config-2.6.23 +++ b/target/linux/ps3/config-2.6.23 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.23 -# Tue Oct 16 15:38:00 2007 +# Fri Oct 26 13:32:59 2007 # CONFIG_PPC64=y @@ -141,13 +141,13 @@ CONFIG_PPC_PS3=y # # PS3 Platform Options # -# CONFIG_PS3_ADVANCED is not set +CONFIG_PS3_ADVANCED=y CONFIG_PS3_HTAB_SIZE=20 # CONFIG_PS3_DYNAMIC_DMA is not set CONFIG_PS3_USE_LPAR_ADDR=y CONFIG_PS3_VUART=y CONFIG_PS3_PS3AV=y -CONFIG_PS3_SYS_MANAGER=m +CONFIG_PS3_SYS_MANAGER=y CONFIG_PS3_STORAGE=y CONFIG_PS3_DISK=y CONFIG_PS3_ROM=y |