Kconfig 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. #
  2. # Input core configuration
  3. #
  4. config SERIO
  5. tristate "Serial I/O support" if EMBEDDED || !X86
  6. default y
  7. help
  8. Say Yes here if you have any input device that uses serial I/O to
  9. communicate with the system. This includes the
  10. * standard AT keyboard and PS/2 mouse *
  11. as well as serial mice, Sun keyboards, some joysticks and 6dof
  12. devices and more.
  13. If unsure, say Y.
  14. To compile this driver as a module, choose M here: the
  15. module will be called serio.
  16. if SERIO
  17. config SERIO_I8042
  18. tristate "i8042 PC Keyboard controller" if EMBEDDED || !X86
  19. default y
  20. depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && !M68K && !BLACKFIN
  21. help
  22. i8042 is the chip over which the standard AT keyboard and PS/2
  23. mouse are connected to the computer. If you use these devices,
  24. you'll need to say Y here.
  25. If unsure, say Y.
  26. To compile this driver as a module, choose M here: the
  27. module will be called i8042.
  28. config SERIO_SERPORT
  29. tristate "Serial port line discipline"
  30. default y
  31. help
  32. Say Y here if you plan to use an input device (mouse, joystick,
  33. tablet, 6dof) that communicates over the RS232 serial (COM) port.
  34. More information is available: <file:Documentation/input/input.txt>
  35. If unsure, say Y.
  36. To compile this driver as a module, choose M here: the
  37. module will be called serport.
  38. config SERIO_CT82C710
  39. tristate "ct82c710 Aux port controller"
  40. depends on X86
  41. help
  42. Say Y here if you have a Texas Instruments TravelMate notebook
  43. equipped with the ct82c710 chip and want to use a mouse connected
  44. to the "QuickPort".
  45. If unsure, say N.
  46. To compile this driver as a module, choose M here: the
  47. module will be called ct82c710.
  48. config SERIO_Q40KBD
  49. tristate "Q40 keyboard controller"
  50. depends on Q40
  51. config SERIO_PARKBD
  52. tristate "Parallel port keyboard adapter"
  53. depends on PARPORT
  54. help
  55. Say Y here if you built a simple parallel port adapter to attach
  56. an additional AT keyboard, XT keyboard or PS/2 mouse.
  57. More information is available: <file:Documentation/input/input.txt>
  58. If unsure, say N.
  59. To compile this driver as a module, choose M here: the
  60. module will be called parkbd.
  61. config SERIO_RPCKBD
  62. tristate "Acorn RiscPC keyboard controller"
  63. depends on ARCH_ACORN
  64. default y
  65. help
  66. Say Y here if you have the Acorn RiscPC and want to use an AT
  67. keyboard connected to its keyboard controller.
  68. To compile this driver as a module, choose M here: the
  69. module will be called rpckbd.
  70. config SERIO_AT32PSIF
  71. tristate "AVR32 PSIF PS/2 keyboard and mouse controller"
  72. depends on AVR32
  73. help
  74. Say Y here if you want to use the PSIF peripheral on AVR32 devices
  75. and connect a PS/2 keyboard and/or mouse to it.
  76. To compile this driver as a module, choose M here: the module will
  77. be called at32psif.
  78. config SERIO_AMBAKMI
  79. tristate "AMBA KMI keyboard controller"
  80. depends on ARM_AMBA
  81. config SERIO_SA1111
  82. tristate "Intel SA1111 keyboard controller"
  83. depends on SA1111
  84. config SERIO_GSCPS2
  85. tristate "HP GSC PS/2 keyboard and PS/2 mouse controller"
  86. depends on GSC
  87. default y
  88. help
  89. This driver provides support for the PS/2 ports on PA-RISC machines
  90. over which HP PS/2 keyboards and PS/2 mice may be connected.
  91. If you use these devices, you'll need to say Y here.
  92. It's safe to enable this driver, so if unsure, say Y.
  93. To compile this driver as a module, choose M here: the
  94. module will be called gscps2.
  95. config HP_SDC
  96. tristate "HP System Device Controller i8042 Support"
  97. depends on (GSC || HP300) && SERIO
  98. default y
  99. help
  100. This option enables support for the "System Device
  101. Controller", an i8042 carrying microcode to manage a
  102. few miscellaneous devices on some Hewlett Packard systems.
  103. The SDC itself contains a 10ms resolution timer/clock capable
  104. of delivering interrupts on a periodic and one-shot basis.
  105. The SDC may also be connected to a battery-backed real-time
  106. clock, a basic audio waveform generator, and an HP-HIL Master
  107. Link Controller serving up to seven input devices.
  108. By itself this option is rather useless, but enabling it will
  109. enable selection of drivers for the abovementioned devices.
  110. It is, however, incompatible with the old, reliable HIL keyboard
  111. driver, and the new HIL driver is experimental, so if you plan
  112. to use a HIL keyboard as your primary keyboard, you may wish
  113. to keep using that driver until the new HIL drivers have had
  114. more testing.
  115. config HIL_MLC
  116. tristate "HIL MLC Support (needed for HIL input devices)"
  117. depends on HP_SDC
  118. config SERIO_PCIPS2
  119. tristate "PCI PS/2 keyboard and PS/2 mouse controller"
  120. depends on PCI
  121. help
  122. Say Y here if you have a Mobility Docking station with PS/2
  123. keyboard and mice ports.
  124. To compile this driver as a module, choose M here: the
  125. module will be called pcips2.
  126. config SERIO_MACEPS2
  127. tristate "SGI O2 MACE PS/2 controller"
  128. depends on SGI_IP32
  129. help
  130. Say Y here if you have SGI O2 workstation and want to use its
  131. PS/2 ports.
  132. To compile this driver as a module, choose M here: the
  133. module will be called maceps2.
  134. config SERIO_LIBPS2
  135. tristate "PS/2 driver library" if EMBEDDED
  136. depends on SERIO_I8042 || SERIO_I8042=n
  137. help
  138. Say Y here if you are using a driver for device connected
  139. to a PS/2 port, such as PS/2 mouse or standard AT keyboard.
  140. To compile this driver as a module, choose M here: the
  141. module will be called libps2.
  142. config SERIO_RAW
  143. tristate "Raw access to serio ports"
  144. help
  145. Say Y here if you want to have raw access to serio ports, such as
  146. AUX ports on i8042 keyboard controller. Each serio port that is
  147. bound to this driver will be accessible via a char device with
  148. major 10 and dynamically allocated minor. The driver will try
  149. allocating minor 1 (that historically corresponds to /dev/psaux)
  150. first. To bind this driver to a serio port use sysfs interface:
  151. echo -n "serio_raw" > /sys/bus/serio/devices/serioX/drvctl
  152. To compile this driver as a module, choose M here: the
  153. module will be called serio_raw.
  154. config SERIO_XILINX_XPS_PS2
  155. tristate "Xilinx XPS PS/2 Controller Support"
  156. depends on PPC || MICROBLAZE
  157. help
  158. This driver supports XPS PS/2 IP from the Xilinx EDK on
  159. PowerPC platform.
  160. To compile this driver as a module, choose M here: the
  161. module will be called xilinx_ps2.
  162. config SERIO_ALTERA_PS2
  163. tristate "Altera UP PS/2 controller"
  164. help
  165. Say Y here if you have Altera University Program PS/2 ports.
  166. To compile this driver as a module, choose M here: the
  167. module will be called altera_ps2.
  168. endif