>> I've satisfied these requirements: >> >> Depends on: NETDEVICES [=y] && WLAN [=y] && SSB_POSSIBLE [=y] && >> MAC80211 [=n] && HAS_DMA [=y] >> >> but I don't see the option here: >> >> Location: >> -> Device Drivers >> -> Network device support (NETDEVICES [=y]) >> -> Wireless LAN (WLAN [=y]) >> >> Does anyone know how to make it appear? >> >> - Grant > > What is 'b43'? > > When I have that problem I typically start with > > cat /usr/src/.config | grep b43 > > which returns nothing implying to me that b43 doesn't exist at all. > > - Mark
If you do a make menuconfig and search for b43, lots of stuff comes up including "B43". - Grant