summaryrefslogtreecommitdiffstats
path: root/fragments/base
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-02-16 11:20:07 +0100
committerWynn Wolf Arbor2020-02-29 18:51:12 +0100
commit4a134ce8860ca115cb5b1076e948b2db803f6c96 (patch)
tree6ff8aa62d02908c58fc996e73ce04813719c294d /fragments/base
parentf997966f023c65750b763a87bcc73ced332caef6 (diff)
downloadkernfrag-4a134ce8860ca115cb5b1076e948b2db803f6c96.tar.gz
Remove deprecated kernel options
Diffstat (limited to 'fragments/base')
-rw-r--r--fragments/base/common1
-rw-r--r--fragments/base/crypto1
-rw-r--r--fragments/base/net9
3 files changed, 0 insertions, 11 deletions
diff --git a/fragments/base/common b/fragments/base/common
index 1a26566..2ce6b57 100644
--- a/fragments/base/common
+++ b/fragments/base/common
@@ -50,5 +50,4 @@ CONFIG_RTC_CLASS=y
# https://lwn.net/Articles/681763/
CONFIG_BLK_WBT=y
-CONFIG_BLK_WBT_SQ=y
CONFIG_BLK_WBT_MQ=y
diff --git a/fragments/base/crypto b/fragments/base/crypto
index 0f63cdd..26919a8 100644
--- a/fragments/base/crypto
+++ b/fragments/base/crypto
@@ -1,4 +1,3 @@
CONFIG_DM_CRYPT=y
-CONFIG_CRYPTO_AES_X86_64=y
CONFIG_CRYPTO_USER_API_HASH=y
CONFIG_CRYPTO_USER_API_SKCIPHER=y
diff --git a/fragments/base/net b/fragments/base/net
index 6aa8129..2387a46 100644
--- a/fragments/base/net
+++ b/fragments/base/net
@@ -29,14 +29,5 @@ CONFIG_SYN_COOKIES=y
CONFIG_INET_UDP_DIAG=y
CONFIG_INET_RAW_DIAG=y
-# The following options enable support for IPsec and are enabled by default.
-# We think wireguard is the superior solution, and hence disable them.
-# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
-# CONFIG_INET_XFRM_MODE_TUNNEL is not set
-# CONFIG_INET_XFRM_MODE_BEET is not set
-# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
-# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
-# CONFIG_INET6_XFRM_MODE_BEET is not set
-
# We do not need IPv6-in-IPv4
# CONFIG_IPV6_SIT is not set