11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# Mouse driver configuration 31da177e4SLinus Torvalds# 41da177e4SLinus Torvaldsmenuconfig INPUT_TOUCHSCREEN 51da177e4SLinus Torvalds bool "Touchscreens" 61da177e4SLinus Torvalds help 71da177e4SLinus Torvalds Say Y here, and a list of supported touchscreens will be displayed. 81da177e4SLinus Torvalds This option doesn't affect the kernel. 91da177e4SLinus Torvalds 101da177e4SLinus Torvalds If unsure, say Y. 111da177e4SLinus Torvalds 121da177e4SLinus Torvaldsif INPUT_TOUCHSCREEN 131da177e4SLinus Torvalds 14ffa458c1SDavid Brownellconfig TOUCHSCREEN_ADS7846 15*2c8dc071SDavid Brownell tristate "ADS 7846/7843 based touchscreens" 16ffa458c1SDavid Brownell depends on SPI_MASTER 17*2c8dc071SDavid Brownell depends on HWMON = n || HWMON 18ffa458c1SDavid Brownell help 19ffa458c1SDavid Brownell Say Y here if you have a touchscreen interface using the 20*2c8dc071SDavid Brownell ADS7846 or ADS7843 controller, and your board-specific setup 21ffa458c1SDavid Brownell code includes that in its table of SPI devices. 22ffa458c1SDavid Brownell 23*2c8dc071SDavid Brownell If HWMON is selected, and the driver is told the reference voltage 24*2c8dc071SDavid Brownell on your board, you will also get hwmon interfaces for the voltage 25*2c8dc071SDavid Brownell (and on ads7846, temperature) sensors of this chip. 26*2c8dc071SDavid Brownell 27ffa458c1SDavid Brownell If unsure, say N (but it's safe to say "Y"). 28ffa458c1SDavid Brownell 29ffa458c1SDavid Brownell To compile this driver as a module, choose M here: the 30ffa458c1SDavid Brownell module will be called ads7846. 31ffa458c1SDavid Brownell 321da177e4SLinus Torvaldsconfig TOUCHSCREEN_BITSY 331da177e4SLinus Torvalds tristate "Compaq iPAQ H3600 (Bitsy) touchscreen" 341da177e4SLinus Torvalds depends on SA1100_BITSY 351da177e4SLinus Torvalds select SERIO 361da177e4SLinus Torvalds help 371da177e4SLinus Torvalds Say Y here if you have the h3600 (Bitsy) touchscreen. 381da177e4SLinus Torvalds 391da177e4SLinus Torvalds If unsure, say N. 401da177e4SLinus Torvalds 411da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 421da177e4SLinus Torvalds module will be called h3600_ts_input. 431da177e4SLinus Torvalds 441da177e4SLinus Torvaldsconfig TOUCHSCREEN_CORGI 45513b6e1aSRichard Purdie tristate "SharpSL (Corgi and Spitz series) touchscreen driver" 461da177e4SLinus Torvalds depends on PXA_SHARPSL 471da177e4SLinus Torvalds default y 481da177e4SLinus Torvalds help 491da177e4SLinus Torvalds Say Y here to enable the driver for the touchscreen on the 50513b6e1aSRichard Purdie Sharp SL-C7xx and SL-Cxx00 series of PDAs. 511da177e4SLinus Torvalds 521da177e4SLinus Torvalds If unsure, say N. 531da177e4SLinus Torvalds 541da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 55513b6e1aSRichard Purdie module will be called corgi_ts. 561da177e4SLinus Torvalds 571da177e4SLinus Torvaldsconfig TOUCHSCREEN_GUNZE 581da177e4SLinus Torvalds tristate "Gunze AHL-51S touchscreen" 591da177e4SLinus Torvalds select SERIO 601da177e4SLinus Torvalds help 611da177e4SLinus Torvalds Say Y here if you have the Gunze AHL-51 touchscreen connected to 621da177e4SLinus Torvalds your system. 631da177e4SLinus Torvalds 641da177e4SLinus Torvalds If unsure, say N. 651da177e4SLinus Torvalds 661da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 671da177e4SLinus Torvalds module will be called gunze. 681da177e4SLinus Torvalds 691da177e4SLinus Torvaldsconfig TOUCHSCREEN_ELO 701da177e4SLinus Torvalds tristate "Elo serial touchscreens" 711da177e4SLinus Torvalds select SERIO 721da177e4SLinus Torvalds help 731da177e4SLinus Torvalds Say Y here if you have an Elo serial touchscreen connected to 741da177e4SLinus Torvalds your system. 751da177e4SLinus Torvalds 761da177e4SLinus Torvalds If unsure, say N. 771da177e4SLinus Torvalds 781da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 79153ab429SMichael Prokop module will be called elo. 801da177e4SLinus Torvalds 811da177e4SLinus Torvaldsconfig TOUCHSCREEN_MTOUCH 821da177e4SLinus Torvalds tristate "MicroTouch serial touchscreens" 831da177e4SLinus Torvalds select SERIO 841da177e4SLinus Torvalds help 851da177e4SLinus Torvalds Say Y here if you have a MicroTouch (3M) serial touchscreen connected to 861da177e4SLinus Torvalds your system. 871da177e4SLinus Torvalds 881da177e4SLinus Torvalds If unsure, say N. 891da177e4SLinus Torvalds 901da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 911da177e4SLinus Torvalds module will be called mtouch. 921da177e4SLinus Torvalds 931da177e4SLinus Torvaldsconfig TOUCHSCREEN_MK712 941da177e4SLinus Torvalds tristate "ICS MicroClock MK712 touchscreen" 951da177e4SLinus Torvalds help 961da177e4SLinus Torvalds Say Y here if you have the ICS MicroClock MK712 touchscreen 971da177e4SLinus Torvalds controller chip in your system. 981da177e4SLinus Torvalds 991da177e4SLinus Torvalds If unsure, say N. 1001da177e4SLinus Torvalds 1011da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1021da177e4SLinus Torvalds module will be called mk712. 1031da177e4SLinus Torvalds 1041da177e4SLinus Torvaldsconfig TOUCHSCREEN_HP600 1051da177e4SLinus Torvalds tristate "HP Jornada 680/690 touchscreen" 1060025835cSPaul Mundt depends on SH_HP6XX && SH_ADC 1071da177e4SLinus Torvalds help 1081da177e4SLinus Torvalds Say Y here if you have a HP Jornada 680 or 690 and want to 1091da177e4SLinus Torvalds support the built-in touchscreen. 1101da177e4SLinus Torvalds 1111da177e4SLinus Torvalds If unsure, say N. 1121da177e4SLinus Torvalds 1131da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1141da177e4SLinus Torvalds module will be called hp680_ts_input. 1151da177e4SLinus Torvalds 116ee479999SRick Kochconfig TOUCHSCREEN_PENMOUNT 117ee479999SRick Koch tristate "Penmount serial touchscreen" 118ee479999SRick Koch select SERIO 119ee479999SRick Koch help 120ee479999SRick Koch Say Y here if you have a Penmount serial touchscreen connected to 121ee479999SRick Koch your system. 122ee479999SRick Koch 123ee479999SRick Koch If unsure, say N. 124ee479999SRick Koch 125ee479999SRick Koch To compile this driver as a module, choose M here: the 126ee479999SRick Koch module will be called penmount. 127ee479999SRick Koch 1284003dff4SRick Kochconfig TOUCHSCREEN_TOUCHRIGHT 1294003dff4SRick Koch tristate "Touchright serial touchscreen" 1304003dff4SRick Koch select SERIO 1314003dff4SRick Koch help 1324003dff4SRick Koch Say Y here if you have a Touchright serial touchscreen connected to 1334003dff4SRick Koch your system. 1344003dff4SRick Koch 1354003dff4SRick Koch If unsure, say N. 1364003dff4SRick Koch 1374003dff4SRick Koch To compile this driver as a module, choose M here: the 1384003dff4SRick Koch module will be called touchright. 1394003dff4SRick Koch 14011ea3173SRick Kochconfig TOUCHSCREEN_TOUCHWIN 14111ea3173SRick Koch tristate "Touchwin serial touchscreen" 14211ea3173SRick Koch select SERIO 14311ea3173SRick Koch help 14411ea3173SRick Koch Say Y here if you have a Touchwin serial touchscreen connected to 14511ea3173SRick Koch your system. 14611ea3173SRick Koch 14711ea3173SRick Koch If unsure, say N. 14811ea3173SRick Koch 14911ea3173SRick Koch To compile this driver as a module, choose M here: the 15011ea3173SRick Koch module will be called touchwin. 15111ea3173SRick Koch 152f40219bfSNicolas Pitreconfig TOUCHSCREEN_UCB1400 153f40219bfSNicolas Pitre tristate "Philips UCB1400 touchscreen" 154f40219bfSNicolas Pitre select SND_AC97_BUS 155f40219bfSNicolas Pitre help 156f40219bfSNicolas Pitre This enables support for the Philips UCB1400 touchscreen interface. 157f40219bfSNicolas Pitre The UCB1400 is an AC97 audio codec. The touchscreen interface 158f40219bfSNicolas Pitre will be initialized only after the ALSA subsystem has been 159f40219bfSNicolas Pitre brought up and the UCB1400 detected. You therefore have to 160f40219bfSNicolas Pitre configure ALSA support as well (either built-in or modular, 161f40219bfSNicolas Pitre independently of whether this driver is itself built-in or 162f40219bfSNicolas Pitre modular) for this driver to work. 163f40219bfSNicolas Pitre 164f40219bfSNicolas Pitre To compile this driver as a module, choose M here: the 165f40219bfSNicolas Pitre module will be called ucb1400_ts. 166f40219bfSNicolas Pitre 1671da177e4SLinus Torvaldsendif 168