summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/Kconfig
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@freescale.com>2017-08-01 18:08:54 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:52:30 +0800
commit2e02a9402d8892ea421dab6423dd5185bc5b14a6 (patch)
tree4eeb1b3a21012ba17be2e2a2c5bf9dde5562ef23 /sound/soc/fsl/Kconfig
parent323210035c05a86d5a3600242be6e9abda605860 (diff)
MLK-16130-2: ASoC: fsl: add machine driver for cadence hdmi
The machine driver will call the API which is provided by the cadence to configure the audio features. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com> [ Aisheng: clean for a new base ] Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r--sound/soc/fsl/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index 9e410697b6a9..7786c9ccbb5d 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -333,6 +333,17 @@ config SND_SOC_IMX_HDMI
Say Y if you want to add support for SoC audio on an i.MX board with
IMX HDMI.
+config SND_SOC_IMX_CDNHDMI
+ tristate "SoC Audio support for i.MX boards with CDN HDMI port"
+ depends on FB_MX8_HDMI
+ select SND_SOC_IMX_PCM_DMA
+ select SND_SOC_FSL_SAI
+ select SND_SOC_HDMI_CODEC
+ help
+ SoC Audio support for i.MX boards with CDN HDMI audio
+ Say Y if you want to add support for SoC audio on an i.MX board with
+ IMX CDN HDMI.
+
endif # SND_IMX_SOC
endmenu