From: Michael Ellerman Date: Mon, 10 Dec 2007 04:17:43 +0000 (+1100) Subject: [POWERPC] Make PS3_SYS_MANAGER default y, not m X-Git-Tag: v2.6.24-rc6~70^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb8dc843fc3c0dbac553ec79d7e5b4d8339aeb3d;p=pandora-kernel.git [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 Acked-by: Geoff Levand Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed