Kconfig 1.9 KB

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