aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs/ps3_defconfig
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2007-12-10 15:17:43 +1100
committerPaul Mackerras <paulus@samba.org>2007-12-14 16:45:00 +1100
commiteb8dc843fc3c0dbac553ec79d7e5b4d8339aeb3d (patch)
tree351b54fd0daadb987e772ef738781acc07dfbe75 /arch/powerpc/configs/ps3_defconfig
parent[POWERPC] iSeries: don't printk with HV spinlock held (diff)
downloadlinux-dev-eb8dc843fc3c0dbac553ec79d7e5b4d8339aeb3d.tar.xz
linux-dev-eb8dc843fc3c0dbac553ec79d7e5b4d8339aeb3d.zip
[POWERPC] Make PS3_SYS_MANAGER default y, not m
Currently it's impossible to build a ps3_defconfig which will reboot without modules installed. This makes it all too easy to find yourself with a PS3 that won't reboot. This is because the system manager driver, which provides the reboot mechanism, is only selectable if PS3_ADVANCED is set, else it defaults to m. In ps3_defconfig PS3_ADVANCED is not set, therefore the system manager is built as a module. It would be desirable IMHO for the defconfig to produce a kernel that boots and reboots, without needing modules to be installed. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Acked-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/configs/ps3_defconfig')
-rw-r--r--arch/powerpc/configs/ps3_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/ps3_defconfig b/arch/powerpc/configs/ps3_defconfig
index 5bd547ecd60a..0b5469fb6e0f 100644
--- a/arch/powerpc/configs/ps3_defconfig
+++ b/arch/powerpc/configs/ps3_defconfig
@@ -157,7 +157,7 @@ CONFIG_PS3_HTAB_SIZE=20
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