diff options
author | Christopher Freeman <cfreeman@nvidia.com> | 2012-12-12 13:09:55 -0800 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-14 12:47:05 -0700 |
commit | e898a08c0fb578e4f96c1be4dabe115c46e61249 (patch) | |
tree | 8b26db5b1904427c5358eb72c41c63c1539c31a5 /chromeos | |
parent | 4760b10e0e24c1a19e3be65e2e43f0cdf9ce2ddb (diff) |
CHROMIUM: config: Fix wifi config options
Sets the correct BCMDHD config options to be used for chrome
Signed-off-by: Christopher Freeman <cfreeman@nvidia.com>
Change-Id: I5400c11a5f5d9fc1375285371a51984c2c3cc8e1
Reviewed-on: http://git-master/r/170594
Reviewed-by: Rhyland Klein <rklein@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Andrew Chew <achew@nvidia.com>
Reviewed-by: Allen Martin <amartin@nvidia.com>
Diffstat (limited to 'chromeos')
-rw-r--r-- | chromeos/config/armel/chromeos-tegra11.flavour.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chromeos/config/armel/chromeos-tegra11.flavour.config b/chromeos/config/armel/chromeos-tegra11.flavour.config index 840522c1ee0d..7b506d891b62 100644 --- a/chromeos/config/armel/chromeos-tegra11.flavour.config +++ b/chromeos/config/armel/chromeos-tegra11.flavour.config @@ -60,11 +60,11 @@ CONFIG_BATTERY_SBS=y # CONFIG_BCM4329_RFKILL is not set CONFIG_BCMDHD=m CONFIG_BCMDHD_CFG80211=y -# CONFIG_BCMDHD_CSCAN_ENABLE is not set +CONFIG_BCMDHD_CSCAN_ENABLE=y CONFIG_BCMDHD_CUSTOM_REGULATORY_DOMAIN=y CONFIG_BCMDHD_FW_PATH="/lib/firmware/bcm/bcm.bin" -# CONFIG_BCMDHD_HW_OOB is not set -# CONFIG_BCMDHD_INSMOD_NO_FW_LOAD is not set +CONFIG_BCMDHD_HW_OOB=y +CONFIG_BCMDHD_INSMOD_NO_FW_LOAD=y # CONFIG_BCMDHD_NOAPI is not set CONFIG_BCMDHD_NVRAM_PATH="/lib/firmware/bcm/bcm.txt" # CONFIG_BCMDHD_WEXT is not set |