Re: [RESEND PATCH] ALSA: ASoC: fix unmet dependency for SND_SOC_DB1200
From: Arnd Bergmann
Date: Wed Sep 09 2026 - 09:29:25 EST
On Wed, Sep 9, 2026, at 14:56, julianbraha wrote:
> SND_SOC_DB1200 selects SND_SOC_WM8731_I2C without ensuring its
> dependency, I2C is enabled. This causes an unmet dependency when
> SND_SOC_DB1200 is enabled without I2C.
>
> Let's add a dependency on I2C, as similar options in this subsystem do.
>
> This unmet dependency was found by kconfirm, a static analysis tool for
> Kconfig.
>
> Fixes: 9dc15f81baf2 ("ASoC: wm8731: Factor out the I2C and SPI bus code
> into separate modules")
>
> Signed-off-by: julianbraha <julianbraha@xxxxxxxxx>
Acked-by: Arnd Bergmann <arnd@xxxxxxxx>