Kconfig 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. select REGMAP_I2C if I2C
  10. select REGMAP_SPI if SPI_MASTER
  11. select SND_COMPRESS_OFFLOAD
  12. ---help---
  13. If you want ASoC support, you should say Y here and also to the
  14. specific driver for your SoC platform below.
  15. ASoC provides power efficient ALSA support for embedded battery powered
  16. SoC based systems like PDA's, Phones and Personal Media Players.
  17. This ASoC audio support can also be built as a module. If so, the module
  18. will be called snd-soc-core.
  19. if SND_SOC
  20. config SND_SOC_AC97_BUS
  21. bool
  22. config SND_SOC_DMAENGINE_PCM
  23. bool
  24. # All the supported SoCs
  25. source "sound/soc/atmel/Kconfig"
  26. source "sound/soc/au1x/Kconfig"
  27. source "sound/soc/blackfin/Kconfig"
  28. source "sound/soc/davinci/Kconfig"
  29. source "sound/soc/ep93xx/Kconfig"
  30. source "sound/soc/fsl/Kconfig"
  31. source "sound/soc/imx/Kconfig"
  32. source "sound/soc/jz4740/Kconfig"
  33. source "sound/soc/nuc900/Kconfig"
  34. source "sound/soc/omap/Kconfig"
  35. source "sound/soc/kirkwood/Kconfig"
  36. source "sound/soc/mid-x86/Kconfig"
  37. source "sound/soc/msm/Kconfig"
  38. source "sound/soc/mxs/Kconfig"
  39. source "sound/soc/pxa/Kconfig"
  40. source "sound/soc/samsung/Kconfig"
  41. source "sound/soc/s6000/Kconfig"
  42. source "sound/soc/sh/Kconfig"
  43. source "sound/soc/tegra/Kconfig"
  44. source "sound/soc/txx9/Kconfig"
  45. # Supported codecs
  46. source "sound/soc/codecs/Kconfig"
  47. # Supported Audience
  48. source "sound/soc/codecs/audience/Kconfig"
  49. endif # SND_SOC