summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2013-07-01 18:58:59 +0000
committertuexen <tuexen@FreeBSD.org>2013-07-01 18:58:59 +0000
commit9be28143e483f1a1e68d230131476f697afb2ab8 (patch)
treecdec5be17abba4a75fdbb4522ef6313fd08f4656 /sys/arm/conf
parent5092fcd6407b7957943a19df1a41c997dce8a9cf (diff)
downloadFreeBSD-src-9be28143e483f1a1e68d230131476f697afb2ab8.zip
FreeBSD-src-9be28143e483f1a1e68d230131476f697afb2ab8.tar.gz
Enable SCTP, since it is also enabled on GENERIC and it works fine on
the Raspberry Pi. Discussed with: rpaulo
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/RPI-B1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B
index 309c725..96978ae 100644
--- a/sys/arm/conf/RPI-B
+++ b/sys/arm/conf/RPI-B
@@ -39,6 +39,7 @@ options HZ=100
options SCHED_4BSD #4BSD scheduler
options INET #InterNETworking
options INET6 #IPv6 communications protocols
+options SCTP #Stream Control Transmission Protocol
options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support
options UFS_ACL #Support for access control lists
OpenPOWER on IntegriCloud