Kconfig 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config DMASOUND_ATARI
  3. tristate "Atari DMA sound support"
  4. depends on ATARI && SOUND
  5. select DMASOUND
  6. help
  7. If you want to use the internal audio of your Atari in Linux, answer
  8. Y to this question. This will provide a Sun-like /dev/audio,
  9. compatible with the Linux/i386 sound system. Otherwise, say N.
  10. This driver is also available as a module ( = code which can be
  11. inserted in and removed from the running kernel whenever you
  12. want). If you want to compile it as a module, say M here and read
  13. <file:Documentation/kbuild/modules.rst>.
  14. config DMASOUND_PAULA
  15. tristate "Amiga DMA sound support"
  16. depends on AMIGA && SOUND
  17. select DMASOUND
  18. help
  19. If you want to use the internal audio of your Amiga in Linux, answer
  20. Y to this question. This will provide a Sun-like /dev/audio,
  21. compatible with the Linux/i386 sound system. Otherwise, say N.
  22. This driver is also available as a module ( = code which can be
  23. inserted in and removed from the running kernel whenever you
  24. want). If you want to compile it as a module, say M here and read
  25. <file:Documentation/kbuild/modules.rst>.
  26. config DMASOUND_Q40
  27. tristate "Q40 sound support"
  28. depends on Q40 && SOUND
  29. select DMASOUND
  30. help
  31. If you want to use the internal audio of your Q40 in Linux, answer
  32. Y to this question. This will provide a Sun-like /dev/audio,
  33. compatible with the Linux/i386 sound system. Otherwise, say N.
  34. This driver is also available as a module ( = code which can be
  35. inserted in and removed from the running kernel whenever you
  36. want). If you want to compile it as a module, say M here and read
  37. <file:Documentation/kbuild/modules.rst>.
  38. config DMASOUND
  39. tristate
  40. select SOUND_OSS_CORE