commit | 2fcffe3f279aedf27c6eb8a8f34ba20e83dae2c3 | [log] [tgz] |
---|---|---|
author | John Stultz <john.stultz@linaro.org> | Tue Jun 22 22:00:39 2021 +0000 |
committer | Todd Kjos <tkjos@google.com> | Thu Jul 01 10:47:23 2021 -0700 |
tree | d5fa261180f7183f1163b3fd9ddc3ddcc483704c | |
parent | fd7a54895d7d95b62adcdfe6f4a4f36b0452b77b [diff] [blame] |
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 <john.stultz@linaro.org> Change-Id: I8cd3dd3dc76852e270b7b4ba518323af92ff6dda
diff --git a/arch/arm64/configs/hikey960_gki.fragment b/arch/arm64/configs/hikey960_gki.fragment index ba7e473..fcc01e2 100644 --- a/arch/arm64/configs/hikey960_gki.fragment +++ b/arch/arm64/configs/hikey960_gki.fragment
@@ -50,3 +50,8 @@ 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