Message ID | 1303320202-21241-1-git-send-email-coelho@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 076db52..cfc343e 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -108,6 +108,11 @@ CONFIG_MAC80211=m CONFIG_MAC80211_RC_PID=y CONFIG_MAC80211_RC_DEFAULT_PID=y CONFIG_MAC80211_LEDS=y +CONFIG_WL12XX_MENU=m +CONFIG_WL12XX=m +CONFIG_WL12XX_HT=y +CONFIG_WL12XX_SDIO=m +CONFIG_WL12XX_PLATFORM_DATA=y CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_CONNECTOR=y CONFIG_MTD=y
Many omap2plus-based boards include wireless chips supported by the wl12xx driver (eg. WL1271 on Blaze and Panda) or can get an extension that includes such chips (eg. the WLAN daugther card for Beagle). To get out-of-the-box support for the wl12xx-based chips on such boards, this patch adds the wl12xx driver as modules in omap2plus_defconfig. Signed-off-by: Luciano Coelho <coelho@ti.com> --- arch/arm/configs/omap2plus_defconfig | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)