summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authorgnn <gnn@FreeBSD.org>2015-07-04 17:37:00 +0000
committergnn <gnn@FreeBSD.org>2015-07-04 17:37:00 +0000
commit26ad2548c054cc37c6ddc74541aa34fafd0c532b (patch)
tree5e0a71ab2396510aa2826e7cd797ea6db3b8d3e0 /sys/sparc64
parent886fc0a8be9eac646cdc281c33489eaacf560358 (diff)
downloadFreeBSD-src-26ad2548c054cc37c6ddc74541aa34fafd0c532b.zip
FreeBSD-src-26ad2548c054cc37c6ddc74541aa34fafd0c532b.tar.gz
Enable IPSEC in all GENERIC kernels.
Universe and kernel build tests passed 4 July 2015 PR: 128030 Sponsored by: Rubicon Communications (Netgate)
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/conf/GENERIC4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index f602eeb..691153a 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -30,6 +30,7 @@ options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
+options IPSEC # IP (v4/v6) security
options SCTP # Stream Control Transmission Protocol
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
@@ -249,3 +250,6 @@ device sound # Generic sound driver (required)
device snd_audiocs # Crystal Semiconductor CS4231
device snd_es137x # Ensoniq AudioPCI ES137x
device snd_t4dwave # Acer Labs M5451
+
+# The cypto framework is required by IPSEC
+device crypto # Required by IPSEC
OpenPOWER on IntegriCloud