diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2014-07-24 16:10:09 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-07-25 21:55:38 -0400 |
commit | 471d17148c8b4174ac5f5283a73316d12c4379bc (patch) | |
tree | 07e8fc37b04e07479404806977f1c75cd0d09765 /drivers/hid/Kconfig | |
parent | a3e6f6543d1969f1931b4f68fdd1a230b620ead8 (diff) |
Input: wacom - move the USB (now hid) Wacom driver in drivers/hid
wacom.ko is now a full HID driver, we have to move it into the proper
subdirectory: drivers/hid.
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 5e79c6ad914f..64366f1feb17 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -755,6 +755,19 @@ config HID_WACOM | |||
755 | ---help--- | 755 | ---help--- |
756 | Support for Wacom Graphire Bluetooth and Intuos4 WL tablets. | 756 | Support for Wacom Graphire Bluetooth and Intuos4 WL tablets. |
757 | 757 | ||
758 | config HID_USB_WACOM | ||
759 | tristate "Wacom Intuos/Graphire tablet support (USB)" | ||
760 | depends on HID | ||
761 | select POWER_SUPPLY | ||
762 | select NEW_LEDS | ||
763 | select LEDS_CLASS | ||
764 | help | ||
765 | Say Y here if you want to use the USB version of the Wacom Intuos | ||
766 | or Graphire tablet. | ||
767 | |||
768 | To compile this driver as a module, choose M here: the | ||
769 | module will be called wacom. | ||
770 | |||
758 | config HID_WIIMOTE | 771 | config HID_WIIMOTE |
759 | tristate "Nintendo Wii / Wii U peripherals" | 772 | tristate "Nintendo Wii / Wii U peripherals" |
760 | depends on HID | 773 | depends on HID |