diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2020-06-17 17:50:47 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-06-17 17:34:59 +0100 |
commit | e50186e1dae67e070d4725b1f0b35b131969141d (patch) | |
tree | c74af135e3c6717d26288ab4cf7392e9e8b25974 | |
parent | f61b9273c347980f570d1f9cecb867a7835c613d (diff) |
ASoC: meson: imply acodec glue on axg sound card
When axg card driver support is enabled, lets enable the related
internal DAC glue by default.
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20200617155047.1187256-1-jbrunet@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/meson/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/meson/Kconfig b/sound/soc/meson/Kconfig index 8b6295283989..363dc3b1bbe4 100644 --- a/sound/soc/meson/Kconfig +++ b/sound/soc/meson/Kconfig @@ -68,6 +68,7 @@ config SND_MESON_AXG_SOUND_CARD imply SND_MESON_AXG_SPDIFOUT imply SND_MESON_AXG_SPDIFIN imply SND_MESON_AXG_PDM + imply SND_MESON_G12A_TOACODEC imply SND_MESON_G12A_TOHDMITX if DRM_MESON_DW_HDMI help Select Y or M to add support for the AXG SoC sound card |