diff mbox series

ARM: omap2plus_defconfig: enable TLV320AIC3X

Message ID 20211216150506.31163-1-merlijn@wizzup.org
State New
Headers show
Series ARM: omap2plus_defconfig: enable TLV320AIC3X | expand

Commit Message

Merlijn Wajer Dec. 16, 2021, 3:05 p.m. UTC
Commit a96d2ba2d824 ("ASoC: codecs: tlv320aic3x: move I2C to separated
file") split the driver into SPI and I2C code and also provided a
separate configuration option for it.

The RX51 audio fails to probe since this commit, so let's add this
non-obvious configuration option to the defconfig.

Signed-off-by: Merlijn Wajer <merlijn@wizzup.org>
---
 arch/arm/configs/omap2plus_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tony Lindgren April 21, 2022, 11:58 a.m. UTC | #1
* Merlijn Wajer <merlijn@wizzup.org> [211216 17:00]:
> Commit a96d2ba2d824 ("ASoC: codecs: tlv320aic3x: move I2C to separated
> file") split the driver into SPI and I2C code and also provided a
> separate configuration option for it.
> 
> The RX51 audio fails to probe since this commit, so let's add this
> non-obvious configuration option to the defconfig.

Applying into omap-for-v5.19/defconfig thanks.

Tony
diff mbox series

Patch

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index 7a41e9cbcc7b..5c916e92068e 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -566,6 +566,8 @@  CONFIG_SND_SOC_OMAP_HDMI=m
 CONFIG_SND_SOC_CPCAP=m
 CONFIG_SND_SOC_MOTMDM=m
 CONFIG_SND_SOC_TLV320AIC23_I2C=m
+CONFIG_SND_SOC_TLV320AIC3X=m
+CONFIG_SND_SOC_TLV320AIC3X_I2C=m
 CONFIG_SND_SIMPLE_CARD=m
 CONFIG_SND_AUDIO_GRAPH_CARD=m
 CONFIG_HID_GENERIC=m