diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-08-05 01:29:57 -0400 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2010-10-21 09:36:42 -0400 |
commit | 97490f1cf82cccf2e088aafffb0517802f0ee336 (patch) | |
tree | 80fb1b72c8a4dbc261328e2382987e0ec7cf657d /drivers/platform/x86/Kconfig | |
parent | f6f94e2ab1b33f0082ac22d71f66385a60d8157f (diff) |
topstar-laptop - switch to using sparse keymap library
Instead of implementing its own version of keymap hanlding switch over to
using sparse keymap library.
Acked-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
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 cff7cc2c1f02..0b11b41a85f9 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -478,6 +478,7 @@ config TOPSTAR_LAPTOP | |||
478 | tristate "Topstar Laptop Extras" | 478 | tristate "Topstar Laptop Extras" |
479 | depends on ACPI | 479 | depends on ACPI |
480 | depends on INPUT | 480 | depends on INPUT |
481 | select INPUT_SPARSEKMAP | ||
481 | ---help--- | 482 | ---help--- |
482 | This driver adds support for hotkeys found on Topstar laptops. | 483 | This driver adds support for hotkeys found on Topstar laptops. |
483 | 484 | ||