Kconfig 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. #
  2. # Gameport configuration
  3. #
  4. config 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. For Ensoniq AudioPCI (ES1370), AudioPCI 97 (ES1371), ESS Solo1,
  12. S3 SonicVibes, Trident 4DWave, SiS7018, and ALi 5451 gameport
  13. support is provided by the sound drivers, so you won't need any
  14. from the below listed modules. You still need to say Y here.
  15. If unsure, say Y.
  16. To compile this driver as a module, choose M here: the
  17. module will be called gameport.
  18. if GAMEPORT
  19. config GAMEPORT_NS558
  20. tristate "Classic ISA and PnP gameport support"
  21. help
  22. Say Y here if you have an ISA or PnP gameport.
  23. If unsure, say Y.
  24. To compile this driver as a module, choose M here: the
  25. module will be called ns558.
  26. config GAMEPORT_L4
  27. tristate "PDPI Lightning 4 gamecard support"
  28. help
  29. Say Y here if you have a PDPI Lightning 4 gamecard.
  30. To compile this driver as a module, choose M here: the
  31. module will be called lightning.
  32. config GAMEPORT_EMU10K1
  33. tristate "SB Live and Audigy gameport support"
  34. depends on PCI
  35. help
  36. Say Y here if you have a SoundBlaster Live! or SoundBlaster
  37. Audigy card and want to use its gameport.
  38. To compile this driver as a module, choose M here: the
  39. module will be called emu10k1-gp.
  40. config GAMEPORT_FM801
  41. tristate "ForteMedia FM801 gameport support"
  42. depends on PCI
  43. help
  44. Say Y here if you have ForteMedia FM801 PCI audio controller
  45. (Abit AU10, Genius Sound Maker, HP Workstation zx2000,
  46. and others), and want to use its gameport.
  47. To compile this driver as a module, choose M here: the
  48. module will be called fm801-gp.
  49. endif