aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/wacom/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/wacom/Kconfig')
-rw-r--r--drivers/input/touchscreen/wacom/Kconfig27
1 files changed, 26 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/wacom/Kconfig b/drivers/input/touchscreen/wacom/Kconfig
index 85dcb93..ee9f5e3 100644
--- a/drivers/input/touchscreen/wacom/Kconfig
+++ b/drivers/input/touchscreen/wacom/Kconfig
@@ -1,6 +1,19 @@
#
# Wacom configuration
#
+
+config INPUT_WACOM
+ tristate "Wacom penabled i2c touchscreen"
+ depends on I2C
+ help
+ Say Y here if you have an Wacom penabled i2c touchscreen
+ connected to your system.
+
+ If unsure, say N.
+
+ To compile this driver as a module, choose M here: the
+ module will be called wacom_GXXX.
+
config EPEN_WACOM_G5SP
tristate "Wacom G5SP penabled i2c touchscreen"
depends on I2C
@@ -11,4 +24,16 @@ config EPEN_WACOM_G5SP
If unsure, say N.
To compile this driver as a module, choose M here: the
- module will be called wacom_G5SP. \ No newline at end of file
+ module will be called wacom_G5SP.
+
+config EPEN_WACOM_G9PM
+ tristate "Wacom G9PM penabled i2c touchscreen"
+ depends on I2C
+ help
+ Say Y here if you have an Wacom G9PM penabled i2c touchscreen
+ connected to your system.
+
+ If unsure, say N.
+
+ To compile this driver as a module, choose M here: the
+ module will be called wacom_G9PM. \ No newline at end of file