Kconfig 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. config SND_MPC52xx_DMA
  2. tristate
  3. config SND_SOC_FSL_SSI
  4. tristate
  5. depends on FSL_SOC
  6. config SND_SOC_POWERPC_DMA
  7. tristate
  8. depends on FSL_SOC
  9. config SND_SOC_MPC8610_HPCD
  10. tristate "ALSA SoC support for the Freescale MPC8610 HPCD board"
  11. # I2C is necessary for the CS4270 driver
  12. depends on MPC8610_HPCD && I2C
  13. select SND_SOC_FSL_SSI
  14. select SND_SOC_POWERPC_DMA
  15. select SND_SOC_CS4270
  16. select SND_SOC_CS4270_VD33_ERRATA
  17. default y if MPC8610_HPCD
  18. help
  19. Say Y if you want to enable audio on the Freescale MPC8610 HPCD.
  20. config SND_SOC_P1022_DS
  21. tristate "ALSA SoC support for the Freescale P1022 DS board"
  22. # I2C is necessary for the WM8776 driver
  23. depends on P1022_DS && I2C
  24. select SND_SOC_FSL_SSI
  25. select SND_SOC_POWERPC_DMA
  26. select SND_SOC_WM8776
  27. default y if P1022_DS
  28. help
  29. Say Y if you want to enable audio on the Freescale P1022 DS board.
  30. This will also include the Wolfson Microelectronics WM8776 codec
  31. driver.
  32. config SND_SOC_MPC5200_I2S
  33. tristate "Freescale MPC5200 PSC in I2S mode driver"
  34. depends on PPC_MPC52xx && PPC_BESTCOMM
  35. select SND_MPC52xx_DMA
  36. select PPC_BESTCOMM_GEN_BD
  37. help
  38. Say Y here to support the MPC5200 PSCs in I2S mode.
  39. config SND_SOC_MPC5200_AC97
  40. tristate "Freescale MPC5200 PSC in AC97 mode driver"
  41. depends on PPC_MPC52xx && PPC_BESTCOMM
  42. select SND_SOC_AC97_BUS
  43. select SND_MPC52xx_DMA
  44. select PPC_BESTCOMM_GEN_BD
  45. help
  46. Say Y here to support the MPC5200 PSCs in AC97 mode.
  47. config SND_MPC52xx_SOC_PCM030
  48. tristate "SoC AC97 Audio support for Phytec pcm030 and WM9712"
  49. depends on PPC_MPC5200_SIMPLE
  50. select SND_SOC_MPC5200_AC97
  51. select SND_SOC_WM9712
  52. help
  53. Say Y if you want to add support for sound on the Phytec pcm030
  54. baseboard.
  55. config SND_MPC52xx_SOC_EFIKA
  56. tristate "SoC AC97 Audio support for bbplan Efika and STAC9766"
  57. depends on PPC_EFIKA
  58. select SND_SOC_MPC5200_AC97
  59. select SND_SOC_STAC9766
  60. help
  61. Say Y if you want to add support for sound on the Efika.