Kconfig 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. config SND_SOC_OF_SIMPLE
  2. tristate
  3. config SND_MPC52xx_DMA
  4. tristate
  5. # ASoC platform support for the Freescale MPC8610 SOC. This compiles drivers
  6. # for the SSI and the Elo DMA controller. You will still need to select
  7. # a platform driver and a codec driver.
  8. config SND_SOC_MPC8610
  9. tristate
  10. depends on MPC8610
  11. config SND_SOC_MPC8610_HPCD
  12. tristate "ALSA SoC support for the Freescale MPC8610 HPCD board"
  13. # I2C is necessary for the CS4270 driver
  14. depends on MPC8610_HPCD && I2C
  15. select SND_SOC_MPC8610
  16. select SND_SOC_CS4270
  17. select SND_SOC_CS4270_VD33_ERRATA
  18. default y if MPC8610_HPCD
  19. help
  20. Say Y if you want to enable audio on the Freescale MPC8610 HPCD.
  21. config SND_SOC_MPC5200_I2S
  22. tristate "Freescale MPC5200 PSC in I2S mode driver"
  23. depends on PPC_MPC52xx && PPC_BESTCOMM
  24. select SND_MPC52xx_DMA
  25. select PPC_BESTCOMM_GEN_BD
  26. help
  27. Say Y here to support the MPC5200 PSCs in I2S mode.
  28. config SND_SOC_MPC5200_AC97
  29. tristate "Freescale MPC5200 PSC in AC97 mode driver"
  30. depends on PPC_MPC52xx && PPC_BESTCOMM
  31. select SND_SOC_AC97_BUS
  32. select SND_MPC52xx_DMA
  33. select PPC_BESTCOMM_GEN_BD
  34. help
  35. Say Y here to support the MPC5200 PSCs in AC97 mode.
  36. config SND_MPC52xx_SOC_PCM030
  37. tristate "SoC AC97 Audio support for Phytec pcm030 and WM9712"
  38. depends on PPC_MPC5200_SIMPLE
  39. select SND_SOC_MPC5200_AC97
  40. select SND_SOC_WM9712
  41. help
  42. Say Y if you want to add support for sound on the Phytec pcm030
  43. baseboard.
  44. config SND_MPC52xx_SOC_EFIKA
  45. tristate "SoC AC97 Audio support for bbplan Efika and STAC9766"
  46. depends on PPC_EFIKA
  47. select SND_SOC_MPC5200_AC97
  48. select SND_SOC_STAC9766
  49. help
  50. Say Y if you want to add support for sound on the Efika.