diff options
-rw-r--r-- | arch/x86/Kconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 8af5ba8a36b7..b198c018efc4 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -2089,7 +2089,8 @@ config OLPC_XO1_RTC | |||
2089 | 2089 | ||
2090 | config OLPC_XO1_SCI | 2090 | config OLPC_XO1_SCI |
2091 | bool "OLPC XO-1 SCI extras" | 2091 | bool "OLPC XO-1 SCI extras" |
2092 | depends on OLPC && OLPC_XO1_PM && POWER_SUPPLY | 2092 | depends on OLPC && OLPC_XO1_PM |
2093 | select POWER_SUPPLY | ||
2093 | select GPIO_CS5535 | 2094 | select GPIO_CS5535 |
2094 | select MFD_CORE | 2095 | select MFD_CORE |
2095 | ---help--- | 2096 | ---help--- |
@@ -2103,7 +2104,8 @@ config OLPC_XO1_SCI | |||
2103 | 2104 | ||
2104 | config OLPC_XO15_SCI | 2105 | config OLPC_XO15_SCI |
2105 | bool "OLPC XO-1.5 SCI extras" | 2106 | bool "OLPC XO-1.5 SCI extras" |
2106 | depends on OLPC && ACPI && POWER_SUPPLY | 2107 | depends on OLPC && ACPI |
2108 | select POWER_SUPPLY | ||
2107 | ---help--- | 2109 | ---help--- |
2108 | Add support for SCI-based features of the OLPC XO-1.5 laptop: | 2110 | Add support for SCI-based features of the OLPC XO-1.5 laptop: |
2109 | - EC-driven system wakeups | 2111 | - EC-driven system wakeups |