diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index da349723d41..29615ee688a 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -2073,11 +2073,12 @@ config OLPC | |||
2073 | Add support for detecting the unique features of the OLPC | 2073 | Add support for detecting the unique features of the OLPC |
2074 | XO hardware. | 2074 | XO hardware. |
2075 | 2075 | ||
2076 | config OLPC_XO1 | 2076 | config OLPC_XO1_PM |
2077 | tristate "OLPC XO-1 support" | 2077 | bool "OLPC XO-1 Power Management" |
2078 | depends on OLPC && MFD_CS5535 | 2078 | depends on OLPC && MFD_CS5535 |
2079 | select MFD_CORE | ||
2079 | ---help--- | 2080 | ---help--- |
2080 | Add support for non-essential features of the OLPC XO-1 laptop. | 2081 | Add support for poweroff of the OLPC XO-1 laptop. |
2081 | 2082 | ||
2082 | endif # X86_32 | 2083 | endif # X86_32 |
2083 | 2084 | ||