]> git.baikalelectronics.ru Git - kernel.git/commit
b43: make B43_PCMCIA and B43_SDIO depend on B43_SSB
authorRafał Miłecki <zajec5@gmail.com>
Sun, 18 May 2014 11:41:33 +0000 (13:41 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 19 May 2014 20:42:15 +0000 (16:42 -0400)
commit23e91dc84e456741229f2cdfaf75afbc24fdb27f
treea7aa19bcba608fea15e8d9156e68946492fb537c
parent43474fc2a9bd9c4bb9af666bc8e6737fedf43b95
b43: make B43_PCMCIA and B43_SDIO depend on B43_SSB

These are extra configs specific to the SSB. Lack of this dependency and
CONFIG_B43=y
CONFIG_B43_BUSES_BCMA=y
CONFIG_SSB=m
would result in:
> drivers/built-in.o: In function `b43_sdio_remove':
> sdio.c:(.text+0x14657f): undefined reference to `ssb_bus_unregister'
> drivers/built-in.o: In function `b43_sdio_probe':
> sdio.c:(.text+0x14672f): undefined reference to `ssb_bus_sdiobus_register'

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/Kconfig