Re: [PATCH] ASoC: fix kconfig dependency warnings for SND_SOC_WM8731

2020-09-18 Thread Mark Brown
On Fri, Sep 18, 2020 at 04:12:58PM +0300, Necip Fazil Yildiran wrote: > SND_SOC_WM8731 was made visible and dependent on other symbols with commit > 1291e14175e6 ("ASoC: codecs: Make OF supported CODECs visible in Kconfig"). > To this respect, the symbols selecting SND_SOC_WM8731 turned out to be >

[PATCH] ASoC: fix kconfig dependency warnings for SND_SOC_WM8731

2020-09-18 Thread Necip Fazil Yildiran
SND_SOC_WM8731 was made visible and dependent on other symbols with commit 1291e14175e6 ("ASoC: codecs: Make OF supported CODECs visible in Kconfig"). To this respect, the symbols selecting SND_SOC_WM8731 turned out to be overlooking its dependencies. For example, enabling SND_SOC_DB1200 and disab