diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index b5e67c0ff433..35d2c22c5d24 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -92,6 +92,22 @@ config TIFM_7XX1 | |||
92 | To compile this driver as a module, choose M here: the module will | 92 | To compile this driver as a module, choose M here: the module will |
93 | be called tifm_7xx1. | 93 | be called tifm_7xx1. |
94 | 94 | ||
95 | config ACER_WMI | ||
96 | tristate "Acer WMI Laptop Extras (EXPERIMENTAL)" | ||
97 | depends on X86 | ||
98 | depends on EXPERIMENTAL | ||
99 | depends on ACPI | ||
100 | depends on ACPI_WMI | ||
101 | depends on LEDS_CLASS | ||
102 | depends on BACKLIGHT_CLASS_DEVICE | ||
103 | ---help--- | ||
104 | This is a driver for newer Acer (and Wistron) laptops. It adds | ||
105 | wireless radio and bluetooth control, and on some laptops, | ||
106 | exposes the mail LED and LCD backlight. | ||
107 | |||
108 | If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M | ||
109 | here. | ||
110 | |||
95 | config ASUS_LAPTOP | 111 | config ASUS_LAPTOP |
96 | tristate "Asus Laptop Extras (EXPERIMENTAL)" | 112 | tristate "Asus Laptop Extras (EXPERIMENTAL)" |
97 | depends on X86 | 113 | depends on X86 |