aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index f473151ac991..66b7b9d519d5 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -2080,6 +2080,15 @@ config OLPC_XO1_PM
2080 ---help--- 2080 ---help---
2081 Add support for poweroff and suspend of the OLPC XO-1 laptop. 2081 Add support for poweroff and suspend of the OLPC XO-1 laptop.
2082 2082
2083config OLPC_XO1_SCI
2084 bool "OLPC XO-1 SCI extras"
2085 depends on OLPC && OLPC_XO1_PM
2086 select GPIO_CS5535
2087 select MFD_CORE
2088 ---help---
2089 Add support for SCI-based features of the OLPC XO-1 laptop:
2090 - Power button
2091
2083endif # X86_32 2092endif # X86_32
2084 2093
2085config AMD_NB 2094config AMD_NB