Kconfig 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. config SND_MPC52xx_DMA
  2. tristate
  3. # ASoC platform support for the Freescale PowerPC SOCs that have an SSI and
  4. # an Elo DMA controller, such as the MPC8610 and P1022. You will still need to
  5. # select a platform driver and a codec driver.
  6. config SND_SOC_POWERPC_SSI
  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_POWERPC_SSI
  14. select SND_SOC_CS4270
  15. select SND_SOC_CS4270_VD33_ERRATA
  16. default y if MPC8610_HPCD
  17. help
  18. Say Y if you want to enable audio on the Freescale MPC8610 HPCD.
  19. config SND_SOC_P1022_DS
  20. tristate "ALSA SoC support for the Freescale P1022 DS board"
  21. # I2C is necessary for the WM8776 driver
  22. depends on P1022_DS && I2C
  23. select SND_SOC_POWERPC_SSI
  24. select SND_SOC_WM8776
  25. default y if P1022_DS
  26. help
  27. Say Y if you want to enable audio on the Freescale P1022 DS board.
  28. This will also include the Wolfson Microelectronics WM8776 codec
  29. driver.
  30. config SND_SOC_MPC5200_I2S
  31. tristate "Freescale MPC5200 PSC in I2S mode driver"
  32. depends on PPC_MPC52xx && PPC_BESTCOMM
  33. select SND_MPC52xx_DMA
  34. select PPC_BESTCOMM_GEN_BD
  35. help
  36. Say Y here to support the MPC5200 PSCs in I2S mode.
  37. config SND_SOC_MPC5200_AC97
  38. tristate "Freescale MPC5200 PSC in AC97 mode driver"
  39. depends on PPC_MPC52xx && PPC_BESTCOMM
  40. select SND_SOC_AC97_BUS
  41. select SND_MPC52xx_DMA
  42. select PPC_BESTCOMM_GEN_BD
  43. help
  44. Say Y here to support the MPC5200 PSCs in AC97 mode.
  45. config SND_MPC52xx_SOC_PCM030
  46. tristate "SoC AC97 Audio support for Phytec pcm030 and WM9712"
  47. depends on PPC_MPC5200_SIMPLE
  48. select SND_SOC_MPC5200_AC97
  49. select SND_SOC_WM9712
  50. help
  51. Say Y if you want to add support for sound on the Phytec pcm030
  52. baseboard.
  53. config SND_MPC52xx_SOC_EFIKA
  54. tristate "SoC AC97 Audio support for bbplan Efika and STAC9766"
  55. depends on PPC_EFIKA
  56. select SND_SOC_MPC5200_AC97
  57. select SND_SOC_STAC9766
  58. help
  59. Say Y if you want to add support for sound on the Efika.