Kconfig 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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_PMAC
  14. tristate "PowerMac DMA sound support"
  15. depends on PPC32 && PPC_PMAC && SOUND && I2C && OBSOLETE_OSS
  16. select DMASOUND
  17. help
  18. If you want to use the internal audio of your PowerMac in Linux,
  19. answer 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_PAULA
  26. tristate "Amiga DMA sound support"
  27. depends on (AMIGA || APUS) && SOUND
  28. select DMASOUND
  29. help
  30. If you want to use the internal audio of your Amiga 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_Q40
  38. tristate "Q40 sound support"
  39. depends on Q40 && SOUND
  40. select DMASOUND
  41. help
  42. If you want to use the internal audio of your Q40 in Linux, answer
  43. Y to this question. This will provide a Sun-like /dev/audio,
  44. compatible with the Linux/i386 sound system. Otherwise, say N.
  45. This driver is also available as a module ( = code which can be
  46. inserted in and removed from the running kernel whenever you
  47. want). If you want to compile it as a module, say M here and read
  48. <file:Documentation/kbuild/modules.txt>.
  49. config DMASOUND
  50. tristate