aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorMatthew Garrett <mjg59@srcf.ucam.org>2008-07-25 04:45:39 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2008-07-25 13:53:28 -0400
commit62ec30d45ecbb85b5991474c8f04192697687495 (patch)
tree7dcc84e624b02a130cc016a400b9fd1c5f5563c2 /drivers/misc/Kconfig
parentac331d158e198d2a91a5b0a3ec4ca9991fdb57af (diff)
misc: add HP WMI laptop extras driver
This driver adds support for reading and configuring certain information on modern HP laptops with WMI BIOS interfaces. It supports enabling and disabling the ambient light sensor, querying attached displays and hard drive temperature, sending events on docking and querying the state of the dock and toggling the state of the wifi, bluetooth and wwan hardware via rfkill. It also makes the little "(i)" button work on machines that send that via WMI rather than via the keyboard controller. Signed-off-by: Matthew Garrett <mjg@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index d5bc288b1b0d..1689c051f68f 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -212,6 +212,18 @@ config TC1100_WMI
212 This is a driver for the WMI extensions (wireless and bluetooth power 212 This is a driver for the WMI extensions (wireless and bluetooth power
213 control) of the HP Compaq TC1100 tablet. 213 control) of the HP Compaq TC1100 tablet.
214 214
215config HP_WMI
216 tristate "HP WMI extras"
217 depends on ACPI_WMI
218 depends on INPUT
219 depends on RFKILL
220 help
221 Say Y here if you want to support WMI-based hotkeys on HP laptops and
222 to read data from WMI such as docking or ambient light sensor state.
223
224 To compile this driver as a module, choose M here: the module will
225 be called hp-wmi.
226
215config MSI_LAPTOP 227config MSI_LAPTOP
216 tristate "MSI Laptop Extras" 228 tristate "MSI Laptop Extras"
217 depends on X86 229 depends on X86