summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/Kconfig
diff options
context:
space:
mode:
authorChristian Krafft2008-07-15 21:51:45 +0200
committerBenjamin Herrenschmidt2008-07-22 02:39:32 +0200
commit4795b7801b07e1b7286edb0d9321433fc0eac6cc (patch)
tree74ee09ea441a4ebb57cb2e35d2d8def1e63f98f6 /arch/powerpc/platforms/cell/Kconfig
parentpowerpc/cell: Cleanup sysreset_hack for IBM cell blades (diff)
downloadkernel-qcow2-linux-4795b7801b07e1b7286edb0d9321433fc0eac6cc.tar.gz
kernel-qcow2-linux-4795b7801b07e1b7286edb0d9321433fc0eac6cc.tar.xz
kernel-qcow2-linux-4795b7801b07e1b7286edb0d9321433fc0eac6cc.zip
powerpc/cell: Add support for power button of future IBM cell blades
This patch adds support for the power button on future IBM cell blades. It actually doesn't shut down the machine. Instead it exposes an input device /dev/input/event0 to userspace which sends KEY_POWER if power button has been pressed. haldaemon actually recognizes the button, so a plattform independent acpid replacement should handle it correctly. Signed-off-by: Christian Krafft <krafft@de.ibm.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/cell/Kconfig')
-rw-r--r--arch/powerpc/platforms/cell/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/cell/Kconfig b/arch/powerpc/platforms/cell/Kconfig
index 2d1957bc450d..c14d7d8d96c8 100644
--- a/arch/powerpc/platforms/cell/Kconfig
+++ b/arch/powerpc/platforms/cell/Kconfig
@@ -91,6 +91,14 @@ config PPC_IBM_CELL_RESETBUTTON
Support Pinhole Resetbutton on IBM Cell blades.
This adds a method to trigger system reset via front panel pinhole button.
+config PPC_IBM_CELL_POWERBUTTON
+ tristate "IBM Cell Blade power button"
+ depends on PPC_IBM_CELL_BLADE && PPC_PMI && INPUT_EVDEV
+ default y
+ help
+ Support Powerbutton on IBM Cell blades.
+ This will enable the powerbutton as an input device.
+
config CBE_THERM
tristate "CBE thermal support"
default m