aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2018-08-18 20:32:08 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2018-08-18 20:32:08 +0000
commit8cd385fda080afbd0dd6f20941ae4a1c752c2e5b (patch)
treec6593148d6dac3615125e8beb9840ce13c83da3c /sys/arm64
parent0b600ec4ae09fa3bcbbc824091a1a4926c443e35 (diff)
downloadsrc-8cd385fda080afbd0dd6f20941ae4a1c752c2e5b.tar.gz
src-8cd385fda080afbd0dd6f20941ae4a1c752c2e5b.zip
Make 'device crypto' lines more consistent.
- In configurations with a pseudo devices section, move 'device crypto' into that section. - Use a consistent comment. Note that other things common in kernel configs such as GELI also require 'device crypto', not just IPSEC. Reviewed by: rgrimes, cem, imp Differential Revision: https://reviews.freebsd.org/D16775
Notes
Notes: svn path=/head/; revision=338023
Diffstat (limited to 'sys/arm64')
-rw-r--r--sys/arm64/conf/GENERIC4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC
index bc581492a113..3e2618ed4a7e 100644
--- a/sys/arm64/conf/GENERIC
+++ b/sys/arm64/conf/GENERIC
@@ -237,6 +237,7 @@ device kbdmux
device vt_efifb
# Pseudo devices.
+device crypto # core crypto support
device loop # Network loopback
device random # Entropy device
device ether # Ethernet support
@@ -266,6 +267,3 @@ options THUNDERX_PASS_1_1_ERRATA
options FDT
device acpi
-
-# The crypto framework is required by IPSEC
-device crypto # Required by IPSEC