summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf/WANDBOARD.common
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-05-17 14:03:46 +0000
committerian <ian@FreeBSD.org>2014-05-17 14:03:46 +0000
commitde23cf51fef18fa7f16e697bcc76c27ba58ead85 (patch)
treedd389d5485c9ce3100caa10f2f5593d63231cb7f /sys/arm/conf/WANDBOARD.common
parent3724a25461e21d8b5d709b406746b7f9979f6c6f (diff)
downloadFreeBSD-src-de23cf51fef18fa7f16e697bcc76c27ba58ead85.zip
FreeBSD-src-de23cf51fef18fa7f16e697bcc76c27ba58ead85.tar.gz
MFC 263199, 263207
Fix error mesasge in dtc. Add tmpfs, mbr, and bsdlabel options back to wandboard kernel config.
Diffstat (limited to 'sys/arm/conf/WANDBOARD.common')
-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