diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-12-11 14:47:12 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-12-13 13:06:32 +0100 |
commit | 5ce5658375e6de2468c4884f7ae474c4ed40a13f (patch) | |
tree | 16cfeab1753ef216b6e28224112fcfd4714a7c20 /sound/soc/meson/Kconfig | |
parent | ASoC: meson: add axg spdif input DT binding documentation (diff) | |
download | linux-5ce5658375e6de2468c4884f7ae474c4ed40a13f.tar.xz linux-5ce5658375e6de2468c4884f7ae474c4ed40a13f.zip |
ASoC: meson: add axg spdif input
Add support for the spdif input decoder of the axg SoC family
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 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sound/soc/meson/Kconfig b/sound/soc/meson/Kconfig index 8b8426ed2363..8779fe23671d 100644 --- a/sound/soc/meson/Kconfig +++ b/sound/soc/meson/Kconfig @@ -54,6 +54,7 @@ config SND_MESON_AXG_SOUND_CARD imply SND_MESON_AXG_TDMIN imply SND_MESON_AXG_TDMOUT imply SND_MESON_AXG_SPDIFOUT + imply SND_MESON_AXG_SPDIFIN imply SND_MESON_AXG_PDM help Select Y or M to add support for the AXG SoC sound card @@ -67,6 +68,13 @@ config SND_MESON_AXG_SPDIFOUT Select Y or M to add support for SPDIF output serializer embedded in the Amlogic AXG SoC family +config SND_MESON_AXG_SPDIFIN + tristate "Amlogic AXG SPDIF Input Support" + imply SND_SOC_SPDIF + help + Select Y or M to add support for SPDIF input embedded + in the Amlogic AXG SoC family + config SND_MESON_AXG_PDM tristate "Amlogic AXG PDM Input Support" imply SND_SOC_DMIC @@ -74,5 +82,4 @@ config SND_MESON_AXG_PDM help Select Y or M to add support for PDM input embedded in the Amlogic AXG SoC family - endmenu |