diff options
author | Ryan QIAN <b32804@freescale.com> | 2011-12-13 09:59:12 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-01-09 21:10:40 +0800 |
commit | 5e365df4bb635fcabb6d05992f29a68351181bec (patch) | |
tree | 356d2aa1457811357f80df88fef1980129536093 /arch/arm | |
parent | c2694076320c8a79e22961358a3102ed1fa98634 (diff) |
ENGR00170127 [IMX6Q]: incorrect kernel config for WLAN
- Add CONFIG_HOSTAP as CONFIG_WIRELESS_EXT's dependency
Signed-off-by: Ryan QIAN <b32804@freescale.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/imx6_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/imx6_defconfig b/arch/arm/configs/imx6_defconfig index 5ac6c160b0a8..16712607b50f 100644 --- a/arch/arm/configs/imx6_defconfig +++ b/arch/arm/configs/imx6_defconfig @@ -909,7 +909,7 @@ CONFIG_FEC=y # CONFIG_NETDEV_10000 is not set CONFIG_WLAN=y # CONFIG_USB_ZD1201 is not set -# CONFIG_HOSTAP is not set +CONFIG_HOSTAP=y # # Enable WiMAX (Networking options) to see the WiMAX drivers |