Kconfig 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Gameport configuration
  4. #
  5. config 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. 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. If unsure, say Y.
  17. To compile this driver as a module, choose M here: the
  18. module will be called gameport.
  19. if GAMEPORT
  20. config GAMEPORT_NS558
  21. tristate "Classic ISA and PnP gameport support"
  22. help
  23. Say Y here if you have an ISA or PnP gameport.
  24. If unsure, say Y.
  25. To compile this driver as a module, choose M here: the
  26. module will be called ns558.
  27. config GAMEPORT_L4
  28. tristate "PDPI Lightning 4 gamecard support"
  29. help
  30. Say Y here if you have a PDPI Lightning 4 gamecard.
  31. To compile this driver as a module, choose M here: the
  32. module will be called lightning.
  33. config GAMEPORT_EMU10K1
  34. tristate "SB Live and Audigy gameport support"
  35. depends on PCI
  36. help
  37. Say Y here if you have a SoundBlaster Live! or SoundBlaster
  38. Audigy card and want to use its gameport.
  39. To compile this driver as a module, choose M here: the
  40. module will be called emu10k1-gp.
  41. config GAMEPORT_FM801
  42. tristate "ForteMedia FM801 gameport support"
  43. depends on PCI
  44. help
  45. Say Y here if you have ForteMedia FM801 PCI audio controller
  46. (Abit AU10, Genius Sound Maker, HP Workstation zx2000,
  47. and others), and want to use its gameport.
  48. To compile this driver as a module, choose M here: the
  49. module will be called fm801-gp.
  50. endif