diff options
author | Thomas Renninger <trenn@suse.de> | 2009-12-10 08:18:13 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-12-16 12:40:53 -0500 |
commit | d12d8baff927a31b7e13b72ed9549be6f296a6ef (patch) | |
tree | 7134afdc75a228c14e0ad40d07f452317bf4a407 /drivers/platform/x86/Kconfig | |
parent | 8bea8672edfca7ec5f661cafb218f1205863b343 (diff) |
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/Kconfig | 10 |
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 | |||
365 | It is safe to enable this driver even if your DSDT doesn't define | 365 | It is safe to enable this driver even if your DSDT doesn't define |
366 | any ACPI-WMI devices. | 366 | any ACPI-WMI devices. |
367 | 367 | ||
368 | config MSI_WMI | ||
369 | tristate "MSI WMI extras" | ||
370 | depends on ACPI_WMI | ||
371 | depends on INPUT | ||
372 | help | ||
373 | Say Y here if you want to support WMI-based hotkeys on MSI laptops. | ||
374 | |||
375 | To compile this driver as a module, choose M here: the module will | ||
376 | be called msi-wmi. | ||
377 | |||
368 | config ACPI_ASUS | 378 | config ACPI_ASUS |
369 | tristate "ASUS/Medion Laptop Extras (DEPRECATED)" | 379 | tristate "ASUS/Medion Laptop Extras (DEPRECATED)" |
370 | depends on ACPI | 380 | depends on ACPI |