Kconfig 3.71 KB
Newer Older
1 2 3 4
#
# Input core configuration
#
config SERIO
5
	tristate "Serial i/o support" if EMBEDDED || !X86
6
	default y
7 8 9 10 11 12 13 14 15
	---help---
	  Say Yes here if you have any input device that uses serial I/O to
	  communicate with the system. This includes the 
	  		* standard AT keyboard and PS/2 mouse *
	  as well as serial mice, Sun keyboards, some joysticks and 6dof
	  devices and more.

	  If unsure, say Y.

16 17
	  To compile this driver as a module, choose M here: the
	  module will be called serio.
18 19

config SERIO_I8042
20
	tristate "i8042 PC Keyboard controller" if EMBEDDED || !X86
21
	default y
22
	select SERIO
23
	depends on !PARISC
24 25 26 27 28 29 30
	---help---
	  i8042 is the chip over which the standard AT keyboard and PS/2
	  mouse are connected to the computer. If you use these devices,
	  you'll need to say Y here.

	  If unsure, say Y.

31 32
	  To compile this driver as a module, choose M here: the
	  module will be called i8042.
33 34 35

config SERIO_SERPORT
	tristate "Serial port line discipline"
36
	default y
37 38 39 40 41 42 43 44 45
	depends on SERIO
	---help---
	  Say Y here if you plan to use an input device (mouse, joystick,
	  tablet, 6dof) that communicates over the RS232 serial (COM) port.

	  More information is available: <file:Documentation/input/input.txt>

	  If unsure, say Y.

46 47
	  To compile this driver as a module, choose M here: the
	  module will be called serport.
48 49 50 51

config SERIO_CT82C710
	tristate "ct82c710 Aux port controller"
	depends on SERIO
52
	depends on !PARISC
53 54 55 56 57 58 59
	---help---
	  Say Y here if you have a Texas Instruments TravelMate notebook
	  equipped with the ct82c710 chip and want to use a mouse connected
	  to the "QuickPort".

	  If unsure, say N.

60 61
	  To compile this driver as a module, choose M here: the
	  module will be called ct82c710.
62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77

config SERIO_Q40KBD
	tristate "Q40 keyboard controller"
	depends on Q40 && SERIO

config SERIO_PARKBD
	tristate "Parallel port keyboard adapter"
	depends on SERIO && PARPORT
	---help---
	  Say Y here if you built a simple parallel port adapter to attach
	  an additional AT keyboard, XT keyboard or PS/2 mouse.

	  More information is available: <file:Documentation/input/input.txt>

	  If unsure, say N.

78 79
	  To compile this driver as a module, choose M here: the
	  module will be called parkbd.
80

Russell King's avatar
Russell King committed
81
config SERIO_RPCKBD
82 83
	tristate "Acorn RiscPC keyboard controller"
	depends on ARCH_ACORN && SERIO
84
	default y
85 86 87 88
	help
	  Say Y here if you have the Acorn RiscPC and want to use an AT
	  keyboard connected to its keyboard controller.

89 90
	  To compile this driver as a module, choose M here: the
	  module will be called rpckbd.
91 92 93 94 95 96 97 98 99

config SERIO_AMBAKMI
	tristate "AMBA KMI keyboard controller"
	depends on ARCH_INTEGRATOR && SERIO

config SERIO_SA1111
	tristate "Intel SA1111 keyboard controller"
	depends on SA1111 && SERIO

100 101 102 103 104 105 106
config SERIO_98KBD
	tristate "NEC PC-9800 keyboard controller"
	depends on X86_PC9800 && SERIO
	help
	  Say Y here if you have the NEC PC-9801/PC-9821 and want to use its
	  standard keyboard connected to its keyboard controller.

107 108
	  To compile this driver as a module, choose M here: the
	  module will be called 98kbd-io.
109

110 111 112 113 114 115 116 117 118 119 120 121 122 123
config SERIO_GSCPS2
	tristate "HP GSC PS/2 keyboard and PS/2 mouse controller"
	depends on GSC && SERIO
	default y
	help
	  This driver provides support for the PS/2 ports on PA-RISC machines
	  over which HP PS/2 keyboards and PS/2 mice may be connected.
	  If you use these devices, you'll need to say Y here.

	  It's safe to enable this driver, so if unsure, say Y.

	  To compile this driver as a module, choose M here: the
	  module will be called gscps2.

124 125 126 127 128 129 130
config SERIO_PCIPS2
	tristate "PCI PS/2 keyboard and PS/2 mouse controller"
	depends on PCI && SERIO
	help
	  Say Y here if you have a Mobility Docking station with PS/2
	  keyboard and mice ports.

131 132
	  To compile this driver as a module, choose M here: the
	  module will be called pcips2.