Kconfig 670 B

12345678910111213141516171819202122232425262728
  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. 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. # dep_tristate 'Sun DBRI' CONFIG_SND_SUN_DBRI $CONFIG_SND
  13. config SND_SUN_CS4231
  14. tristate "Sun CS4231"
  15. depends on SND
  16. select SND_PCM
  17. help
  18. Say Y here to include support for CS4231 sound device on Sun.
  19. To compile this driver as a module, choose M here: the module
  20. will be called snd-sun-cs4231.
  21. endmenu