diff options
author | Merlijn Wajer <merlijn@wizzup.org> | 2021-12-16 16:05:06 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2022-04-21 14:00:44 +0200 |
commit | 76e26d985c548fb01ea8852c84f83fb3eb1fea8e (patch) | |
tree | 3c20ada79180b5baec91bbf7ad49e1015dac12d8 /arch/arm/configs | |
parent | Linux 5.18-rc1 (diff) | |
download | linux-76e26d985c548fb01ea8852c84f83fb3eb1fea8e.tar.xz linux-76e26d985c548fb01ea8852c84f83fb3eb1fea8e.zip |
ARM: omap2plus_defconfig: enable TLV320AIC3X
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>
Message-Id: <20211216150506.31163-1-merlijn@wizzup.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index d933b787d934..d3cfc74b3b0b 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -553,6 +553,8 @@ CONFIG_SND_SOC_OMAP_ABE_TWL6040=m CONFIG_SND_SOC_OMAP_HDMI=m CONFIG_SND_SOC_CPCAP=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 |