summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2021-06-06 12:32:51 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2021-06-06 14:48:23 -0300
commitb33ea2c548a6d101f023d115850e44dddac0275e (patch)
treef762012955a47522946402a7864e37598c58054a
parent0df4075e78f33ff0b9a9d7553eaf496bf2cbb051 (diff)
downloadmeta-freescale-b33ea2c548a6d101f023d115850e44dddac0275e.tar.gz
linux-fslc: 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>
-rw-r--r--recipes-kernel/linux/linux-fslc/defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-fslc/defconfig b/recipes-kernel/linux/linux-fslc/defconfig
index 678396c3..2ab6b937 100644
--- a/recipes-kernel/linux/linux-fslc/defconfig
+++ b/recipes-kernel/linux/linux-fslc/defconfig
@@ -151,6 +151,8 @@ CONFIG_USB_USBNET=y
151CONFIG_USB_NET_CDC_EEM=m 151CONFIG_USB_NET_CDC_EEM=m
152CONFIG_USB_NET_SMSC95XX=y 152CONFIG_USB_NET_SMSC95XX=y
153CONFIG_USB_NET_MCS7830=y 153CONFIG_USB_NET_MCS7830=y
154CONFIG_ATH10K=m
155CONFIG_ATH10K_SDIO=m
154CONFIG_BRCMFMAC=m 156CONFIG_BRCMFMAC=m
155CONFIG_MWIFIEX=m 157CONFIG_MWIFIEX=m
156CONFIG_MWIFIEX_SDIO=m 158CONFIG_MWIFIEX_SDIO=m