| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # Tablet driver configuration |
|---|
| 3 | 4 | # |
|---|
| .. | .. |
|---|
| 38 | 39 | module will be called aiptek. |
|---|
| 39 | 40 | |
|---|
| 40 | 41 | 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. |
|---|
| 48 | 49 | |
|---|
| 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. |
|---|
| 51 | 52 | |
|---|
| 52 | 53 | config TABLET_USB_HANWANG |
|---|
| 53 | 54 | tristate "Hanwang Art Master III tablet support (USB)" |
|---|