Kconfig 922 B

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