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