11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# Input core configuration 31da177e4SLinus Torvalds# 41da177e4SLinus Torvaldsconfig SERIO 51da177e4SLinus Torvalds tristate "Serial I/O support" if EMBEDDED || !X86 61da177e4SLinus Torvalds default y 71da177e4SLinus Torvalds ---help--- 81da177e4SLinus Torvalds Say Yes here if you have any input device that uses serial I/O to 91da177e4SLinus Torvalds communicate with the system. This includes the 101da177e4SLinus Torvalds * standard AT keyboard and PS/2 mouse * 111da177e4SLinus Torvalds as well as serial mice, Sun keyboards, some joysticks and 6dof 121da177e4SLinus Torvalds devices and more. 131da177e4SLinus Torvalds 141da177e4SLinus Torvalds If unsure, say Y. 151da177e4SLinus Torvalds 161da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 171da177e4SLinus Torvalds module will be called serio. 181da177e4SLinus Torvalds 191da177e4SLinus Torvaldsif SERIO 201da177e4SLinus Torvalds 211da177e4SLinus Torvaldsconfig SERIO_I8042 221da177e4SLinus Torvalds tristate "i8042 PC Keyboard controller" if EMBEDDED || !X86 231da177e4SLinus Torvalds default y 24529a73fbSMike Frysinger depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && !M68K && !BLACKFIN 251da177e4SLinus Torvalds ---help--- 261da177e4SLinus Torvalds i8042 is the chip over which the standard AT keyboard and PS/2 271da177e4SLinus Torvalds mouse are connected to the computer. If you use these devices, 281da177e4SLinus Torvalds you'll need to say Y here. 291da177e4SLinus Torvalds 301da177e4SLinus Torvalds If unsure, say Y. 311da177e4SLinus Torvalds 321da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 331da177e4SLinus Torvalds module will be called i8042. 341da177e4SLinus Torvalds 351da177e4SLinus Torvaldsconfig SERIO_SERPORT 361da177e4SLinus Torvalds tristate "Serial port line discipline" 371da177e4SLinus Torvalds default y 381da177e4SLinus Torvalds ---help--- 391da177e4SLinus Torvalds Say Y here if you plan to use an input device (mouse, joystick, 401da177e4SLinus Torvalds tablet, 6dof) that communicates over the RS232 serial (COM) port. 411da177e4SLinus Torvalds 421da177e4SLinus Torvalds More information is available: <file:Documentation/input/input.txt> 431da177e4SLinus Torvalds 441da177e4SLinus Torvalds If unsure, say Y. 451da177e4SLinus Torvalds 461da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 471da177e4SLinus Torvalds module will be called serport. 481da177e4SLinus Torvalds 491da177e4SLinus Torvaldsconfig SERIO_CT82C710 501da177e4SLinus Torvalds tristate "ct82c710 Aux port controller" 511da177e4SLinus Torvalds depends on X86 521da177e4SLinus Torvalds ---help--- 531da177e4SLinus Torvalds Say Y here if you have a Texas Instruments TravelMate notebook 541da177e4SLinus Torvalds equipped with the ct82c710 chip and want to use a mouse connected 551da177e4SLinus Torvalds to the "QuickPort". 561da177e4SLinus Torvalds 571da177e4SLinus Torvalds If unsure, say N. 581da177e4SLinus Torvalds 591da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 601da177e4SLinus Torvalds module will be called ct82c710. 611da177e4SLinus Torvalds 621da177e4SLinus Torvaldsconfig SERIO_Q40KBD 631da177e4SLinus Torvalds tristate "Q40 keyboard controller" 641da177e4SLinus Torvalds depends on Q40 651da177e4SLinus Torvalds 661da177e4SLinus Torvaldsconfig SERIO_PARKBD 671da177e4SLinus Torvalds tristate "Parallel port keyboard adapter" 681da177e4SLinus Torvalds depends on PARPORT 691da177e4SLinus Torvalds ---help--- 701da177e4SLinus Torvalds Say Y here if you built a simple parallel port adapter to attach 711da177e4SLinus Torvalds an additional AT keyboard, XT keyboard or PS/2 mouse. 721da177e4SLinus Torvalds 731da177e4SLinus Torvalds More information is available: <file:Documentation/input/input.txt> 741da177e4SLinus Torvalds 751da177e4SLinus Torvalds If unsure, say N. 761da177e4SLinus Torvalds 771da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 781da177e4SLinus Torvalds module will be called parkbd. 791da177e4SLinus Torvalds 801da177e4SLinus Torvaldsconfig SERIO_RPCKBD 811da177e4SLinus Torvalds tristate "Acorn RiscPC keyboard controller" 821da177e4SLinus Torvalds depends on ARCH_ACORN || ARCH_CLPS7500 831da177e4SLinus Torvalds default y 841da177e4SLinus Torvalds help 851da177e4SLinus Torvalds Say Y here if you have the Acorn RiscPC and want to use an AT 861da177e4SLinus Torvalds keyboard connected to its keyboard controller. 871da177e4SLinus Torvalds 881da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 891da177e4SLinus Torvalds module will be called rpckbd. 901da177e4SLinus Torvalds 919f9439e9SHans-Christian Egtvedtconfig SERIO_AT32PSIF 929f9439e9SHans-Christian Egtvedt tristate "AVR32 PSIF PS/2 keyboard and mouse controller" 939f9439e9SHans-Christian Egtvedt depends on AVR32 949f9439e9SHans-Christian Egtvedt help 959f9439e9SHans-Christian Egtvedt Say Y here if you want to use the PSIF peripheral on AVR32 devices 969f9439e9SHans-Christian Egtvedt and connect a PS/2 keyboard and/or mouse to it. 979f9439e9SHans-Christian Egtvedt 989f9439e9SHans-Christian Egtvedt To compile this driver as a module, choose M here: the module will 999f9439e9SHans-Christian Egtvedt be called at32psif. 1009f9439e9SHans-Christian Egtvedt 1011da177e4SLinus Torvaldsconfig SERIO_AMBAKMI 1021da177e4SLinus Torvalds tristate "AMBA KMI keyboard controller" 1031da177e4SLinus Torvalds depends on ARM_AMBA 1041da177e4SLinus Torvalds 1051da177e4SLinus Torvaldsconfig SERIO_SA1111 1061da177e4SLinus Torvalds tristate "Intel SA1111 keyboard controller" 1071da177e4SLinus Torvalds depends on SA1111 1081da177e4SLinus Torvalds 1091da177e4SLinus Torvaldsconfig SERIO_GSCPS2 1101da177e4SLinus Torvalds tristate "HP GSC PS/2 keyboard and PS/2 mouse controller" 1111da177e4SLinus Torvalds depends on GSC 1121da177e4SLinus Torvalds default y 1131da177e4SLinus Torvalds help 1141da177e4SLinus Torvalds This driver provides support for the PS/2 ports on PA-RISC machines 1151da177e4SLinus Torvalds over which HP PS/2 keyboards and PS/2 mice may be connected. 1161da177e4SLinus Torvalds If you use these devices, you'll need to say Y here. 1171da177e4SLinus Torvalds 1181da177e4SLinus Torvalds It's safe to enable this driver, so if unsure, say Y. 1191da177e4SLinus Torvalds 1201da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1211da177e4SLinus Torvalds module will be called gscps2. 1221da177e4SLinus Torvalds 1231da177e4SLinus Torvaldsconfig HP_SDC 1241da177e4SLinus Torvalds tristate "HP System Device Controller i8042 Support" 125da96d0b5SGeert Uytterhoeven depends on (GSC || HP300) && SERIO 1261da177e4SLinus Torvalds default y 1271da177e4SLinus Torvalds ---help--- 12809509603SMatt LaPlante This option enables support for the "System Device 1291da177e4SLinus Torvalds Controller", an i8042 carrying microcode to manage a 13009509603SMatt LaPlante few miscellaneous devices on some Hewlett Packard systems. 1311da177e4SLinus Torvalds The SDC itself contains a 10ms resolution timer/clock capable 1321da177e4SLinus Torvalds of delivering interrupts on a periodic and one-shot basis. 1331da177e4SLinus Torvalds The SDC may also be connected to a battery-backed real-time 1341da177e4SLinus Torvalds clock, a basic audio waveform generator, and an HP-HIL Master 1351da177e4SLinus Torvalds Link Controller serving up to seven input devices. 1361da177e4SLinus Torvalds 1371da177e4SLinus Torvalds By itself this option is rather useless, but enabling it will 1381da177e4SLinus Torvalds enable selection of drivers for the abovementioned devices. 1391da177e4SLinus Torvalds It is, however, incompatible with the old, reliable HIL keyboard 1401da177e4SLinus Torvalds driver, and the new HIL driver is experimental, so if you plan 1411da177e4SLinus Torvalds to use a HIL keyboard as your primary keyboard, you may wish 1421da177e4SLinus Torvalds to keep using that driver until the new HIL drivers have had 1431da177e4SLinus Torvalds more testing. 1441da177e4SLinus Torvalds 1451da177e4SLinus Torvaldsconfig HIL_MLC 1461da177e4SLinus Torvalds tristate "HIL MLC Support (needed for HIL input devices)" 1471da177e4SLinus Torvalds depends on HP_SDC 1481da177e4SLinus Torvalds 1491da177e4SLinus Torvaldsconfig SERIO_PCIPS2 1501da177e4SLinus Torvalds tristate "PCI PS/2 keyboard and PS/2 mouse controller" 1511da177e4SLinus Torvalds depends on PCI 1521da177e4SLinus Torvalds help 1531da177e4SLinus Torvalds Say Y here if you have a Mobility Docking station with PS/2 1541da177e4SLinus Torvalds keyboard and mice ports. 1551da177e4SLinus Torvalds 1561da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1571da177e4SLinus Torvalds module will be called pcips2. 1581da177e4SLinus Torvalds 1591da177e4SLinus Torvaldsconfig SERIO_MACEPS2 1601da177e4SLinus Torvalds tristate "SGI O2 MACE PS/2 controller" 1611da177e4SLinus Torvalds depends on SGI_IP32 1621da177e4SLinus Torvalds help 1631da177e4SLinus Torvalds Say Y here if you have SGI O2 workstation and want to use its 1641da177e4SLinus Torvalds PS/2 ports. 1651da177e4SLinus Torvalds 1661da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1671da177e4SLinus Torvalds module will be called maceps2. 1681da177e4SLinus Torvalds 1691da177e4SLinus Torvaldsconfig SERIO_LIBPS2 1701da177e4SLinus Torvalds tristate "PS/2 driver library" if EMBEDDED 1711da177e4SLinus Torvalds help 1721da177e4SLinus Torvalds Say Y here if you are using a driver for device connected 1731da177e4SLinus Torvalds to a PS/2 port, such as PS/2 mouse or standard AT keyboard. 1741da177e4SLinus Torvalds 1751da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1761da177e4SLinus Torvalds module will be called libps2. 1771da177e4SLinus Torvalds 1781da177e4SLinus Torvaldsconfig SERIO_RAW 1791da177e4SLinus Torvalds tristate "Raw access to serio ports" 1801da177e4SLinus Torvalds help 1811da177e4SLinus Torvalds Say Y here if you want to have raw access to serio ports, such as 1821da177e4SLinus Torvalds AUX ports on i8042 keyboard controller. Each serio port that is 1831da177e4SLinus Torvalds bound to this driver will be accessible via a char device with 1841da177e4SLinus Torvalds major 10 and dynamically allocated minor. The driver will try 1851da177e4SLinus Torvalds allocating minor 1 (that historically corresponds to /dev/psaux) 1861da177e4SLinus Torvalds first. To bind this driver to a serio port use sysfs interface: 1871da177e4SLinus Torvalds 188bef5a66fSNeil Brown echo -n "serio_raw" > /sys/bus/serio/devices/serioX/drvctl 1891da177e4SLinus Torvalds 1901da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1911da177e4SLinus Torvalds module will be called serio_raw. 1921da177e4SLinus Torvalds 193*1191828fSJohn Linnconfig SERIO_XILINX_XPS_PS2 194*1191828fSJohn Linn tristate "Xilinx XPS PS/2 Controller Support" 195*1191828fSJohn Linn depends on PPC 196*1191828fSJohn Linn help 197*1191828fSJohn Linn This driver supports XPS PS/2 IP from the Xilinx EDK on 198*1191828fSJohn Linn PowerPC platform. 199*1191828fSJohn Linn 200*1191828fSJohn Linn To compile this driver as a module, choose M here: the 201*1191828fSJohn Linn module will be called xilinx_ps2. 202*1191828fSJohn Linn 2031da177e4SLinus Torvaldsendif 204