summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/Kconfig
diff options
context:
space:
mode:
authorDong Aisheng <aisheng.dong@nxp.com>2019-12-02 18:00:41 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-12-02 18:00:41 +0800
commit25d4beddff1fa677609f340b84ca2ea45f20e3fe (patch)
tree27c9679f53e4b1588995bfc84eb5ba2e23254ddd /sound/soc/fsl/Kconfig
parent845f67dda29211eb740d031b4f889d6e70ab5bd9 (diff)
parentfcfc4be154e14741ab631710a85b0cdc891a8747 (diff)
Merge remote-tracking branch 'origin/audio/fm' into audio/next
* origin/audio/fm: (8 commits) MLK-11429-21: ASoC: fsl: port si476x machine driver from imx_3.10.y MLK-11305 radio-si476x: support set V4L2_CID_AUDIO_MUTE CTRL MLK-22355: mfd: si476x: Use system_freezable_wq instead of system_wq MLK-10055-2: mfd: si476x-i2c: sound is registered when no FM module attached MLK-10038-1: mfd: si476x-i2c: Add support of si476x-rev4.0 board ...
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r--sound/soc/fsl/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index 208250dcd876..5832934c526f 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -489,6 +489,18 @@ config SND_SOC_IMX_DSP
Say Y if you want to add support for SoC audio on an i.MX board with
IMX DSP.
+config SND_SOC_IMX_SI476X
+ tristate "SoC Audio support for i.MX boards with si476x"
+ select SND_SOC_IMX_PCM_DMA
+ select SND_SOC_IMX_AUDMUX
+ select SND_SOC_FSL_SSI
+ select SND_SOC_FSL_UTILS
+ select SND_SOC_SI476X
+ help
+ SoC Audio support for i.MX boards with SI476x
+ Say Y if you want to add support for Soc audio for the AMFM Tuner chip
+ SI476x module.
+
endif # SND_IMX_SOC
endmenu