Input: add driver for Touchright serial touchscreens
[pandora-kernel.git] / drivers / input / touchscreen / Kconfig
index 2c67402..216db12 100644 (file)
@@ -98,7 +98,7 @@ config TOUCHSCREEN_MK712
 
 config TOUCHSCREEN_HP600
        tristate "HP Jornada 680/690 touchscreen"
-       depends on SH_HP600 && SH_ADC
+       depends on SH_HP6XX && SH_ADC
        help
          Say Y here if you have a HP Jornada 680 or 690 and want to
           support the built-in touchscreen.
@@ -108,4 +108,28 @@ config TOUCHSCREEN_HP600
          To compile this driver as a module, choose M here: the
          module will be called hp680_ts_input.
 
+config TOUCHSCREEN_PENMOUNT
+       tristate "Penmount serial touchscreen"
+       select SERIO
+       help
+         Say Y here if you have a Penmount serial touchscreen connected to
+         your system.
+
+         If unsure, say N.
+
+         To compile this driver as a module, choose M here: the
+         module will be called penmount.
+
+config TOUCHSCREEN_TOUCHRIGHT
+       tristate "Touchright serial touchscreen"
+       select SERIO
+       help
+         Say Y here if you have a Touchright serial touchscreen connected to
+         your system.
+
+         If unsure, say N.
+
+         To compile this driver as a module, choose M here: the
+         module will be called touchright.
+
 endif