diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2014-08-06 17:06:26 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-08-06 18:14:54 -0400 |
commit | 7403a6a448c3ed96221bb46c9da75254fd87b520 (patch) | |
tree | bc1fa2999ba926cb440195edf6f95145d2e9070a /drivers/hid/Kconfig | |
parent | 1c3c52354046bae6d2b596d3ae9ff67be4e78250 (diff) |
Input: HID - remove hid-wacom Bluetooth driver
Bluetooth Wacom tablets are now handled by the regular wacom.ko driver.
Remove the now useless hid-wacom driver.
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Reviewed-by: Ping Cheng <pingc@wacom.com>
Tested-by: Przemo Firszt <przemo@firszt.eu>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 64366f1feb17..4ed682cd1236 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -748,21 +748,13 @@ config THRUSTMASTER_FF | |||
748 | Rumble Force or Force Feedback Wheel. | 748 | Rumble Force or Force Feedback Wheel. |
749 | 749 | ||
750 | config HID_WACOM | 750 | config HID_WACOM |
751 | tristate "Wacom Bluetooth devices support" | ||
752 | depends on HID | ||
753 | depends on LEDS_CLASS | ||
754 | select POWER_SUPPLY | ||
755 | ---help--- | ||
756 | Support for Wacom Graphire Bluetooth and Intuos4 WL tablets. | ||
757 | |||
758 | config HID_USB_WACOM | ||
759 | tristate "Wacom Intuos/Graphire tablet support (USB)" | 751 | tristate "Wacom Intuos/Graphire tablet support (USB)" |
760 | depends on HID | 752 | depends on HID |
761 | select POWER_SUPPLY | 753 | select POWER_SUPPLY |
762 | select NEW_LEDS | 754 | select NEW_LEDS |
763 | select LEDS_CLASS | 755 | select LEDS_CLASS |
764 | help | 756 | help |
765 | Say Y here if you want to use the USB version of the Wacom Intuos | 757 | Say Y here if you want to use the USB or BT version of the Wacom Intuos |
766 | or Graphire tablet. | 758 | or Graphire tablet. |
767 | 759 | ||
768 | To compile this driver as a module, choose M here: the | 760 | To compile this driver as a module, choose M here: the |