Kconfig 866 B

123456789101112131415161718192021222324252627282930313233343536
  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. help
  9. Say Y here if you have a Compaq iPaq H3x00 handheld computer
  10. and want to use its Philips UDA 1341 audio chip.
  11. To compile this driver as a module, choose M here: the module
  12. will be called snd-sa11xx-uda1341.
  13. config SND_ARMAACI
  14. tristate "ARM PrimeCell PL041 AC Link support"
  15. depends on SND && ARM_AMBA
  16. select SND_PCM
  17. select SND_AC97_CODEC
  18. config SND_PXA2XX_PCM
  19. tristate
  20. select SND_PCM
  21. config SND_PXA2XX_AC97
  22. tristate "AC97 driver for the Intel PXA2xx chip"
  23. depends on ARCH_PXA && SND
  24. select SND_PXA2XX_PCM
  25. select SND_AC97_CODEC
  26. help
  27. Say Y or M if you want to support any AC97 codec attached to
  28. the PXA2xx AC97 interface.
  29. endmenu