1#
2# CUBIEBOARD -- Custom configuration for the CUBIEBOARD ARM development
3# platform, check out http://www.cubieboard.org
4#
5# For more information on this file, please read the config(5) manual page,
6# and/or the handbook section on Kernel Configuration Files:
7#
8#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
9#
10# The handbook is also available locally in /usr/share/doc/handbook
11# if you've installed the doc distribution, otherwise always see the
12# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
13# latest information.
14#
15# An exhaustive list of options and more detailed explanations of the
16# device lines is also present in the ../../conf/NOTES and NOTES files.
17# If you are in doubt as to the purpose or necessity of a line, check first
18# in NOTES.
19#
20# $FreeBSD: releng/11.0/sys/arm/conf/CUBIEBOARD 296105 2016-02-26 18:54:26Z andrew $
21
22#NO_UNIVERSE
23
24include 	"A10"
25ident		CUBIEBOARD
26
27# Boot device is 2nd slice on MMC/SD card
28options 	ROOTDEVNAME=\"ufs:/dev/da0s2\"
29
30# Flattened Device Tree
31options 	FDT
32options 	FDT_DTB_STATIC
33makeoptions	FDT_DTS_FILE=cubieboard.dts
34