10 Feb
2020
10 Feb
'20
3:03 p.m.
On Fri, Feb 07, 2020 at 10:13:51AM +0100, Geert Uytterhoeven wrote:
Currently SND_SOC_ALL_CODECS selects the config symbols for all codec drivers. As "select" bypasses dependencies, lots of "select" statements need explicit dependencies, which are hard to get right, and hard to maintain[*].
Fix this by using "imply" instead, which is a weak version of "select", and which obeys dependencies of target symbols.
This is a *really* badly named feature :/