diff options
author | Tapani <tapani@vmail.me> | 2013-01-17 11:18:14 +0100 |
---|---|---|
committer | Tapani <tapani@vmail.me> | 2013-01-17 11:18:14 +0100 |
commit | 27ec007a250b2043c0f38dcd56799c0813aaec34 (patch) | |
tree | 038e039627de4605e7dc8fa46cb786b00fa28060 /arch | |
parent | e46bb475a4ad5091447ebe4e02baa98bbbdbea5a (diff) |
Wandboard : Add wifi support and enable brcmfmac in wandboard kernel config
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/wandboard_defconfig | 38 |
1 files changed, 35 insertions, 3 deletions
diff --git a/arch/arm/configs/wandboard_defconfig b/arch/arm/configs/wandboard_defconfig index e1d5a17dafe4..4cfbe6401620 100644 --- a/arch/arm/configs/wandboard_defconfig +++ b/arch/arm/configs/wandboard_defconfig @@ -544,7 +544,20 @@ CONFIG_XPS=y # CONFIG_IRDA is not set # CONFIG_BT is not set # CONFIG_AF_RXRPC is not set -# CONFIG_WIRELESS is not set +CONFIG_WIRELESS=y +CONFIG_WEXT_CORE=y +CONFIG_WEXT_PROC=y +CONFIG_CFG80211=y +# CONFIG_NL80211_TESTMODE is not set +# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set +# CONFIG_CFG80211_REG_DEBUG is not set +# CONFIG_CFG80211_DEFAULT_PS is not set +# CONFIG_CFG80211_INTERNAL_REGDB is not set +CONFIG_CFG80211_WEXT=y +# CONFIG_WIRELESS_EXT_SYSFS is not set +# CONFIG_LIB80211 is not set +# CONFIG_CFG80211_ALLOW_RECONNECT is not set +# CONFIG_MAC80211 is not set # CONFIG_WIMAX is not set # CONFIG_RFKILL is not set # CONFIG_RFKILL_REGULATOR is not set @@ -684,7 +697,23 @@ CONFIG_FEC_NAPI=y # CONFIG_FTMAC100 is not set # CONFIG_NETDEV_1000 is not set # CONFIG_NETDEV_10000 is not set -# CONFIG_WLAN is not set +CONFIG_WLAN=y +# CONFIG_USB_ZD1201 is not set +# CONFIG_USB_NET_RNDIS_WLAN is not set +# CONFIG_WIFI_CONTROL_FUNC is not set +# CONFIG_ATH_COMMON is not set +# CONFIG_BCM4329 is not set +# CONFIG_BCMDHD is not set +CONFIG_BRCMUTIL=m +CONFIG_BRCMFMAC=m +CONFIG_BRCMFMAC_SDIO=y +# CONFIG_BRCMFMAC_SDIO_OOB is not set +# CONFIG_BRCMFMAC_USB is not set +# CONFIG_BRCMDBG is not set +# CONFIG_HOSTAP is not set +# CONFIG_IWM is not set +# CONFIG_LIBERTAS is not set +# CONFIG_MWIFIEX is not set # # Enable WiMAX (Networking options) to see the WiMAX drivers @@ -1310,9 +1339,10 @@ CONFIG_DMA_ENGINE=y # CONFIG_UIO is not set CONFIG_STAGING=y # CONFIG_USBIP_CORE is not set +# CONFIG_PRISM2_USB is not set # CONFIG_ECHO is not set -# CONFIG_BRCMUTIL is not set # CONFIG_ASUS_OLED is not set +# CONFIG_R8712U is not set # CONFIG_TRANZPORT is not set # @@ -1321,11 +1351,13 @@ CONFIG_STAGING=y # CONFIG_ANDROID is not set # CONFIG_POHMELFS is not set # CONFIG_LINE6_USB is not set +# CONFIG_VT6656 is not set # CONFIG_IIO is not set # CONFIG_XVMALLOC is not set # CONFIG_ZRAM is not set # CONFIG_FB_SM7XX is not set CONFIG_MACH_NO_WESTBRIDGE=y +# CONFIG_ATH6K_LEGACY is not set # CONFIG_USB_ENESTORAGE is not set # CONFIG_BCM_WIMAX is not set # CONFIG_FT1000 is not set |