--- zzzz-none-000/linux-2.6.19.2/drivers/input/touchscreen/Kconfig 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/drivers/input/touchscreen/Kconfig 2007-01-11 07:38:19.000000000 +0000 @@ -144,4 +144,32 @@ To compile this driver as a module, choose M here: the module will be called touchwin. +config TOUCHSCREEN_TSC2102 + tristate "TSC 2102 based touchscreens" + depends on SPI_MASTER + select TSC2102 + help + Say Y here if you have a touchscreen interface using the + TI TSC 2102 controller, and your board-specific initialization + code includes that in its table of SPI devices. Also make + sure the proper SPI controller is selected. + + If unsure, say N (but it's safe to say "Y"). + + To compile this driver as a module, choose M here: the + module will be called tsc2102_ts. + +config TOUCHSCREEN_OMAP + tristate "OMAP touchscreen input driver" + depends on INPUT && INPUT_TOUCHSCREEN && (MACH_OMAP_H2 || MACH_OMAP_H3) + help + Say Y here if you have an OMAP based board with touchscreen + attached to it, e.g. OMAP H2 or H3 + + If unsure, or you're using drivers in the newer SPI + framework (as with Innovator or OSK/Mistral), say N. + + To compile this driver as a module, choose M here: the + module will be called omap_ts. + endif