aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/Kconfig
diff options
context:
space:
mode:
authorCorentin Chary <corentincj@iksaif.net>2011-02-26 04:20:40 -0500
committerMatthew Garrett <mjg@redhat.com>2011-03-28 06:07:23 -0400
commitb229ece9911cc0b2415d3ffd55d7b2a28d30b614 (patch)
tree50035849ba40776b9040304649867108644f84e8 /drivers/platform/x86/Kconfig
parentef343491db1770a3af5010ba007167c348cdbe1a (diff)
asus-nb-wmi: Asus Notebooks WMI Driver
Introduce a new driver for Asus Notebooks shipped with a WMI device instead of the old ACPI device. The WMI device is almost the same as the one present in Eee PC, but the event guid and the keymap are different. The keymap comes from asus-laptop module. On Asus notebooks, when you call the WMI device, you always need a 64bit buffer, even if you only want to get the state of a device (tested on a G73). Signed-off-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r--drivers/platform/x86/Kconfig16
1 files changed, 15 insertions, 1 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index 7fde7ba01ab0..45f4d63c7939 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -465,11 +465,25 @@ config ASUS_WMI
465 select LEDS_CLASS 465 select LEDS_CLASS
466 select NEW_LEDS 466 select NEW_LEDS
467 ---help--- 467 ---help---
468 Say Y here if you have a WMI aware Asus laptop (like Eee PCs). 468 Say Y here if you have a WMI aware Asus laptop (like Eee PCs or new
469 Asus Notebooks).
469 470
470 To compile this driver as a module, choose M here: the module will 471 To compile this driver as a module, choose M here: the module will
471 be called asus-wmi. 472 be called asus-wmi.
472 473
474config ASUS_NB_WMI
475 tristate "Asus Notebook WMI Driver (EXPERIMENTAL)"
476 depends on ASUS_WMI
477 ---help---
478 This is a driver for newer Asus notebooks. It adds extra features
479 like wireless radio and bluetooth control, leds, hotkeys, backlight...
480
481 For more informations, see
482 <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
483
484 If you have an ACPI-WMI compatible Asus Notebook, say Y or M
485 here.
486
473config EEEPC_WMI 487config EEEPC_WMI
474 tristate "Eee PC WMI Driver (EXPERIMENTAL)" 488 tristate "Eee PC WMI Driver (EXPERIMENTAL)"
475 depends on ASUS_WMI 489 depends on ASUS_WMI