diff options
author | Daniel Drake <dsd@laptop.org> | 2011-06-25 17:34:15 +0100 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2011-07-06 14:44:39 -0700 |
commit | 2cf2baea103f0a3d68b0f989d28df66f16dbc834 (patch) | |
tree | 2d9e8f2a57e5ff11a0f95ddeb8b1134a8136a835 /arch/x86/Kconfig | |
parent | 7bc74b3df73776fe06f3df9fafd2d2698e6ca28a (diff) | |
download | linux-3.10-2cf2baea103f0a3d68b0f989d28df66f16dbc834.tar.gz linux-3.10-2cf2baea103f0a3d68b0f989d28df66f16dbc834.tar.bz2 linux-3.10-2cf2baea103f0a3d68b0f989d28df66f16dbc834.zip |
x86, olpc-xo1-sci: Add lid switch functionality
Configure the XO-1's lid switch GPIO to trigger an SCI interrupt,
and correctly expose this input device which can be used as a wakeup
source.
Signed-off-by: Daniel Drake <dsd@laptop.org>
Link: http://lkml.kernel.org/r/1309019658-1712-9-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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 88889106ac9..350ccbb4d65 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -2090,6 +2090,7 @@ config OLPC_XO1_SCI - EC-driven system wakeups - Power button - Ebook switch + - Lid switch endif # X86_32 |