summaryrefslogtreecommitdiffstats
path: root/sound/soc/meson/Kconfig
diff options
context:
space:
mode:
authorJerome Brunet2018-08-29 17:00:51 +0200
committerMark Brown2018-08-29 17:04:17 +0200
commit2cfc123eea7477f26f59506fb45f25cb09ee1591 (patch)
tree89128c40dbb6cada448bedb454d514ee8b0bd55b /sound/soc/meson/Kconfig
parentASoC: meson: add axg pdm input DT binding documentation (diff)
downloadkernel-qcow2-linux-2cfc123eea7477f26f59506fb45f25cb09ee1591.tar.gz
kernel-qcow2-linux-2cfc123eea7477f26f59506fb45f25cb09ee1591.tar.xz
kernel-qcow2-linux-2cfc123eea7477f26f59506fb45f25cb09ee1591.zip
ASoC: meson: add axg pdm input
Add pdm input driver for the device found on the amlogic 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/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/meson/Kconfig b/sound/soc/meson/Kconfig
index 2ccbadc387de..8b8426ed2363 100644
--- a/sound/soc/meson/Kconfig
+++ b/sound/soc/meson/Kconfig
@@ -54,6 +54,7 @@ config SND_MESON_AXG_SOUND_CARD
imply SND_MESON_AXG_TDMIN
imply SND_MESON_AXG_TDMOUT
imply SND_MESON_AXG_SPDIFOUT
+ imply SND_MESON_AXG_PDM
help
Select Y or M to add support for the AXG SoC sound card
@@ -66,4 +67,12 @@ config SND_MESON_AXG_SPDIFOUT
Select Y or M to add support for SPDIF output serializer embedded
in the Amlogic AXG SoC family
+config SND_MESON_AXG_PDM
+ tristate "Amlogic AXG PDM Input Support"
+ imply SND_SOC_DMIC
+ imply COMMON_CLK_AXG_AUDIO
+ help
+ Select Y or M to add support for PDM input embedded
+ in the Amlogic AXG SoC family
+
endmenu