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/input/tablet/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/input/tablet/Kconfig')
-rw-r--r-- | drivers/input/tablet/Kconfig | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/input/tablet/Kconfig b/drivers/input/tablet/Kconfig index bed7cbf84cfd..cd9c79e0a11b 100644 --- a/drivers/input/tablet/Kconfig +++ b/drivers/input/tablet/Kconfig | |||
@@ -73,20 +73,4 @@ config TABLET_USB_KBTAB | |||
73 | To compile this driver as a module, choose M here: the | 73 | To compile this driver as a module, choose M here: the |
74 | module will be called kbtab. | 74 | module will be called kbtab. |
75 | 75 | ||
76 | config TABLET_USB_WACOM | ||
77 | tristate "Wacom Intuos/Graphire tablet support (USB)" | ||
78 | depends on USB_ARCH_HAS_HCD | ||
79 | select POWER_SUPPLY | ||
80 | select USB | ||
81 | select NEW_LEDS | ||
82 | select LEDS_CLASS | ||
83 | help | ||
84 | Say Y here if you want to use the USB version of the Wacom Intuos | ||
85 | or Graphire tablet. Make sure to say Y to "Mouse support" | ||
86 | (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" | ||
87 | (CONFIG_INPUT_EVDEV) as well. | ||
88 | |||
89 | To compile this driver as a module, choose M here: the | ||
90 | module will be called wacom. | ||
91 | |||
92 | endif | 76 | endif |