From cdeaae922ff9c0063fb27bfb707c75417953990f Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Mon, 1 May 2023 11:41:57 +0200 Subject: [PATCH] pygoscelis: Disable CONFIG_XFRM_USER --- pygoscelis-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoscelis-config b/pygoscelis-config index a24c009..b415a02 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -1032,7 +1032,7 @@ CONFIG_UNIX_DIAG=y # CONFIG_TLS is not set CONFIG_XFRM=y CONFIG_XFRM_ALGO=y -CONFIG_XFRM_USER=y +# CONFIG_XFRM_USER is not set # CONFIG_XFRM_INTERFACE is not set # CONFIG_XFRM_SUB_POLICY is not set # CONFIG_XFRM_MIGRATE is not set