diff options
author | Ezequiel Garcia <ezequiel@collabora.com> | 2018-04-16 10:40:01 -0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-04-26 09:05:42 -0400 |
commit | 61bcbdd6f1ae0653d003b04136909f5f8b89cf01 (patch) | |
tree | afe2b0cde012aec01a1012fdb70386d23165331e | |
parent | e545eb20c58ff953082ef2d3358b52f6c57c7483 (diff) |
arm64: defconfig: Enable Marvell WiFi-Ex PCIe driver
Enable the wireless network driver to support the WiFi adapter
present in RK3399 Kevin Chromebooks. Note that this also
enables Bluetooth via USB.
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 83856a047af9..39ac42187f7f 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
@@ -247,6 +247,8 @@ CONFIG_USB_NET_SMSC95XX=m | |||
247 | CONFIG_USB_NET_PLUSB=m | 247 | CONFIG_USB_NET_PLUSB=m |
248 | CONFIG_USB_NET_MCS7830=m | 248 | CONFIG_USB_NET_MCS7830=m |
249 | CONFIG_BRCMFMAC=m | 249 | CONFIG_BRCMFMAC=m |
250 | CONFIG_MWIFIEX=m | ||
251 | CONFIG_MWIFIEX_PCIE=m | ||
250 | CONFIG_WL18XX=m | 252 | CONFIG_WL18XX=m |
251 | CONFIG_WLCORE_SDIO=m | 253 | CONFIG_WLCORE_SDIO=m |
252 | CONFIG_INPUT_EVDEV=y | 254 | CONFIG_INPUT_EVDEV=y |