#
# Input core configuration
#
config SERIO
	tristate "Serial i/o support (needed for keyboard and mouse)"
	default y
	---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.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
	  The module will be called serio. If you want to compile it
	  as a module, say M here and read <file:Documentation/modules.txt>.

config SERIO_I8042
	tristate "i8042 PC Keyboard controller"
	default y
	depends on SERIO && !PARISC
	---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.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
	  The module will be called i8042. If you want to compile it
	  as a module, say M here and read <file:Documentation/modules.txt>.

config SERIO_SERPORT
	tristate "Serial port line discipline"
	default y
	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.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
	  The module will be called serport. If you want to compile it as a
	  module, say M here and read <file:Documentation/modules.txt>.

config SERIO_CT82C710
	tristate "ct82c710 Aux port controller"
	depends on SERIO
	---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.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
	  The module will be called ct82c710. If you want to compile it as a
	  module, say M here and read <file:Documentation/modules.txt>.

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.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
	  The module will be called parkbd. If you want to compile it as a
	  module, say M here and read <file:Documentation/modules.txt>.

config SERIO_RPCKBD
	tristate "Acorn RiscPC keyboard controller"
	depends on ARCH_ACORN && SERIO
	default y
	help
	  Say Y here if you have the Acorn RiscPC and want to use an AT
	  keyboard connected to its keyboard controller.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
	  The module will be called rpckbd. If you want to compile it as a
	  module, say M here and read <file:Documentation/modules.txt>.

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

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.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
	  The module will be called rpckbd.o. If you want to compile it as a
	  module, say M here and read <file:Documentation/modules.txt>.

config HP_SDC
	tristate "HP System Device Controller i8042 Support"
	depends on GSC && SERIO
	default y
	---help---
	  This option enables supports for the the "System Device
	  Controller", an i8042 carrying microcode to manage a
	  few miscellanous devices on some Hewlett Packard systems.
	  The SDC itself contains a 10ms resolution timer/clock capable
	  of delivering interrupts on a periodic and one-shot basis.
	  The SDC may also be connected to a battery-backed real-time
	  clock, a basic audio waveform generator, and an HP-HIL Master
	  Link Controller serving up to seven input devices.

	  By itself this option is rather useless, but enabling it will
	  enable selection of drivers for the abovementioned devices.
	  It is, however, incompatible with the old, reliable HIL keyboard
	  driver, and the new HIL driver is experimental, so if you plan
	  to use a HIL keyboard as your primary keyboard, you may wish
	  to keep using that driver until the new HIL drivers have had
	  more testing.

config HIL_MLC
	tristate "HIL MLC Support (needed for HIL input devices)"
	depends on HP_SDC

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.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
	  The module will be called rpckbd. If you want to compile it as a
	  module, say M here and read <file:Documentation/modules.txt>.
