diff options
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index e65448e99b48..b3866ad50227 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -42,6 +42,7 @@ config ASUS_LAPTOP | |||
42 | depends on LEDS_CLASS | 42 | depends on LEDS_CLASS |
43 | depends on NEW_LEDS | 43 | depends on NEW_LEDS |
44 | depends on BACKLIGHT_CLASS_DEVICE | 44 | depends on BACKLIGHT_CLASS_DEVICE |
45 | depends on INPUT | ||
45 | ---help--- | 46 | ---help--- |
46 | This is the new Linux driver for Asus laptops. It may also support some | 47 | This is the new Linux driver for Asus laptops. It may also support some |
47 | MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate | 48 | MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate |
@@ -54,6 +55,19 @@ config ASUS_LAPTOP | |||
54 | 55 | ||
55 | If you have an ACPI-compatible ASUS laptop, say Y or M here. | 56 | If you have an ACPI-compatible ASUS laptop, say Y or M here. |
56 | 57 | ||
58 | config DELL_LAPTOP | ||
59 | tristate "Dell Laptop Extras (EXPERIMENTAL)" | ||
60 | depends on X86 | ||
61 | depends on DCDBAS | ||
62 | depends on EXPERIMENTAL | ||
63 | depends on BACKLIGHT_CLASS_DEVICE | ||
64 | depends on RFKILL | ||
65 | depends on POWER_SUPPLY | ||
66 | default n | ||
67 | ---help--- | ||
68 | This driver adds support for rfkill and backlight control to Dell | ||
69 | laptops. | ||
70 | |||
57 | config FUJITSU_LAPTOP | 71 | config FUJITSU_LAPTOP |
58 | tristate "Fujitsu Laptop Extras" | 72 | tristate "Fujitsu Laptop Extras" |
59 | depends on ACPI | 73 | depends on ACPI |
@@ -192,6 +206,17 @@ config THINKPAD_ACPI | |||
192 | 206 | ||
193 | If you have an IBM or Lenovo ThinkPad laptop, say Y or M here. | 207 | If you have an IBM or Lenovo ThinkPad laptop, say Y or M here. |
194 | 208 | ||
209 | config THINKPAD_ACPI_DEBUGFACILITIES | ||
210 | bool "Maintainer debug facilities" | ||
211 | depends on THINKPAD_ACPI | ||
212 | default n | ||
213 | ---help--- | ||
214 | Enables extra stuff in the thinkpad-acpi which is completely useless | ||
215 | for normal use. Read the driver source to find out what it does. | ||
216 | |||
217 | Say N here, unless you were told by a kernel maintainer to do | ||
218 | otherwise. | ||
219 | |||
195 | config THINKPAD_ACPI_DEBUG | 220 | config THINKPAD_ACPI_DEBUG |
196 | bool "Verbose debug mode" | 221 | bool "Verbose debug mode" |
197 | depends on THINKPAD_ACPI | 222 | depends on THINKPAD_ACPI |
@@ -277,6 +302,7 @@ config INTEL_MENLOW | |||
277 | config EEEPC_LAPTOP | 302 | config EEEPC_LAPTOP |
278 | tristate "Eee PC Hotkey Driver (EXPERIMENTAL)" | 303 | tristate "Eee PC Hotkey Driver (EXPERIMENTAL)" |
279 | depends on ACPI | 304 | depends on ACPI |
305 | depends on INPUT | ||
280 | depends on EXPERIMENTAL | 306 | depends on EXPERIMENTAL |
281 | select BACKLIGHT_CLASS_DEVICE | 307 | select BACKLIGHT_CLASS_DEVICE |
282 | select HWMON | 308 | select HWMON |