Kconfig 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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
  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 || ARCH_CLPS7500
  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_AMBAKMI
  71. tristate "AMBA KMI keyboard controller"
  72. depends on ARM_AMBA
  73. config SERIO_SA1111
  74. tristate "Intel SA1111 keyboard controller"
  75. depends on SA1111
  76. config SERIO_GSCPS2
  77. tristate "HP GSC PS/2 keyboard and PS/2 mouse controller"
  78. depends on GSC
  79. default y
  80. help
  81. This driver provides support for the PS/2 ports on PA-RISC machines
  82. over which HP PS/2 keyboards and PS/2 mice may be connected.
  83. If you use these devices, you'll need to say Y here.
  84. It's safe to enable this driver, so if unsure, say Y.
  85. To compile this driver as a module, choose M here: the
  86. module will be called gscps2.
  87. config HP_SDC
  88. tristate "HP System Device Controller i8042 Support"
  89. depends on GSC && SERIO
  90. default y
  91. ---help---
  92. This option enables supports for the the "System Device
  93. Controller", an i8042 carrying microcode to manage a
  94. few miscellanous devices on some Hewlett Packard systems.
  95. The SDC itself contains a 10ms resolution timer/clock capable
  96. of delivering interrupts on a periodic and one-shot basis.
  97. The SDC may also be connected to a battery-backed real-time
  98. clock, a basic audio waveform generator, and an HP-HIL Master
  99. Link Controller serving up to seven input devices.
  100. By itself this option is rather useless, but enabling it will
  101. enable selection of drivers for the abovementioned devices.
  102. It is, however, incompatible with the old, reliable HIL keyboard
  103. driver, and the new HIL driver is experimental, so if you plan
  104. to use a HIL keyboard as your primary keyboard, you may wish
  105. to keep using that driver until the new HIL drivers have had
  106. more testing.
  107. config HIL_MLC
  108. tristate "HIL MLC Support (needed for HIL input devices)"
  109. depends on HP_SDC
  110. config SERIO_PCIPS2
  111. tristate "PCI PS/2 keyboard and PS/2 mouse controller"
  112. depends on PCI
  113. help
  114. Say Y here if you have a Mobility Docking station with PS/2
  115. keyboard and mice ports.
  116. To compile this driver as a module, choose M here: the
  117. module will be called pcips2.
  118. config SERIO_MACEPS2
  119. tristate "SGI O2 MACE PS/2 controller"
  120. depends on SGI_IP32
  121. help
  122. Say Y here if you have SGI O2 workstation and want to use its
  123. PS/2 ports.
  124. To compile this driver as a module, choose M here: the
  125. module will be called maceps2.
  126. config SERIO_LIBPS2
  127. tristate "PS/2 driver library" if EMBEDDED
  128. help
  129. Say Y here if you are using a driver for device connected
  130. to a PS/2 port, such as PS/2 mouse or standard AT keyboard.
  131. To compile this driver as a module, choose M here: the
  132. module will be called libps2.
  133. config SERIO_RAW
  134. tristate "Raw access to serio ports"
  135. help
  136. Say Y here if you want to have raw access to serio ports, such as
  137. AUX ports on i8042 keyboard controller. Each serio port that is
  138. bound to this driver will be accessible via a char device with
  139. major 10 and dynamically allocated minor. The driver will try
  140. allocating minor 1 (that historically corresponds to /dev/psaux)
  141. first. To bind this driver to a serio port use sysfs interface:
  142. echo -n "serio_raw" > /sys/bus/serio/devices/serioX/drvctl
  143. To compile this driver as a module, choose M here: the
  144. module will be called serio_raw.
  145. endif