Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Gameport configuration
0004 #
0005 config GAMEPORT
0006         tristate "Gameport support"
0007         depends on !UML
0008         help
0009           Gameport support is for the standard 15-pin PC gameport. If you
0010           have a joystick, gamepad, gameport card, a soundcard with a gameport
0011           or anything else that uses the gameport, say Y or M here and also to
0012           at least one of the hardware specific drivers.
0013 
0014           For Ensoniq AudioPCI (ES1370), AudioPCI 97 (ES1371), ESS Solo1,
0015           S3 SonicVibes, Trident 4DWave, SiS7018, and ALi 5451 gameport
0016           support is provided by the sound drivers, so you won't need any
0017           from the below listed modules. You still need to say Y here.
0018 
0019           If unsure, say Y.
0020 
0021           To compile this driver as a module, choose M here: the
0022           module will be called gameport.
0023 
0024 if GAMEPORT
0025 
0026 config GAMEPORT_NS558
0027         tristate "Classic ISA and PnP gameport support"
0028         help
0029           Say Y here if you have an ISA or PnP gameport.
0030 
0031           If unsure, say Y.
0032 
0033           To compile this driver as a module, choose M here: the
0034           module will be called ns558.
0035 
0036 config GAMEPORT_L4
0037         tristate "PDPI Lightning 4 gamecard support"
0038         help
0039           Say Y here if you have a PDPI Lightning 4 gamecard.
0040 
0041           To compile this driver as a module, choose M here: the
0042           module will be called lightning.
0043 
0044 config GAMEPORT_EMU10K1
0045         tristate "SB Live and Audigy gameport support"
0046         depends on PCI
0047         help
0048           Say Y here if you have a SoundBlaster Live! or SoundBlaster
0049           Audigy card and want to use its gameport.
0050 
0051           To compile this driver as a module, choose M here: the
0052           module will be called emu10k1-gp.
0053 
0054 config GAMEPORT_FM801
0055         tristate "ForteMedia FM801 gameport support"
0056         depends on PCI
0057         help
0058           Say Y here if you have ForteMedia FM801 PCI audio controller
0059           (Abit AU10, Genius Sound Maker, HP Workstation zx2000,
0060           and others), and want to use its gameport.
0061 
0062           To compile this driver as a module, choose M here: the
0063           module will be called fm801-gp.
0064 
0065 endif