Kconfig 560 B

1234567891011121314151617181920
  1. menu "ALSA SoC audio for Freescale SOCs"
  2. config SND_SOC_MPC8610
  3. bool "ALSA SoC support for the MPC8610 SOC"
  4. depends on SND_SOC && MPC8610_HPCD
  5. default y if MPC8610
  6. help
  7. Say Y if you want to add support for codecs attached to the SSI
  8. device on an MPC8610.
  9. config SND_SOC_MPC8610_HPCD
  10. bool "ALSA SoC support for the Freescale MPC8610 HPCD board"
  11. depends on SND_SOC_MPC8610
  12. select SND_SOC_CS4270
  13. select SND_SOC_CS4270_VD33_ERRATA
  14. default y if MPC8610_HPCD
  15. help
  16. Say Y if you want to enable audio on the Freescale MPC8610 HPCD.
  17. endmenu