From 2fcffe3f279aedf27c6eb8a8f34ba20e83dae2c3 Mon Sep 17 00:00:00 2001 From: John Stultz Date: Tue, 22 Jun 2021 22:00:39 +0000 Subject: [PATCH] ANDROID: ABI: hikey960_gki.fragment: Add cfg80211 and mac80211 as modules In change Iab3971cd0d78d669536b8eb0505c60caa3aafeee the cfg80211 and mac80211 drivers were switched to modules, so we need to add them as such to the hikey960_gki.fragment. With this change, hikey960 boots and wifi comes up. Bug: 189918667 Fixes: Iab3971cd0d78d669536b8eb0505c60caa3aafeee Signed-off-by: John Stultz Change-Id: I8cd3dd3dc76852e270b7b4ba518323af92ff6dda --- arch/arm64/configs/hikey960_gki.fragment | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/configs/hikey960_gki.fragment b/arch/arm64/configs/hikey960_gki.fragment index ba7e473b55ae..fcc01e20dc7f 100644 --- a/arch/arm64/configs/hikey960_gki.fragment +++ b/arch/arm64/configs/hikey960_gki.fragment @@ -50,3 +50,8 @@ CONFIG_PHY_HI3660_USB=m CONFIG_PINCTRL_SINGLE=m CONFIG_DMABUF_HEAPS_CMA=m CONFIG_DMABUF_HEAPS_SYSTEM=m +CONFIG_CFG80211=m +CONFIG_NL80211_TESTMODE=y +# CONFIG_CFG80211_DEFAULT_PS is not set +# CONFIG_CFG80211_CRDA_SUPPORT is not set +CONFIG_MAC80211=m