Kconfig 893 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # ALSA ARM drivers
  2. menu "ALSA ARM devices"
  3. depends on SND!=n && ARM
  4. config SND_SA11XX_UDA1341
  5. tristate "SA11xx UDA1341TS driver (iPaq H3600)"
  6. depends on ARCH_SA1100 && SND && L3
  7. select SND_PCM
  8. select SND_GENERIC_DRIVER
  9. help
  10. Say Y here if you have a Compaq iPaq H3x00 handheld computer
  11. and want to use its Philips UDA 1341 audio chip.
  12. To compile this driver as a module, choose M here: the module
  13. will be called snd-sa11xx-uda1341.
  14. config SND_ARMAACI
  15. tristate "ARM PrimeCell PL041 AC Link support"
  16. depends on SND && ARM_AMBA
  17. select SND_PCM
  18. select SND_AC97_CODEC
  19. config SND_PXA2XX_PCM
  20. tristate
  21. select SND_PCM
  22. config SND_PXA2XX_AC97
  23. tristate "AC97 driver for the Intel PXA2xx chip"
  24. depends on ARCH_PXA && SND
  25. select SND_PXA2XX_PCM
  26. select SND_AC97_CODEC
  27. help
  28. Say Y or M if you want to support any AC97 codec attached to
  29. the PXA2xx AC97 interface.
  30. endmenu