summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMursalin Akon <makon@nvidia.com>2011-08-01 10:11:56 -0700
committerVarun Colbert <vcolbert@nvidia.com>2011-08-05 18:08:36 -0700
commit39d4d7db568aa511b106fd85563d959e2ae37c50 (patch)
tree66e56728fc0df129a0ee8fc886cffd2cec012b7c
parentba801b7ec4c6c6927802177ce33f2b04cfd20f9f (diff)
Linux_Tegra: cardhu: kernel: defconfig: Add config options for Broadcom WiFi
Add following config options to L4T Cardhu defconfig file CONFIG_BCM4329=m CONFIG_BCM4329_FW_PATH="/lib/firmware/bcm4329/fw_bcm4329.bin" CONFIG_BCM4329_NVRAM_PATH="/lib/firmware/bcm4329/nvram.txt" CONFIG_BCM4329_WIFI_CONTROL_FUNC=y Bug 847052 Change-Id: Ib94fda80ae7c83c7a089b49499646072b35c6345 Reviewed-on: http://git-master/r/45399 Reviewed-by: Mursalin Akon <makon@nvidia.com> Tested-by: Mursalin Akon <makon@nvidia.com> Reviewed-by: Allen R Martin <amartin@nvidia.com>
-rw-r--r--arch/arm/configs/tegra_cardhu_gnu_linux_defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/configs/tegra_cardhu_gnu_linux_defconfig b/arch/arm/configs/tegra_cardhu_gnu_linux_defconfig
index aaef42acabae..b93b05278c10 100644
--- a/arch/arm/configs/tegra_cardhu_gnu_linux_defconfig
+++ b/arch/arm/configs/tegra_cardhu_gnu_linux_defconfig
@@ -98,7 +98,10 @@ CONFIG_NETDEVICES=y
CONFIG_DUMMY=y
# CONFIG_NETDEV_1000 is not set
# CONFIG_NETDEV_10000 is not set
-# CONFIG_WLAN is not set
+CONFIG_BCM4329=m
+CONFIG_BCM4329_FW_PATH="/lib/firmware/bcm4329/fw_bcm4329.bin"
+CONFIG_BCM4329_NVRAM_PATH="/lib/firmware/bcm4329/nvram.txt"
+CONFIG_BCM4329_WIFI_CONTROL_FUNC=y
CONFIG_USB_USBNET=y
# CONFIG_USB_NET_NET1080 is not set
# CONFIG_USB_NET_CDC_SUBSET is not set