Kconfig 1.7 KB

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