summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Alonso <adrian.alonso@nxp.com>2022-04-09 17:33:38 -0500
committerAdrian Alonso <adrian.alonso@nxp.com>2022-05-12 09:14:15 -0500
commiteac26e61f19c2629a72d7988e90f96358f7c1a21 (patch)
tree448a32e7ff7587804ffd8039f54e594c11d4fb3f
parent57a57113f005d124457fb56f6ec5a4de51ab7844 (diff)
LF-5093-5: sound: soc: fsl: imx pcm512x amp select
Add optional headphone amplifier supported by some viriations of hifiberry audio hats such us DAC2. Signed-off-by: Adrian Alonso <adrian.alonso@nxp.com> Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com>
-rw-r--r--sound/soc/fsl/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index 039a935ff29e..c70e9c4eed08 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -389,9 +389,10 @@ config SND_SOC_IMX_PDM_MIC
with PDM microphones on SAI.
config SND_SOC_IMX_PCM512X
- tristate "SoC Audio support for i.MX boards with PCM512x"
+ tristate "SoC Audio support for i.MX boards with PCM512x and headphone amp"
depends on OF && I2C
select SND_SOC_PCM512x_I2C
+ select SND_SOC_TPA6130A2
select SND_SOC_IMX_PCM_DMA
select SND_SOC_FSL_SAI
select SND_SOC_FSL_UTILS