Re: [OpenWrt-Devel] [RFC PATCH] mac80211: brcmfmac: separate SDIO and USB support

2015-01-14 Thread Zoltan HERPAI
Jose, On Tue, 13 Jan 2015, José Vázquez wrote: 2015-01-13 8:46 GMT+01:00, Zoltan HERPAI wigy...@uid0.hu: I haven't seen any flags that does SDIO_SUPPORT or something similar. It's either removing depend on USB_SUPPORT or add dependencies for the targets that'll use the SDIO part. Do you know

Re: [OpenWrt-Devel] [RFC PATCH] mac80211: brcmfmac: separate SDIO and USB support

2015-01-13 Thread José Vázquez
2015-01-13 8:46 GMT+01:00, Zoltan HERPAI wigy...@uid0.hu: I haven't seen any flags that does SDIO_SUPPORT or something similar. It's either removing depend on USB_SUPPORT or add dependencies for the targets that'll use the SDIO part. Do you know of other approach? Thanks, -w- You are right:

[OpenWrt-Devel] [RFC PATCH] mac80211: brcmfmac: separate SDIO and USB support

2015-01-07 Thread Zoltan HERPAI
This patch will add options to select SDIO and USB support in the brcmfmac driver, and not tie it to only support USB. As the driver doesn't build the host interface code into separate .ko, the required ones are selected via config options. PCIe support is not added now, can be added later.