Kconfig 992 B

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