summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2013-02-02 06:01:57 +0000
committerkientzle <kientzle@FreeBSD.org>2013-02-02 06:01:57 +0000
commit55db66532bc11cfd0396b7b903219d2fdf416b8a (patch)
tree6bb0c66480c3ec35f088a21fab50f5e4a47851e9 /sys/arm/conf
parentaaa40bc84a9e608d8bd5b5319244c55c9afd056b (diff)
downloadFreeBSD-src-55db66532bc11cfd0396b7b903219d2fdf416b8a.zip
FreeBSD-src-55db66532bc11cfd0396b7b903219d2fdf416b8a.tar.gz
Tweaks to standard BEAGLEBONE config, as recently discussed
on FreeBSD-ARM.
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/BEAGLEBONE6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arm/conf/BEAGLEBONE b/sys/arm/conf/BEAGLEBONE
index 1481d92..6336c0c 100644
--- a/sys/arm/conf/BEAGLEBONE
+++ b/sys/arm/conf/BEAGLEBONE
@@ -37,6 +37,7 @@ options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
options PROCFS #Process filesystem (requires PSEUDOFS)
options PSEUDOFS #Pseudo-filesystem framework
+options TMPFS #Efficient memory filesystem
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
options KTRACE #ktrace(1) support
@@ -61,9 +62,9 @@ options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
#options DIAGNOSTIC
# NFS support
-#options NFSCL
+options NFSCL
#options NFSD
-#options NFSLOCKD
+options NFSLOCKD
# Uncomment this for NFS root
#options NFS_ROOT #NFS usable as /, requires NFSCL
@@ -124,4 +125,3 @@ device axe # ASIX Electronics USB Ethernet
options FDT
options FDT_DTB_STATIC
makeoptions FDT_DTS_FILE=beaglebone.dts
-
OpenPOWER on IntegriCloud