diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-07-17 17:43:00 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-07-20 18:38:55 +0200 |
commit | c41c2a355b86368608377eaf3df442ec0f342f1e (patch) | |
tree | 9a6bd8175a0df34ce19276f6eb6a46b55e69cb41 /sound/soc/meson/Kconfig | |
parent | ASoC: meson: add tdm interface driver (diff) | |
download | linux-c41c2a355b86368608377eaf3df442ec0f342f1e.tar.xz linux-c41c2a355b86368608377eaf3df442ec0f342f1e.zip |
ASoC: meson: add tdm output driver
Add Amlogic's axg tdm output driver which pulls data from FRDDR fifo
and produce the TDM signals for 4 output lanes.
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/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/meson/Kconfig b/sound/soc/meson/Kconfig index 869b359c2ce7..08a522b77749 100644 --- a/sound/soc/meson/Kconfig +++ b/sound/soc/meson/Kconfig @@ -27,6 +27,14 @@ config SND_MESON_AXG_TDM_INTERFACE tristate select SND_MESON_AXG_TDM_FORMATTER +config SND_MESON_AXG_TDMOUT + tristate "Amlogic AXG TDM Output Support" + select SND_MESON_AXG_TDM_FORMATTER + select SND_MESON_AXG_TDM_INTERFACE + help + Select Y or M to add support for TDM output formatter embedded + in the Amlogic AXG SoC family + config SND_MESON_AXG_SPDIFOUT tristate "Amlogic AXG SPDIF Output Support" imply SND_SOC_SPDIF |