Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. #
  2. # SoC audio configuration
  3. #
  4. menuconfig SND_SOC
  5. tristate "ALSA for SoC audio support"
  6. select SND_PCM
  7. select AC97_BUS if SND_SOC_AC97_BUS
  8. select SND_JACK if INPUT=y || INPUT=SND
  9. ---help---
  10. If you want ASoC support, you should say Y here and also to the
  11. specific driver for your SoC platform below.
  12. ASoC provides power efficient ALSA support for embedded battery powered
  13. SoC based systems like PDA's, Phones and Personal Media Players.
  14. This ASoC audio support can also be built as a module. If so, the module
  15. will be called snd-soc-core.
  16. if SND_SOC
  17. config SND_SOC_AC97_BUS
  18. bool
  19. # All the supported SoCs
  20. source "sound/soc/atmel/Kconfig"
  21. source "sound/soc/au1x/Kconfig"
  22. source "sound/soc/blackfin/Kconfig"
  23. source "sound/soc/davinci/Kconfig"
  24. source "sound/soc/fsl/Kconfig"
  25. source "sound/soc/imx/Kconfig"
  26. source "sound/soc/omap/Kconfig"
  27. source "sound/soc/pxa/Kconfig"
  28. source "sound/soc/s3c24xx/Kconfig"
  29. source "sound/soc/s6000/Kconfig"
  30. source "sound/soc/sh/Kconfig"
  31. source "sound/soc/txx9/Kconfig"
  32. # Supported codecs
  33. source "sound/soc/codecs/Kconfig"
  34. endif # SND_SOC