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 > overlooking its dependencies. > Switch reverse dependencies on SND_SOC_WM8731 to normal dependencies. No, this is very user hostile - users shouldn't have to know exactly which chips a given machine driver needs to figure out how to get the config option visible. Please fix the selects in the machine driver instead.