diff options
author | rgoyal <rgoyal@nvidia.com> | 2011-01-06 12:14:39 +0530 |
---|---|---|
committer | Bharat Nihalani <bnihalani@nvidia.com> | 2011-01-17 01:31:35 -0800 |
commit | 66aa261e1778437a1ef1ae8e57ba5598e1fb3a24 (patch) | |
tree | dd331f09777955c997447bc40ff54325ad8fcf04 | |
parent | 75cc321ef9036b35db378eed14f97face4f46321 (diff) |
ARM: tegra: whistler: enabling kernel configs for wifi
Enabling bcm4329 wifi configuration variables for whistler board.
BUG 773541
Change-Id: Ia244700752c9e0f8c0548e3b923300f842b48bf1
Reviewed-on: http://git-master/r/15103
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Tested-by: Bharat Nihalani <bnihalani@nvidia.com>
-rw-r--r-- | arch/arm/configs/tegra_whistler_android_defconfig | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/arch/arm/configs/tegra_whistler_android_defconfig b/arch/arm/configs/tegra_whistler_android_defconfig index 5e873ff57daf..cf1c28e9df3a 100644 --- a/arch/arm/configs/tegra_whistler_android_defconfig +++ b/arch/arm/configs/tegra_whistler_android_defconfig @@ -766,7 +766,12 @@ CONFIG_BT_HCIUART_LL=y # CONFIG_AF_RXRPC is not set CONFIG_FIB_RULES=y CONFIG_WIRELESS=y +CONFIG_WIRELESS_EXT=y +CONFIG_WEXT_CORE=y +CONFIG_WEXT_PROC=y +CONFIG_WEXT_PRIV=y # CONFIG_CFG80211 is not set +CONFIG_WIRELESS_EXT_SYSFS=y # CONFIG_LIB80211 is not set # @@ -1032,7 +1037,14 @@ CONFIG_SMC91X=y # CONFIG_NETDEV_10000 is not set CONFIG_WLAN=y # CONFIG_USB_ZD1201 is not set -# CONFIG_BCM4329 is not set +CONFIG_BCM4329=m +CONFIG_BCM4329_FW_PATH="/system/vendor/firmware/fw_bcm4329.bin" +CONFIG_BCM4329_NVRAM_PATH="/system/etc/nvram.txt" +CONFIG_BCM4329_WIFI_CONTROL_FUNC=y +# CONFIG_BCM4329_DHD_USE_STATIC_BUF is not set +# CONFIG_BCM4329_HW_OOB is not set +# CONFIG_BCM4329_OOB_INTR_ONLY is not set +# CONFIG_BCM4329_GET_CUSTOM_MAC_ENABLE is not set # CONFIG_HOSTAP is not set # |