diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2020-02-13 16:51:54 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-02-13 21:57:22 +0100 |
commit | 6ae9ca9ce986bffe71fd0fbf9595de8500891b52 (patch) | |
tree | 89b67fa3c5b548d974489f8ad6da921de6d209da /sound/soc/meson/Kconfig | |
parent | ASoC: meson: aiu: add audio output dt-bindings (diff) | |
download | linux-6ae9ca9ce986bffe71fd0fbf9595de8500891b52.tar.xz linux-6ae9ca9ce986bffe71fd0fbf9595de8500891b52.zip |
ASoC: meson: aiu: add i2s and spdif support
Add support for the i2s and spdif audio outputs (AIU) found in the
amlogic Gx SoC family
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20200213155159.3235792-5-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 ee6d53949d45..ca269dedfc7f 100644 --- a/sound/soc/meson/Kconfig +++ b/sound/soc/meson/Kconfig @@ -2,6 +2,13 @@ menu "ASoC support for Amlogic platforms" depends on ARCH_MESON || COMPILE_TEST +config SND_MESON_AIU + tristate "Amlogic AIU" + select SND_PCM_IEC958 + help + Select Y or M to add support for the Audio output subsystem found + in the Amlogic GX SoC family + config SND_MESON_AXG_FIFO tristate select REGMAP_MMIO |