summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/Kconfig
diff options
context:
space:
mode:
authorThomas Renninger2009-12-10 14:18:13 +0100
committerLen Brown2009-12-16 18:40:53 +0100
commitd12d8baff927a31b7e13b72ed9549be6f296a6ef (patch)
tree7134afdc75a228c14e0ad40d07f452317bf4a407 /drivers/platform/x86/Kconfig
parentmfd: compile fix for twl4030 renaming (diff)
downloadkernel-qcow2-linux-d12d8baff927a31b7e13b72ed9549be6f296a6ef.tar.gz
kernel-qcow2-linux-d12d8baff927a31b7e13b72ed9549be6f296a6ef.tar.xz
kernel-qcow2-linux-d12d8baff927a31b7e13b72ed9549be6f296a6ef.zip
X86 drivers: Introduce msi-wmi driver
This driver serves backlight (including switching) and volume up/down keys for MSI machines providing a specific wmi interface: 551A1F84-FBDD-4125-91DB-3EA8F44F1D45 B6F3EEF2-3D2F-49DC-9DE3-85BCE18C62F2 Signed-off-by: Thomas Renninger <trenn@suse.de> CC: Carlos Corbacho <carlos@strangeworlds.co.uk> CC: Matthew Garrett <mjg59@srcf.ucam.org> Tested-by: Matt Chen <machen@novell.com> Reviewed-by: Anisse Astier <anisse@astier.eu> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r--drivers/platform/x86/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index 55ca39dea42e..98ec6bd9226e 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -365,6 +365,16 @@ config ACPI_WMI
It is safe to enable this driver even if your DSDT doesn't define
any ACPI-WMI devices.
+config MSI_WMI
+ tristate "MSI WMI extras"
+ depends on ACPI_WMI
+ depends on INPUT
+ help
+ Say Y here if you want to support WMI-based hotkeys on MSI laptops.
+
+ To compile this driver as a module, choose M here: the module will
+ be called msi-wmi.
+
config ACPI_ASUS
tristate "ASUS/Medion Laptop Extras (DEPRECATED)"
depends on ACPI