Loading...
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Gameport configuration
4#
5config GAMEPORT
6 tristate "Gameport support"
7 depends on !UML
8 help
9 Gameport support is for the standard 15-pin PC gameport. If you
10 have a joystick, gamepad, gameport card, a soundcard with a gameport
11 or anything else that uses the gameport, say Y or M here and also to
12 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 gameport
16 support is provided by the sound drivers, so you won't need any
17 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: the
22 module will be called gameport.
23
24if GAMEPORT
25
26config GAMEPORT_NS558
27 tristate "Classic ISA and PnP gameport support"
28 help
29 Say Y here if you have an ISA or PnP gameport.
30
31 If unsure, say Y.
32
33 To compile this driver as a module, choose M here: the
34 module will be called ns558.
35
36config GAMEPORT_L4
37 tristate "PDPI Lightning 4 gamecard support"
38 help
39 Say Y here if you have a PDPI Lightning 4 gamecard.
40
41 To compile this driver as a module, choose M here: the
42 module will be called lightning.
43
44config GAMEPORT_EMU10K1
45 tristate "SB Live and Audigy gameport support"
46 depends on PCI
47 help
48 Say Y here if you have a SoundBlaster Live! or SoundBlaster
49 Audigy card and want to use its gameport.
50
51 To compile this driver as a module, choose M here: the
52 module will be called emu10k1-gp.
53
54config GAMEPORT_FM801
55 tristate "ForteMedia FM801 gameport support"
56 depends on PCI
57 help
58 Say Y here if you have ForteMedia FM801 PCI audio controller
59 (Abit AU10, Genius Sound Maker, HP Workstation zx2000,
60 and others), and want to use its gameport.
61
62 To compile this driver as a module, choose M here: the
63 module will be called fm801-gp.
64
65endif
1#
2# Gameport configuration
3#
4config GAMEPORT
5 tristate "Gameport support"
6 ---help---
7 Gameport support is for the standard 15-pin PC gameport. If you
8 have a joystick, gamepad, gameport card, a soundcard with a gameport
9 or anything else that uses the gameport, say Y or M here and also to
10 at least one of the hardware specific drivers.
11
12 For Ensoniq AudioPCI (ES1370), AudioPCI 97 (ES1371), ESS Solo1,
13 S3 SonicVibes, Trident 4DWave, SiS7018, and ALi 5451 gameport
14 support is provided by the sound drivers, so you won't need any
15 from the below listed modules. You still need to say Y here.
16
17 If unsure, say Y.
18
19 To compile this driver as a module, choose M here: the
20 module will be called gameport.
21
22if GAMEPORT
23
24config GAMEPORT_NS558
25 tristate "Classic ISA and PnP gameport support"
26 help
27 Say Y here if you have an ISA or PnP gameport.
28
29 If unsure, say Y.
30
31 To compile this driver as a module, choose M here: the
32 module will be called ns558.
33
34config GAMEPORT_L4
35 tristate "PDPI Lightning 4 gamecard support"
36 help
37 Say Y here if you have a PDPI Lightning 4 gamecard.
38
39 To compile this driver as a module, choose M here: the
40 module will be called lightning.
41
42config GAMEPORT_EMU10K1
43 tristate "SB Live and Audigy gameport support"
44 depends on PCI
45 help
46 Say Y here if you have a SoundBlaster Live! or SoundBlaster
47 Audigy card and want to use its gameport.
48
49 To compile this driver as a module, choose M here: the
50 module will be called emu10k1-gp.
51
52config GAMEPORT_FM801
53 tristate "ForteMedia FM801 gameport support"
54 depends on PCI
55 help
56 Say Y here if you have ForteMedia FM801 PCI audio controller
57 (Abit AU10, Genius Sound Maker, HP Workstation zx2000,
58 and others), and want to use its gameport.
59
60 To compile this driver as a module, choose M here: the
61 module will be called fm801-gp.
62
63endif