Kconfig 814 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. # ALSA ARM drivers
  3. menuconfig SND_ARM
  4. bool "ARM sound devices"
  5. depends on ARM
  6. default y
  7. help
  8. Support for sound devices specific to ARM architectures.
  9. Drivers that are implemented on ASoC can be found in
  10. "ALSA for SoC audio support" section.
  11. if SND_ARM
  12. config SND_ARMAACI
  13. tristate "ARM PrimeCell PL041 AC Link support"
  14. depends on ARM_AMBA
  15. select SND_PCM
  16. select SND_AC97_CODEC
  17. config SND_PXA2XX_AC97
  18. tristate "AC97 driver for the Intel PXA2xx chip"
  19. depends on ARCH_PXA
  20. select SND_AC97_CODEC
  21. select SND_PXA2XX_LIB
  22. select SND_PXA2XX_LIB_AC97
  23. help
  24. Say Y or M if you want to support any AC97 codec attached to
  25. the PXA2xx AC97 interface.
  26. endif # SND_ARM
  27. config SND_PXA2XX_LIB
  28. tristate
  29. select SND_DMAENGINE_PCM
  30. config SND_PXA2XX_LIB_AC97
  31. bool