aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig47
1 files changed, 40 insertions, 7 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index a67e014e4e4..153aa6f7829 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1737,8 +1737,8 @@ menuconfig APM
1737 machines with more than one CPU. 1737 machines with more than one CPU.
1738 1738
1739 In order to use APM, you will need supporting software. For location 1739 In order to use APM, you will need supporting software. For location
1740 and more information, read <file:Documentation/power/pm.txt> and the 1740 and more information, read <file:Documentation/power/apm-acpi.txt>
1741 Battery Powered Linux mini-HOWTO, available from 1741 and the Battery Powered Linux mini-HOWTO, available from
1742 <http://www.tldp.org/docs.html#howto>. 1742 <http://www.tldp.org/docs.html#howto>.
1743 1743
1744 This driver does not spin down disk drives (see the hdparm(8) 1744 This driver does not spin down disk drives (see the hdparm(8)
@@ -2024,11 +2024,44 @@ config OLPC
2024 Add support for detecting the unique features of the OLPC 2024 Add support for detecting the unique features of the OLPC
2025 XO hardware. 2025 XO hardware.
2026 2026
2027config OLPC_XO1 2027config OLPC_XO1_PM
2028 tristate "OLPC XO-1 support" 2028 bool "OLPC XO-1 Power Management"
2029 depends on OLPC && MFD_CS5535 2029 depends on OLPC && MFD_CS5535 && PM_SLEEP
2030 ---help--- 2030 select MFD_CORE
2031 Add support for non-essential features of the OLPC XO-1 laptop. 2031 ---help---
2032 Add support for poweroff and suspend of the OLPC XO-1 laptop.
2033
2034config OLPC_XO1_RTC
2035 bool "OLPC XO-1 Real Time Clock"
2036 depends on OLPC_XO1_PM && RTC_DRV_CMOS
2037 ---help---
2038 Add support for the XO-1 real time clock, which can be used as a
2039 programmable wakeup source.
2040
2041config OLPC_XO1_SCI
2042 bool "OLPC XO-1 SCI extras"
2043 depends on OLPC && OLPC_XO1_PM
2044 select POWER_SUPPLY
2045 select GPIO_CS5535
2046 select MFD_CORE
2047 ---help---
2048 Add support for SCI-based features of the OLPC XO-1 laptop:
2049 - EC-driven system wakeups
2050 - Power button
2051 - Ebook switch
2052 - Lid switch
2053 - AC adapter status updates
2054 - Battery status updates
2055
2056config OLPC_XO15_SCI
2057 bool "OLPC XO-1.5 SCI extras"
2058 depends on OLPC && ACPI
2059 select POWER_SUPPLY
2060 ---help---
2061 Add support for SCI-based features of the OLPC XO-1.5 laptop:
2062 - EC-driven system wakeups
2063 - AC adapter status updates
2064 - Battery status updates
2032 2065
2033endif # X86_32 2066endif # X86_32
2034 2067