diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2020-02-13 16:51:59 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-02-13 21:57:27 +0100 |
commit | e37a0c313a0f8ba0b8de9c30db98fbc77bd8d446 (patch) | |
tree | b2a9b7053afa4d17b0974edb8107cbc3d47af7e2 /sound/soc/meson/Kconfig | |
parent | ASoC: meson: gx: add sound card dt-binding documentation (diff) | |
download | linux-e37a0c313a0f8ba0b8de9c30db98fbc77bd8d446.tar.xz linux-e37a0c313a0f8ba0b8de9c30db98fbc77bd8d446.zip |
ASoC: meson: gx: add sound card support
Add support for the sound card used on the amlogic GX SoC family
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20200213155159.3235792-10-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 347fa78e309a..22d2af75b59e 100644 --- a/sound/soc/meson/Kconfig +++ b/sound/soc/meson/Kconfig @@ -101,6 +101,13 @@ config SND_MESON_CARD_UTILS config SND_MESON_CODEC_GLUE tristate +config SND_MESON_GX_SOUND_CARD + tristate "Amlogic GX Sound Card Support" + select SND_MESON_CARD_UTILS + imply SND_MESON_AIU + help + Select Y or M to add support for the GXBB/GXL SoC sound card + config SND_MESON_G12A_TOHDMITX tristate "Amlogic G12A To HDMI TX Control Support" select REGMAP_MMIO |