hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/input/tablet/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Tablet driver configuration
34 #
....@@ -38,16 +39,16 @@
3839 module will be called aiptek.
3940
4041 config TABLET_USB_GTCO
41
- tristate "GTCO CalComp/InterWrite USB Support"
42
- depends on USB && INPUT
43
- help
44
- Say Y here if you want to use the USB version of the GTCO
45
- CalComp/InterWrite Tablet. Make sure to say Y to "Mouse support"
46
- (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
47
- (CONFIG_INPUT_EVDEV) as well.
42
+ tristate "GTCO CalComp/InterWrite USB Support"
43
+ depends on USB && INPUT
44
+ help
45
+ Say Y here if you want to use the USB version of the GTCO
46
+ CalComp/InterWrite Tablet. Make sure to say Y to "Mouse support"
47
+ (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
48
+ (CONFIG_INPUT_EVDEV) as well.
4849
49
- To compile this driver as a module, choose M here: the
50
- module will be called gtco.
50
+ To compile this driver as a module, choose M here: the
51
+ module will be called gtco.
5152
5253 config TABLET_USB_HANWANG
5354 tristate "Hanwang Art Master III tablet support (USB)"