[POWERPC] Make PS3_SYS_MANAGER default y, not m
authorMichael Ellerman <michael@ellerman.id.au>
Mon, 10 Dec 2007 04:17:43 +0000 (15:17 +1100)
committerPaul Mackerras <paulus@samba.org>
Fri, 14 Dec 2007 05:45:00 +0000 (16:45 +1100)
commiteb8dc843fc3c0dbac553ec79d7e5b4d8339aeb3d
tree351b54fd0daadb987e772ef738781acc07dfbe75
parent88f0178e6ec2c73167de973e4af86905b4dbfd45
[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>
arch/powerpc/configs/ps3_defconfig
arch/powerpc/platforms/ps3/Kconfig