Kconfig 952 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. select SND_TIMER
  21. help
  22. Say Y here to include support for CS4231 sound device on Sun.
  23. To compile this driver as a module, choose M here: the module
  24. will be called snd-sun-cs4231.
  25. config SND_SUN_DBRI
  26. tristate "Sun DBRI"
  27. depends on SBUS
  28. select SND_PCM
  29. help
  30. Say Y here to include support for DBRI sound device on Sun.
  31. To compile this driver as a module, choose M here: the module
  32. will be called snd-sun-dbri.
  33. endif # SND_SPARC