diff options
author | Len Brown <len.brown@intel.com> | 2008-02-07 03:19:43 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-07 03:19:43 -0500 |
commit | 060195500e0347a6ba8ea89739a9898961eb6f2b (patch) | |
tree | 5afba4e8daae642d33b7a4daa97d63c54776b786 /drivers/misc/Kconfig | |
parent | 26b6f2236615649a0ae6a0de2e9e71a2f9ffeba7 (diff) | |
parent | dd8cd7793781c87be47bbfee65efa3fb5110f898 (diff) |
Merge branches 'release' and 'wmi-2.6.25' into release
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index f20c30cf99e0..78cd33861766 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 |
@@ -126,6 +142,15 @@ config FUJITSU_LAPTOP | |||
126 | 142 | ||
127 | If you have a Fujitsu laptop, say Y or M here. | 143 | If you have a Fujitsu laptop, say Y or M here. |
128 | 144 | ||
145 | config TC1100_WMI | ||
146 | tristate "HP Compaq TC1100 Tablet WMI Extras" | ||
147 | depends on X86 && !X86_64 | ||
148 | depends on ACPI | ||
149 | depends on ACPI_WMI | ||
150 | ---help--- | ||
151 | This is a driver for the WMI extensions (wireless and bluetooth power | ||
152 | control) of the HP Compaq TC1100 tablet. | ||
153 | |||
129 | config MSI_LAPTOP | 154 | config MSI_LAPTOP |
130 | tristate "MSI Laptop Extras" | 155 | tristate "MSI Laptop Extras" |
131 | depends on X86 | 156 | depends on X86 |