Kconfig 844 B

123456789101112131415161718192021222324252627282930313233343536
  1. # ALSA Sparc drivers
  2. menu "ALSA Sparc devices"
  3. depends on SND!=n && SPARC
  4. config SND_SUN_AMD7930
  5. tristate "Sun AMD7930"
  6. depends on SBUS && SND
  7. select SND_PCM
  8. help
  9. Say Y here to include support for AMD7930 sound device on Sun.
  10. To compile this driver as a module, choose M here: the module
  11. will be called snd-sun-amd7930.
  12. config SND_SUN_CS4231
  13. tristate "Sun CS4231"
  14. depends on SND
  15. select SND_PCM
  16. help
  17. Say Y here to include support for CS4231 sound device on Sun.
  18. To compile this driver as a module, choose M here: the module
  19. will be called snd-sun-cs4231.
  20. config SND_SUN_DBRI
  21. tristate "Sun DBRI"
  22. depends on SND && SBUS
  23. select SND_PCM
  24. help
  25. Say Y here to include support for DBRI sound device on Sun.
  26. To compile this driver as a module, choose M here: the module
  27. will be called snd-sun-dbri.
  28. endmenu