Kconfig 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. menu "SoC Audio support for SuperH"
  2. depends on SUPERH || ARCH_SHMOBILE
  3. config SND_SOC_PCM_SH7760
  4. tristate "SoC Audio support for Renesas SH7760"
  5. depends on CPU_SUBTYPE_SH7760 && SH_DMABRG
  6. help
  7. Enable this option for SH7760 AC97/I2S audio support.
  8. ##
  9. ## Audio unit modules
  10. ##
  11. config SND_SOC_SH4_HAC
  12. tristate
  13. select AC97_BUS
  14. select SND_SOC_AC97_BUS
  15. config SND_SOC_SH4_SSI
  16. tristate
  17. config SND_SOC_SH4_FSI
  18. tristate "SH4 FSI support"
  19. help
  20. This option enables FSI sound support
  21. config SND_SOC_SH4_SIU
  22. tristate
  23. depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
  24. select DMA_ENGINE
  25. select DMADEVICES
  26. select SH_DMAE
  27. select FW_LOADER
  28. ##
  29. ## Boards
  30. ##
  31. config SND_SH7760_AC97
  32. tristate "SH7760 AC97 sound support"
  33. depends on CPU_SUBTYPE_SH7760 && SND_SOC_PCM_SH7760
  34. select SND_SOC_SH4_HAC
  35. select SND_SOC_AC97_CODEC
  36. help
  37. This option enables generic sound support for the first
  38. AC97 unit of the SH7760.
  39. config SND_FSI_AK4642
  40. bool "FSI-AK4642 sound support"
  41. depends on SND_SOC_SH4_FSI && I2C_SH_MOBILE
  42. select SND_SOC_AK4642
  43. help
  44. This option enables generic sound support for the
  45. FSI - AK4642 unit
  46. config SND_FSI_DA7210
  47. bool "FSI-DA7210 sound support"
  48. depends on SND_SOC_SH4_FSI && I2C_SH_MOBILE
  49. select SND_SOC_DA7210
  50. help
  51. This option enables generic sound support for the
  52. FSI - DA7210 unit
  53. config SND_SIU_MIGOR
  54. tristate "SIU sound support on Migo-R"
  55. depends on SH_MIGOR
  56. select SND_SOC_SH4_SIU
  57. select SND_SOC_WM8978
  58. help
  59. This option enables sound support for the SH7722 Migo-R board
  60. endmenu