aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/wacom/Kconfig
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.com>2012-09-22 09:48:20 +0200
committercodeworkx <codeworkx@cyanogenmod.com>2012-09-22 14:02:16 +0200
commit2489007e7d740ccbc3e0a202914e243ad5178787 (patch)
treeb8e6380ea7b1da63474ad68a5dba997e01146043 /drivers/input/touchscreen/wacom/Kconfig
parent5f67568eb31e3a813c7c52461dcf66ade15fc2e7 (diff)
downloadkernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.zip
kernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.tar.gz
kernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.tar.bz2
merge opensource jb u5
Change-Id: I1aaec157aa196f3448eff8636134fce89a814cf2
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