Kconfig 929 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #
  2. # Wacom configuration
  3. #
  4. config INPUT_WACOM
  5. tristate "Wacom penabled i2c touchscreen"
  6. depends on I2C
  7. help
  8. Say Y here if you have an Wacom penabled i2c touchscreen
  9. connected to your system.
  10. If unsure, say N.
  11. To compile this driver as a module, choose M here: the
  12. module will be called wacom_GXXX.
  13. config EPEN_WACOM_G5SP
  14. tristate "Wacom G5SP penabled i2c touchscreen"
  15. depends on I2C
  16. help
  17. Say Y here if you have an Wacom G5SP penabled i2c touchscreen
  18. connected to your system.
  19. If unsure, say N.
  20. To compile this driver as a module, choose M here: the
  21. module will be called wacom_G5SP.
  22. config EPEN_WACOM_G9PM
  23. tristate "Wacom G9PM penabled i2c touchscreen"
  24. depends on I2C
  25. help
  26. Say Y here if you have an Wacom G9PM penabled i2c touchscreen
  27. connected to your system.
  28. If unsure, say N.
  29. To compile this driver as a module, choose M here: the
  30. module will be called wacom_G9PM.