diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-07-17 17:42:55 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-07-18 13:08:39 +0100 |
commit | 53eb4b7aaa045e23b6e8edb0ae0d047a4a3612ef (patch) | |
tree | 8caa9c74192bda0f720241c2fd6e96d3b957a81a /sound/soc/meson/Kconfig | |
parent | eb257e6607f96fd70a443750e9eaddbb49ba87ff (diff) | |
download | linux-53eb4b7aaa045e23b6e8edb0ae0d047a4a3612ef.tar.gz linux-53eb4b7aaa045e23b6e8edb0ae0d047a4a3612ef.tar.bz2 linux-53eb4b7aaa045e23b6e8edb0ae0d047a4a3612ef.zip |
ASoC: meson: add axg spdif output
Add support for the spdif output serializer 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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/meson/Kconfig b/sound/soc/meson/Kconfig index 3916060edcae..9408214b5854 100644 --- a/sound/soc/meson/Kconfig +++ b/sound/soc/meson/Kconfig @@ -19,4 +19,11 @@ config SND_MESON_AXG_TODDR Select Y or M to add support for the frontend capture interfaces embedded in the Amlogic AXG SoC family +config SND_MESON_AXG_SPDIFOUT + tristate "Amlogic AXG SPDIF Output Support" + imply SND_SOC_SPDIF + help + Select Y or M to add support for SPDIF output serializer embedded + in the Amlogic AXG SoC family + endmenu |