Kconfig 940 B

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