summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorDaniel Drake2011-06-25 18:34:14 +0200
committerH. Peter Anvin2011-07-06 23:44:38 +0200
commit7bc74b3df73776fe06f3df9fafd2d2698e6ca28a (patch)
tree166bd6e0b0de947dd278acac03480eb359bff93e /arch/x86/Kconfig
parentx86, olpc: EC SCI wakeup mask functionality (diff)
downloadkernel-qcow2-linux-7bc74b3df73776fe06f3df9fafd2d2698e6ca28a.tar.gz
kernel-qcow2-linux-7bc74b3df73776fe06f3df9fafd2d2698e6ca28a.tar.xz
kernel-qcow2-linux-7bc74b3df73776fe06f3df9fafd2d2698e6ca28a.zip
x86, olpc-xo1-sci: Add GPE handler and ebook switch functionality
The EC in the OLPC XO-1 delivers GPE events to provide various notifications. Add the basic code for GPE/EC event processing and enable the ebook switch, which can be used as a wakeup source. Signed-off-by: Daniel Drake <dsd@laptop.org> Link: http://lkml.kernel.org/r/1309019658-1712-8-git-send-email-dsd@laptop.org Acked-by: Andres Salomon <dilinger@queued.net> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 66b7b9d519d5..88889106ac9b 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -2087,7 +2087,9 @@ config OLPC_XO1_SCI
select MFD_CORE
---help---
Add support for SCI-based features of the OLPC XO-1 laptop:
+ - EC-driven system wakeups
- Power button
+ - Ebook switch
endif # X86_32