diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2020-02-19 18:35:03 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-02-19 21:20:07 +0100 |
commit | 33901f5b9b16d212ee58865e9e8e80fc813f12da (patch) | |
tree | 6f27816fb145d800174abeedbe7f3bda007128fd /sound/soc/meson/Kconfig | |
parent | ASoC: meson: add t9015 internal codec binding documentation (diff) | |
download | linux-33901f5b9b16d212ee58865e9e8e80fc813f12da.tar.xz linux-33901f5b9b16d212ee58865e9e8e80fc813f12da.zip |
ASoC: meson: add t9015 internal DAC driver
Add the codec driver of the internal DAC found on Amlogic gxl, g12a and
sm1 family.
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20200219173503.1112561-3-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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/meson/Kconfig b/sound/soc/meson/Kconfig index 22d2af75b59e..897a706dcda0 100644 --- a/sound/soc/meson/Kconfig +++ b/sound/soc/meson/Kconfig @@ -6,6 +6,7 @@ config SND_MESON_AIU tristate "Amlogic AIU" select SND_MESON_CODEC_GLUE select SND_PCM_IEC958 + imply SND_SOC_MESON_T9015 imply SND_SOC_HDMI_CODEC if DRM_MESON_DW_HDMI help Select Y or M to add support for the Audio output subsystem found @@ -116,4 +117,11 @@ config SND_MESON_G12A_TOHDMITX help Select Y or M to add support for HDMI audio on the g12a SoC family + +config SND_SOC_MESON_T9015 + tristate "Amlogic T9015 DAC" + select REGMAP_MMIO + help + Say Y or M if you want to add support for the internal DAC found + on GXL, G12 and SM1 SoC family. endmenu |