diff options
author | Allan Jude <allanjude@FreeBSD.org> | 2021-01-28 20:48:37 +0000 |
---|---|---|
committer | Allan Jude <allanjude@FreeBSD.org> | 2021-01-28 20:48:37 +0000 |
commit | f9322ff6efa508df8368e31e3c4880cff11b0e23 (patch) | |
tree | 4489c2cb72083eb4e96c8d121bff3b44adab88cf | |
parent | 4f9548640dd1c7e9602f0d01647b112e51792224 (diff) | |
download | src-f9322ff6efa508df8368e31e3c4880cff11b0e23.tar.gz src-f9322ff6efa508df8368e31e3c4880cff11b0e23.zip |
Enable KERN_TLS by default in ARM64 GENERIC
Sponsored-by: Ampere Computing
Submitted-by: Klara, Inc.
-rw-r--r-- | sys/arm64/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC index d1ad101975de..59f89555dd88 100644 --- a/sys/arm64/conf/GENERIC +++ b/sys/arm64/conf/GENERIC @@ -36,6 +36,7 @@ options TCP_OFFLOAD # TCP offload options TCP_HHOOK # hhook(9) framework for TCP options TCP_RFC7413 # TCP Fast Open options SCTP_SUPPORT # Allow kldload of SCTP +options KERN_TLS # TLS transmit & receive offload options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists |