diff options
author | Fabio Estevam <festevam@gmail.com> | 2021-06-06 12:32:51 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-06-06 14:48:23 -0300 |
commit | b33ea2c548a6d101f023d115850e44dddac0275e (patch) | |
tree | f762012955a47522946402a7864e37598c58054a | |
parent | 0df4075e78f33ff0b9a9d7553eaf496bf2cbb051 (diff) | |
download | meta-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/defconfig | 2 |
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 | |||
151 | CONFIG_USB_NET_CDC_EEM=m | 151 | CONFIG_USB_NET_CDC_EEM=m |
152 | CONFIG_USB_NET_SMSC95XX=y | 152 | CONFIG_USB_NET_SMSC95XX=y |
153 | CONFIG_USB_NET_MCS7830=y | 153 | CONFIG_USB_NET_MCS7830=y |
154 | CONFIG_ATH10K=m | ||
155 | CONFIG_ATH10K_SDIO=m | ||
154 | CONFIG_BRCMFMAC=m | 156 | CONFIG_BRCMFMAC=m |
155 | CONFIG_MWIFIEX=m | 157 | CONFIG_MWIFIEX=m |
156 | CONFIG_MWIFIEX_SDIO=m | 158 | CONFIG_MWIFIEX_SDIO=m |