linux-next: Tree for May 6 (b43/bcma)

Johannes Berg johannes at sipsolutions.net
Tue May 7 05:15:36 EDT 2013


On Mon, 2013-05-06 at 22:06 -0500, Larry Finger wrote:

> > Probably mostly due to B43=y and BCMA=m.
> 
> Does any Kconfig wizard know the magic incantation to accomplish the following:
> 
> 1. Ensure that if SSB and BMCA are both selected, then both are either "m" or "y"

I think one of them being m and the other y should be OK? But do they
have interdependencies?

> 2. Ensure that BRCMSMAC is not "y" if BMCA is "m".

Isn't that a simple
	depends on BCMA
or maybe it can work w/o BCMA, then you'd have
	depends on BCMA || !BCMA

> 3. Ensure that B43 is not "y" if SSB and/or BCMA is "m".

same.

johannes




More information about the b43-dev mailing list