diff options
author | Len Brown <len.brown@intel.com> | 2009-12-16 13:57:12 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-12-16 13:57:12 -0500 |
commit | 7d8c22060555a51c23b9c6a76b97a5e75b5db882 (patch) | |
tree | 0cb2785c79acb7751ba5466d83e5eedcd59d6e3d /drivers/platform/x86/Kconfig | |
parent | f02f465b1cdcdf7485f89ec019e6cceaf80cadd5 (diff) | |
parent | de078e5747fa3a95efac04fd6725dcceb4520416 (diff) |
Merge branch 'msi-wmi' into release
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index e5e43121995d..ba3638fdf0ce 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -367,6 +367,18 @@ 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 + depends on BACKLIGHT_CLASS_DEVICE + select INPUT_SPARSEKMAP + 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 |