diff options
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index df4514436ba8..5c087a5bddf8 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -11,7 +11,7 @@ config ACPI | |||
11 | bool "ACPI Support" | 11 | bool "ACPI Support" |
12 | depends on IA64 || X86 | 12 | depends on IA64 || X86 |
13 | depends on PCI | 13 | depends on PCI |
14 | select PM | 14 | depends on PM |
15 | default y | 15 | default y |
16 | ---help--- | 16 | ---help--- |
17 | Advanced Configuration and Power Interface (ACPI) support for | 17 | Advanced Configuration and Power Interface (ACPI) support for |
@@ -111,6 +111,7 @@ config ACPI_BATTERY | |||
111 | 111 | ||
112 | config ACPI_BUTTON | 112 | config ACPI_BUTTON |
113 | tristate "Button" | 113 | tristate "Button" |
114 | depends on INPUT | ||
114 | default y | 115 | default y |
115 | help | 116 | help |
116 | This driver handles events on the power, sleep and lid buttons. | 117 | This driver handles events on the power, sleep and lid buttons. |
@@ -120,7 +121,7 @@ config ACPI_BUTTON | |||
120 | 121 | ||
121 | config ACPI_VIDEO | 122 | config ACPI_VIDEO |
122 | tristate "Video" | 123 | tristate "Video" |
123 | depends on X86 | 124 | depends on X86 && BACKLIGHT_CLASS_DEVICE |
124 | help | 125 | help |
125 | This driver implement the ACPI Extensions For Display Adapters | 126 | This driver implement the ACPI Extensions For Display Adapters |
126 | for integrated graphics devices on motherboard, as specified in | 127 | for integrated graphics devices on motherboard, as specified in |
@@ -152,6 +153,13 @@ config ACPI_DOCK | |||
152 | help | 153 | help |
153 | This driver adds support for ACPI controlled docking stations | 154 | This driver adds support for ACPI controlled docking stations |
154 | 155 | ||
156 | config ACPI_BAY | ||
157 | tristate "Removable Drive Bay (EXPERIMENTAL)" | ||
158 | depends on EXPERIMENTAL | ||
159 | help | ||
160 | This driver adds support for ACPI controlled removable drive | ||
161 | bays such as the IBM ultrabay or the Dell Module Bay. | ||
162 | |||
155 | config ACPI_PROCESSOR | 163 | config ACPI_PROCESSOR |
156 | tristate "Processor" | 164 | tristate "Processor" |
157 | default y | 165 | default y |
@@ -186,6 +194,7 @@ config ACPI_NUMA | |||
186 | config ACPI_ASUS | 194 | config ACPI_ASUS |
187 | tristate "ASUS/Medion Laptop Extras" | 195 | tristate "ASUS/Medion Laptop Extras" |
188 | depends on X86 | 196 | depends on X86 |
197 | select BACKLIGHT_CLASS_DEVICE | ||
189 | ---help--- | 198 | ---help--- |
190 | This driver provides support for extra features of ACPI-compatible | 199 | This driver provides support for extra features of ACPI-compatible |
191 | ASUS laptops. As some of Medion laptops are made by ASUS, it may also | 200 | ASUS laptops. As some of Medion laptops are made by ASUS, it may also |
@@ -214,6 +223,7 @@ config ACPI_ASUS | |||
214 | config ACPI_IBM | 223 | config ACPI_IBM |
215 | tristate "IBM ThinkPad Laptop Extras" | 224 | tristate "IBM ThinkPad Laptop Extras" |
216 | depends on X86 | 225 | depends on X86 |
226 | select BACKLIGHT_CLASS_DEVICE | ||
217 | ---help--- | 227 | ---help--- |
218 | This is a Linux ACPI driver for the IBM ThinkPad laptops. It adds | 228 | This is a Linux ACPI driver for the IBM ThinkPad laptops. It adds |
219 | support for Fn-Fx key combinations, Bluetooth control, video | 229 | support for Fn-Fx key combinations, Bluetooth control, video |
@@ -239,6 +249,7 @@ config ACPI_IBM_DOCK | |||
239 | config ACPI_TOSHIBA | 249 | config ACPI_TOSHIBA |
240 | tristate "Toshiba Laptop Extras" | 250 | tristate "Toshiba Laptop Extras" |
241 | depends on X86 | 251 | depends on X86 |
252 | select BACKLIGHT_CLASS_DEVICE | ||
242 | ---help--- | 253 | ---help--- |
243 | This driver adds support for access to certain system settings | 254 | This driver adds support for access to certain system settings |
244 | on "legacy free" Toshiba laptops. These laptops can be recognized by | 255 | on "legacy free" Toshiba laptops. These laptops can be recognized by |