summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormullerf <mullerf@google.com>2021-08-06 16:57:46 -0700
committermullerf <mullerf@google.com>2021-08-06 16:57:46 -0700
commitecaf29a9922e37268ca04aed95060e261af8a088 (patch)
treea29eb230017ff892b772ea82bf61056abea08299
parentd87df0716c666b10ceeb78475751468bacd89f17 (diff)
downloadconfig-ecaf29a9922e37268ca04aed95060e261af8a088.tar.gz
Build cfg80211 as a module
This is to allow later on in the userspace to either load cfg80211.ko or not depending on whether we are in charger mode or not. Test: Manual Bug: 193050226 Signed-off-by: mullerf <mullerf@google.com> Change-Id: Id240436c1fcc894e681da8e626986543ca72a792
-rw-r--r--r11_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/r11_defconfig b/r11_defconfig
index d7f6269..a1b6f4b 100644
--- a/r11_defconfig
+++ b/r11_defconfig
@@ -198,7 +198,7 @@ CONFIG_NET_ACT_POLICE=y
CONFIG_NET_ACT_GACT=y
CONFIG_NET_ACT_MIRRED=y
CONFIG_BPF_JIT=y
-CONFIG_CFG80211=y
+CONFIG_CFG80211=m
CONFIG_CFG80211_WEXT=y
CONFIG_RFKILL=y
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"