diff options
author | Chris Bagwell <chris@cnpbagwell.com> | 2012-02-09 07:08:48 (GMT) |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-02-24 08:50:57 (GMT) |
commit | 68513a4c5fe68938350cf2c56d97946e49f014e1 (patch) | |
tree | 7839f8457c1c1caa0ffa4280c1d9a9361bf02a88 /drivers/input/tablet/Kconfig | |
parent | 99c90ab31fad855b9da9dee3a5aa6c27f263e9d6 (diff) | |
download | linux-fsl-qoriq-68513a4c5fe68938350cf2c56d97946e49f014e1.tar.xz |
Input: wacom - add missing LEDS_CLASS to Kconfig
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/tablet/Kconfig')
-rw-r--r-- | drivers/input/tablet/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/input/tablet/Kconfig b/drivers/input/tablet/Kconfig index 58a8775..e53f408 100644 --- a/drivers/input/tablet/Kconfig +++ b/drivers/input/tablet/Kconfig @@ -77,6 +77,8 @@ config TABLET_USB_WACOM tristate "Wacom Intuos/Graphire tablet support (USB)" depends on USB_ARCH_HAS_HCD select USB + select NEW_LEDS + select LEDS_CLASS help Say Y here if you want to use the USB version of the Wacom Intuos or Graphire tablet. Make sure to say Y to "Mouse support" |