diff options
author | Fabio Estevam <festevam@gmail.com> | 2021-06-05 11:29:51 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-06-12 15:42:40 +0800 |
commit | 6252a42b0fd70b03aa17c58d218dcabd863cc02a (patch) | |
tree | bf081007e5e493f050b5b9c50164191e4b0a1736 /arch/arm/configs | |
parent | b99f904e504546d5b5f3dcdf3a20afef23c9e658 (diff) | |
download | linux-stable-6252a42b0fd70b03aa17c58d218dcabd863cc02a.tar.gz linux-stable-6252a42b0fd70b03aa17c58d218dcabd863cc02a.tar.bz2 linux-stable-6252a42b0fd70b03aa17c58d218dcabd863cc02a.zip |
ARM: imx_v6_v7_defconfig: Select the Wifi ath10k sdio driver
Select the ath10k sdio driver so that Wifi can work by default on
boards like imx6dl-pico-pi with a QCA9377 chip.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 70928cc48939..079fcd8d1d11 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -150,6 +150,8 @@ CONFIG_USB_USBNET=y CONFIG_USB_NET_CDC_EEM=m CONFIG_USB_NET_SMSC95XX=y CONFIG_USB_NET_MCS7830=y +CONFIG_ATH10K=m +CONFIG_ATH10K_SDIO=m CONFIG_BRCMFMAC=m CONFIG_MWIFIEX=m CONFIG_MWIFIEX_SDIO=m |