ath6kl now supports USB and SDIO based devices, this patch adds the config options for them. --- config.mk | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/config.mk b/config.mk index d2373b9..a718257 100644 --- a/config.mk +++ b/config.mk @@ -265,6 +265,11 @@ export CONFIG_COMPAT_ATH9K_RATE_CONTROL=y export CONFIG_ATH9K_BTCOEX_SUPPORT=y +ifndef CONFIG_COMPAT_KERNEL_2_6_27 +export CONFIG_ATH6KL=m +# export CONFIG_ATH6KL_DEBUG=y +endif #CONFIG_COMPAT_KERNEL_2_6_27 + # PCI Drivers ifdef CONFIG_PCI @@ -502,6 +507,8 @@ export CONFIG_COMPAT_USB_URB_THREAD_FIX=y export CONFIG_ATH9K_HTC=m # export CONFIG_ATH9K_HTC_DEBUGFS=y +export CONFIG_ATH6KL_USB=m + export CONFIG_BRCMFMAC_USB=y # RT2500USB does not require firmware @@ -588,10 +595,7 @@ export CONFIG_IWM=m export CONFIG_BT_HCIBTSDIO=m export CONFIG_BT_MRVL_SDIO=m -ifndef CONFIG_COMPAT_KERNEL_2_6_27 -export CONFIG_ATH6KL=m -# export CONFIG_ATH6KL_DEBUG=y -endif #CONFIG_COMPAT_KERNEL_2_6_27 +export CONFIG_ATH6KL_SDIO=m export CONFIG_BRCMFMAC_SDIO=y -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html