summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormullerf <mullerf@google.com>2020-09-30 14:41:38 -0700
committermullerf <mullerf@google.com>2020-09-30 14:41:38 -0700
commit9f4b8e75738eb9b589292620ba1bfed774bcdd71 (patch)
treeef570b638198e9493ee055ca99634c82f8885af4
parentcb515e050ca3f07bd1fce24805551bc722db4667 (diff)
downloadconfig-9f4b8e75738eb9b589292620ba1bfed774bcdd71.tar.gz
Fixing missing module to enable Clockwork proxy
This flag was missing and is needed to enable the Clockwork Proxy as mentioned in Wear OS by Google Implementation Guide (go/wear4partners). Bug: 169771366 Signed-off-by: mullerf <mullerf@google.com> Change-Id: Ib79c80f4053efef486daaece9f622cd8988b6d8d
-rw-r--r--r11_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/r11_defconfig b/r11_defconfig
index c51edd6..f0594ca 100644
--- a/r11_defconfig
+++ b/r11_defconfig
@@ -215,6 +215,7 @@ CONFIG_BLK_DEV_DM=y
CONFIG_DM_CRYPT=y
CONFIG_DM_VERITY=y
CONFIG_NETDEVICES=y
+CONFIG_IFB=y
CONFIG_TUN=y
CONFIG_PPP=y
CONFIG_PPP_BSDCOMP=y