diff options
author | Len Brown <len.brown@intel.com> | 2009-12-16 19:57:12 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-12-16 19:57:12 +0100 |
commit | 7d8c22060555a51c23b9c6a76b97a5e75b5db882 (patch) | |
tree | 0cb2785c79acb7751ba5466d83e5eedcd59d6e3d /drivers/platform/x86/Kconfig | |
parent | Merge branch 'dock' into release (diff) | |
parent | msi-wmi: depend on backlight and fix corner-cases problems (diff) | |
download | linux-7d8c22060555a51c23b9c6a76b97a5e75b5db882.tar.xz linux-7d8c22060555a51c23b9c6a76b97a5e75b5db882.zip |
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 |