28 lines
628 B
Plaintext
28 lines
628 B
Plaintext
|
#
|
||
|
# 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_W9019
|
||
|
tristate "Wacom W9019 penabled i2c touchscreen"
|
||
|
depends on I2C
|
||
|
help
|
||
|
Say Y here if you have an Wacom G10PM 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_W9019.
|