diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-08-05 07:30:08 +0200 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2010-10-21 15:36:43 +0200 |
commit | 890a7c8e8dc2d0890e795bda9ad3484ebac42c0b (patch) | |
tree | 57617b45a45b9c6e8e82db53a6338c1afa4923e7 /drivers/platform/x86/Kconfig | |
parent | panasonic-laptop - switch to using sparse keymap library (diff) | |
download | linux-890a7c8e8dc2d0890e795bda9ad3484ebac42c0b.tar.xz linux-890a7c8e8dc2d0890e795bda9ad3484ebac42c0b.zip |
Input: dell-wmi - switch to using sparse keymap library
Instead of implementing its own version of keymap hanlding switch over to
using sparse keymap library.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index c0446d67cf7a..ee8b09eb70fd 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -92,6 +92,7 @@ config DELL_WMI tristate "Dell WMI extras" depends on ACPI_WMI depends on INPUT + select INPUT_SPARSEKMAP ---help--- Say Y here if you want to support WMI-based hotkeys on Dell laptops. |