xref: /openbmc/linux/drivers/input/gameport/Kconfig (revision 41293e53)
11da177e4SLinus Torvalds#
21da177e4SLinus Torvalds# Gameport configuration
31da177e4SLinus Torvalds#
41da177e4SLinus Torvaldsconfig GAMEPORT
51da177e4SLinus Torvalds	tristate "Gameport support"
61da177e4SLinus Torvalds	---help---
71da177e4SLinus Torvalds	  Gameport support is for the standard 15-pin PC gameport. If you
81da177e4SLinus Torvalds	  have a joystick, gamepad, gameport card, a soundcard with a gameport
91da177e4SLinus Torvalds	  or anything else that uses the gameport, say Y or M here and also to
101da177e4SLinus Torvalds	  at least one of the hardware specific drivers.
111da177e4SLinus Torvalds
121da177e4SLinus Torvalds	  For Ensoniq AudioPCI (ES1370), AudioPCI 97 (ES1371), ESS Solo1,
131da177e4SLinus Torvalds	  S3 SonicVibes, Trident 4DWave, SiS7018, and ALi 5451 gameport
141da177e4SLinus Torvalds	  support is provided by the sound drivers, so you won't need any
151da177e4SLinus Torvalds	  from the below listed modules. You still need to say Y here.
161da177e4SLinus Torvalds
171da177e4SLinus Torvalds	  If unsure, say Y.
181da177e4SLinus Torvalds
191da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
201da177e4SLinus Torvalds	  module will be called gameport.
211da177e4SLinus Torvalds
221da177e4SLinus Torvaldsif GAMEPORT
231da177e4SLinus Torvalds
241da177e4SLinus Torvaldsconfig GAMEPORT_NS558
251da177e4SLinus Torvalds	tristate "Classic ISA and PnP gameport support"
261da177e4SLinus Torvalds	help
271da177e4SLinus Torvalds	  Say Y here if you have an ISA or PnP gameport.
281da177e4SLinus Torvalds
291da177e4SLinus Torvalds	  If unsure, say Y.
301da177e4SLinus Torvalds
311da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
321da177e4SLinus Torvalds	  module will be called ns558.
331da177e4SLinus Torvalds
341da177e4SLinus Torvaldsconfig GAMEPORT_L4
351da177e4SLinus Torvalds	tristate "PDPI Lightning 4 gamecard support"
361da177e4SLinus Torvalds	help
371da177e4SLinus Torvalds	  Say Y here if you have a PDPI Lightning 4 gamecard.
381da177e4SLinus Torvalds
391da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
401da177e4SLinus Torvalds	  module will be called lightning.
411da177e4SLinus Torvalds
421da177e4SLinus Torvaldsconfig GAMEPORT_EMU10K1
431da177e4SLinus Torvalds	tristate "SB Live and Audigy gameport support"
441da177e4SLinus Torvalds	depends on PCI
451da177e4SLinus Torvalds	help
461da177e4SLinus Torvalds	  Say Y here if you have a SoundBlaster Live! or SoundBlaster
471da177e4SLinus Torvalds	  Audigy card and want to use its gameport.
481da177e4SLinus Torvalds
491da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
501da177e4SLinus Torvalds	  module will be called emu10k1-gp.
511da177e4SLinus Torvalds
521da177e4SLinus Torvaldsconfig GAMEPORT_FM801
531da177e4SLinus Torvalds	tristate "ForteMedia FM801 gameport support"
541da177e4SLinus Torvalds	depends on PCI
55*41293e53SDmitry Torokhov	help
56*41293e53SDmitry Torokhov	  Say Y here if you have ForteMedia FM801 PCI audio controller
57*41293e53SDmitry Torokhov	  (Abit AU10, Genius Sound Maker, HP Workstation zx2000,
58*41293e53SDmitry Torokhov	  and others), and want to use its gameport.
59*41293e53SDmitry Torokhov
60*41293e53SDmitry Torokhov	  To compile this driver as a module, choose M here: the
61*41293e53SDmitry Torokhov	  module will be called fm801-gp.
621da177e4SLinus Torvalds
631da177e4SLinus Torvaldsendif
64