summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-03-15 16:59:57 +0000
committerimp <imp@FreeBSD.org>2014-03-15 16:59:57 +0000
commitc1236e8a49e79c6a79981e98d762e9e33e1bbfa8 (patch)
treed9d20ccba233059e52e5cd1b32a39cf9a374b356 /sys/arm
parent94dae0aff1dddebb566cf2f69548fd9f50be8c78 (diff)
downloadFreeBSD-src-c1236e8a49e79c6a79981e98d762e9e33e1bbfa8.zip
FreeBSD-src-c1236e8a49e79c6a79981e98d762e9e33e1bbfa8.tar.gz
Fix wandboard to include tmpfs, mbr and bsd labels.
PR: 187606 Submitted by: Takanori Sawada
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/conf/WANDBOARD.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arm/conf/WANDBOARD.common b/sys/arm/conf/WANDBOARD.common
index ab0337d..a9d4f83 100644
--- a/sys/arm/conf/WANDBOARD.common
+++ b/sys/arm/conf/WANDBOARD.common
@@ -35,10 +35,13 @@ options NFSCL # New Network Filesystem Client
#options NFSD # New Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
+options TMPFS # Efficient memory filesystem
options MSDOSFS # MSDOS Filesystem
options CD9660 # ISO 9660 Filesystem
#options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
+options GEOM_PART_BSD # BSD partition scheme
+options GEOM_PART_MBR # MBR partition scheme
options GEOM_PART_GPT # GUID Partition Tables.
options GEOM_LABEL # Provides labelization
options KTRACE # ktrace(1) support
OpenPOWER on IntegriCloud