brintos

brintos / linux-shallow public Read only

0
0
Text · 1.9 KiB · fe73b26 Raw
68 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Gameport configuration4#5config GAMEPORT6	tristate "Gameport support"7	depends on !UML8	help9	  Gameport support is for the standard 15-pin PC gameport. If you10	  have a joystick, gamepad, gameport card, a soundcard with a gameport11	  or anything else that uses the gameport, say Y or M here and also to12	  at least one of the hardware specific drivers.13 14	  For Ensoniq AudioPCI (ES1370), AudioPCI 97 (ES1371), ESS Solo1,15	  S3 SonicVibes, Trident 4DWave, SiS7018, and ALi 5451 gameport16	  support is provided by the sound drivers, so you won't need any17	  from the below listed modules. You still need to say Y here.18 19	  If unsure, say Y.20 21	  To compile this driver as a module, choose M here: the22	  module will be called gameport.23 24if GAMEPORT25 26config GAMEPORT_NS55827	tristate "Classic ISA and PnP gameport support"28	depends on ISA29	help30	  Say Y here if you have an ISA or PnP gameport.31 32	  If unsure, say Y.33 34	  To compile this driver as a module, choose M here: the35	  module will be called ns558.36 37config GAMEPORT_L438	tristate "PDPI Lightning 4 gamecard support"39	depends on ISA40	help41	  Say Y here if you have a PDPI Lightning 4 gamecard.42 43	  To compile this driver as a module, choose M here: the44	  module will be called lightning.45 46config GAMEPORT_EMU10K147	tristate "SB Live and Audigy gameport support"48	depends on PCI49	help50	  Say Y here if you have a SoundBlaster Live! or SoundBlaster51	  Audigy card and want to use its gameport.52 53	  To compile this driver as a module, choose M here: the54	  module will be called emu10k1-gp.55 56config GAMEPORT_FM80157	tristate "ForteMedia FM801 gameport support"58	depends on PCI && HAS_IOPORT59	help60	  Say Y here if you have ForteMedia FM801 PCI audio controller61	  (Abit AU10, Genius Sound Maker, HP Workstation zx2000,62	  and others), and want to use its gameport.63 64	  To compile this driver as a module, choose M here: the65	  module will be called fm801-gp.66 67endif68