diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-08-05 01:30:08 -0400 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2010-10-21 09:36:43 -0400 |
commit | 890a7c8e8dc2d0890e795bda9ad3484ebac42c0b (patch) | |
tree | 57617b45a45b9c6e8e82db53a6338c1afa4923e7 /drivers/platform/x86/Kconfig | |
parent | 1a765cac9a241380511a3b1dd4edf74a41cbfdf9 (diff) |
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 | |||
92 | tristate "Dell WMI extras" | 92 | tristate "Dell WMI extras" |
93 | depends on ACPI_WMI | 93 | depends on ACPI_WMI |
94 | depends on INPUT | 94 | depends on INPUT |
95 | select INPUT_SPARSEKMAP | ||
95 | ---help--- | 96 | ---help--- |
96 | Say Y here if you want to support WMI-based hotkeys on Dell laptops. | 97 | Say Y here if you want to support WMI-based hotkeys on Dell laptops. |
97 | 98 | ||