summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/Kconfig
diff options
context:
space:
mode:
authorViorel Suman <viorel.suman@nxp.com>2020-02-13 11:58:56 +0200
committerViorel Suman <viorel.suman@nxp.com>2020-02-20 12:58:12 +0200
commitbf133eb85426e72e3e4342c0c0a76383bd940d97 (patch)
treea4da48fcc2b22b5bb926a9e48093e5d9472baeca /sound/soc/fsl/Kconfig
parentc7aa3b9266707af7ef4b01406d487bec5648ab7e (diff)
MLK-23313-4: ASoC: fsl: Add Audio XCVR machine driver
This patch implements Audio XCVR machine driver for NXP iMX8 SOCs. Signed-off-by: Viorel Suman <viorel.suman@nxp.com> Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r--sound/soc/fsl/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index 5fb734fed126..b96947d6c026 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -588,6 +588,14 @@ config SND_SOC_IMX_CDNHDMI
Say Y if you want to add support for SoC audio on an i.MX board with
IMX CDN HDMI.
+config SND_SOC_IMX_XCVR
+ tristate "SoC Audio support for i.MX boards with XCVR"
+ select SND_SOC_FSL_XCVR
+ help
+ SoC Audio support for i.MX boards with Audio Transceiver (XCVR)
+ Say Y if you want to add support for SoC audio on an i.MX board with
+ an Audio Transceiver (XCVR).
+
endif # SND_IMX_SOC
endmenu