summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/ps3/Kconfig
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2007-02-07 12:20:01 -0800
committerPaul Mackerras <paulus@samba.org>2007-02-16 14:00:19 +1100
commitfde5efd0e50e026f3f69629fc5790a4f0533dcaa (patch)
tree865d49e09e04691a9e66c5cb75f14862bee311ed /arch/powerpc/platforms/ps3/Kconfig
parentea1547d31153f8c3bdd32646f17d096d3108c838 (diff)
downloadop-kernel-dev-fde5efd0e50e026f3f69629fc5790a4f0533dcaa.zip
op-kernel-dev-fde5efd0e50e026f3f69629fc5790a4f0533dcaa.tar.gz
[POWERPC] PS3: System manager support
Add PS3 system manager support and the ppc_md routines restart() and power_off(). The system manager provides an event notification mechanism for reporting events like thermal alert and button presses. It also provides support to control system shutdown and startup. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/ps3/Kconfig')
-rw-r--r--arch/powerpc/platforms/ps3/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/ps3/Kconfig b/arch/powerpc/platforms/ps3/Kconfig
index 4be3943..d270a1e 100644
--- a/arch/powerpc/platforms/ps3/Kconfig
+++ b/arch/powerpc/platforms/ps3/Kconfig
@@ -62,4 +62,14 @@ config PS3_PS3AV
This support is required for graphics and sound. In
general, all users will say Y or M.
+config PS3_SYS_MANAGER
+ bool "PS3 System Manager driver"
+ select PS3_VUART
+ default y
+ help
+ Include support for the PS3 System Manager.
+
+ This support is required for system control. In
+ general, all users will say Y.
+
endmenu
OpenPOWER on IntegriCloud