16 Jun
2020
16 Jun
'20
8:33 p.m.
On Tue, Jun 16, 2020 at 11:01:02AM -0700, John Stultz wrote:
On Tue, Jun 16, 2020 at 1:25 AM Srinivas Kandagatla
select SND_SOC_CROS_EC_CODEC if CROS_EC
Isn't "imply SND_SOC_CROS_EC_CODEC" better option here?
I've honestly not gotten my head around "imply", so I'll have to take a closer look. What I have in this patch least is easier to compare and match with the existing code. :)
It's a conditional select which enables a Kconfig symbol if its dependencies are enabled rather than forcing it on regardless of them, avoiding most of the errors that select tends to introduce with missing dependencies.