Kconfig 934 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # ALSA Sparc drivers
  2. menuconfig SND_SPARC
  3. bool "Sparc sound devices"
  4. depends on SPARC
  5. default y
  6. help
  7. Support for sound devices specific to Sun SPARC architectures.
  8. if SND_SPARC
  9. config SND_SUN_AMD7930
  10. tristate "Sun AMD7930"
  11. depends on SBUS
  12. select SND_PCM
  13. help
  14. Say Y here to include support for AMD7930 sound device on Sun.
  15. To compile this driver as a module, choose M here: the module
  16. will be called snd-sun-amd7930.
  17. config SND_SUN_CS4231
  18. tristate "Sun CS4231"
  19. select SND_PCM
  20. help
  21. Say Y here to include support for CS4231 sound device on Sun.
  22. To compile this driver as a module, choose M here: the module
  23. will be called snd-sun-cs4231.
  24. config SND_SUN_DBRI
  25. tristate "Sun DBRI"
  26. depends on SBUS
  27. select SND_PCM
  28. help
  29. Say Y here to include support for DBRI sound device on Sun.
  30. To compile this driver as a module, choose M here: the module
  31. will be called snd-sun-dbri.
  32. endif # SND_SPARC