12 Apr
2019
12 Apr
'19
11:46 a.m.
On Fri, Apr 12, 2019 at 10:38:19AM +0200, Takashi Iwai wrote:
Pierre-Louis Bossart wrote:
config REGMAP_SOUNDWIRE depends on SOUNDWIRE select SOUNDWIRE_BUS
To be noted, in general you can't do put both depends-on and select. The select always wins. So the depends-on in REGMAP_SOUNDWIRE is more or less moot.
To be clear the issue is that the dependencies of selected symbols just get ignored (IIRC their selects too). It can be useful for documentation but it does get a bit confusing sometimes.