diff options
author | Martin Schiller <ms@dev.tdt.de> | 2022-11-02 07:41:04 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-11-05 16:28:33 +0100 |
commit | 1e028ac51e4d033cc1a8a06850ca8c6469206761 (patch) | |
tree | a9dce4f26734683d65f47bfdd1b22dcdabd878d7 /target/linux/generic/config-5.10 | |
parent | 1ee635c561ec54db7d856aa1c9a25e31112fbac4 (diff) | |
download | upstream-1e028ac51e4d033cc1a8a06850ca8c6469206761.tar.gz upstream-1e028ac51e4d033cc1a8a06850ca8c6469206761.tar.bz2 upstream-1e028ac51e4d033cc1a8a06850ca8c6469206761.zip |
kernel: further cleanup of xfrm[4|6]_mode*
In my commit da5c45f4d886 ("kernel: remove handling of xfrm[4|6]_mode_*
modules") I missed a few default config options and description entries.
Those should be gone as well.
Fixes: da5c45f4d886 ("kernel: remove handling of xfrm[4|6]_mode_* modules")
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Diffstat (limited to 'target/linux/generic/config-5.10')
-rw-r--r-- | target/linux/generic/config-5.10 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index 4b2837de05..103fe6de15 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -2540,10 +2540,6 @@ CONFIG_INET=y # CONFIG_INET6_ESPINTCP is not set # CONFIG_INET6_IPCOMP is not set # CONFIG_INET6_TUNNEL is not set -# CONFIG_INET6_XFRM_MODE_BEET is not set -# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set -# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set -# CONFIG_INET6_XFRM_MODE_TUNNEL is not set # CONFIG_INET6_XFRM_TUNNEL is not set # CONFIG_INET_AH is not set # CONFIG_INET_DIAG is not set |