Kconfig 820 B

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