From 11e330a300a78a30ece7ce4b7be01b366cb5c461 Mon Sep 17 00:00:00 2001 From: Dongwoo Lee Date: Wed, 2 Jun 2021 11:36:45 +0900 Subject: [PATCH] ARM: tizen_bcm2711_defconfig: Enable WireGuard This enables WireGuard VPN feature. Change-Id: Ia88f99d110c65120f1e55a1bca2e59b9fe35324f Signed-off-by: Dongwoo Lee --- arch/arm/configs/tizen_bcm2711_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/tizen_bcm2711_defconfig b/arch/arm/configs/tizen_bcm2711_defconfig index 6dbadac..2681228 100644 --- a/arch/arm/configs/tizen_bcm2711_defconfig +++ b/arch/arm/configs/tizen_bcm2711_defconfig @@ -222,6 +222,7 @@ CONFIG_DM_CRYPT=y CONFIG_DM_UEVENT=y CONFIG_DM_VERITY=y CONFIG_NETDEVICES=y +CONFIG_WIREGUARD=y CONFIG_TUN=y # CONFIG_NET_VENDOR_AURORA is not set CONFIG_BCMGENET=y -- 2.7.4