summaryrefslogtreecommitdiff
path: root/sound/soc/meson/Kconfig
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2018-07-17 17:42:53 +0200
committerMark Brown <broonie@kernel.org>2018-07-18 13:08:37 +0100
commit7ed4877b403c9343a8e2c7581d9bcfceef0f40cf (patch)
treeb77b7d53c94299ad6383be3bfcbebd4ba9e7439e /sound/soc/meson/Kconfig
parent57d552e3ea76003643b2e771042659ce71bac7c2 (diff)
ASoC: meson: add axg toddr driver
Add the capture memory interface of Amlogic's axg SoCs. TDM, SPDIF or PDM input devices place audio samples inside this FIFO. The FIFO content is then pushed to DDR Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/meson/Kconfig')
-rw-r--r--sound/soc/meson/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/meson/Kconfig b/sound/soc/meson/Kconfig
index cdd78f62e8d7..3916060edcae 100644
--- a/sound/soc/meson/Kconfig
+++ b/sound/soc/meson/Kconfig
@@ -12,4 +12,11 @@ config SND_MESON_AXG_FRDDR
Select Y or M to add support for the frontend playback interfaces
embedded in the Amlogic AXG SoC family
+config SND_MESON_AXG_TODDR
+ tristate "Amlogic AXG Capture FIFO support"
+ select SND_MESON_AXG_FIFO
+ help
+ Select Y or M to add support for the frontend capture interfaces
+ embedded in the Amlogic AXG SoC family
+
endmenu