diff options
author | Shashank Sharma <shashanks@nvidia.com> | 2012-01-11 12:05:17 +0530 |
---|---|---|
committer | Rohan Somvanshi <rsomvanshi@nvidia.com> | 2012-01-19 09:53:17 -0800 |
commit | 93baa0571aea8ab4bb923ce07971c64792c2c05a (patch) | |
tree | d3667c11351f67ad257752434255f45ae427713e /arch/arm/configs/tegra_defconfig | |
parent | fbee7c74a837359fcceb2d644c093564e4d76d46 (diff) |
arm: configs: tegra: Modified bcmdhd configuration
CONFIG_BCMDHD was made a part of kernel with configure option(=y)
Its one of the dependency of wifi driver bcm43219 (which is
configured as a module CONDIF_BCM4329(=m)) and gets loaded with the
same module.Making it a part of kernel exposes symbol twice.
Disabling CONFIG_BCMDHD for both AP20 and T30 l4t configs
Bug: 921478
Change-Id: I0c90d2fdee9da7ef97d5ef9197a6d228906bb3bf
Signed-off-by: Shashank Sharma(shashanks@nvidia.com)
Reviewed-on: http://git-master/r/73467
Tested-by: Shashank Sharma <shashanks@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Mursalin Akon <makon@nvidia.com>
Reviewed-by: Allen Martin <amartin@nvidia.com>
Diffstat (limited to 'arch/arm/configs/tegra_defconfig')
-rw-r--r-- | arch/arm/configs/tegra_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index b73d45cb6ed5..11fe0fa9833e 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -215,9 +215,6 @@ CONFIG_BCM4329_FIRST_SCAN=y 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_BCMDHD=y -CONFIG_BCMDHD_WIFI_CONTROL_FUNC=y -CONFIG_BCMDHD_HW_OOB=y CONFIG_USB_CATC=y CONFIG_USB_KAWETH=y CONFIG_USB_PEGASUS=y |