Kconfig 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. menu "SoC Audio support for SuperH"
  2. depends on SUPERH
  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. depends on CPU_SUBTYPE_SH7724
  20. help
  21. This option enables FSI sound support
  22. config SND_SOC_SH4_SIU
  23. tristate
  24. depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
  25. select DMA_ENGINE
  26. select DMADEVICES
  27. select SH_DMAE
  28. select FW_LOADER
  29. ##
  30. ## Boards
  31. ##
  32. config SND_SH7760_AC97
  33. tristate "SH7760 AC97 sound support"
  34. depends on CPU_SUBTYPE_SH7760 && SND_SOC_PCM_SH7760
  35. select SND_SOC_SH4_HAC
  36. select SND_SOC_AC97_CODEC
  37. help
  38. This option enables generic sound support for the first
  39. AC97 unit of the SH7760.
  40. config SND_FSI_AK4642
  41. bool "FSI-AK4642 sound support"
  42. depends on SND_SOC_SH4_FSI
  43. select SND_SOC_AK4642
  44. help
  45. This option enables generic sound support for the
  46. FSI - AK4642 unit
  47. config SND_FSI_DA7210
  48. bool "FSI-DA7210 sound support"
  49. depends on SND_SOC_SH4_FSI
  50. select SND_SOC_DA7210
  51. help
  52. This option enables generic sound support for the
  53. FSI - DA7210 unit
  54. config SND_SIU_MIGOR
  55. tristate "SIU sound support on Migo-R"
  56. depends on SH_MIGOR
  57. select SND_SOC_SH4_SIU
  58. select SND_SOC_WM8978
  59. help
  60. This option enables sound support for the SH7722 Migo-R board
  61. endmenu