1276003Sandrew#
2245450Sganbold# CUBIEBOARD -- Custom configuration for the CUBIEBOARD ARM development
3245450Sganbold# platform, check out http://www.cubieboard.org
4245450Sganbold#
5276003Sandrew# For more information on this file, please read the config(5) manual page,
6276003Sandrew# and/or the handbook section on Kernel Configuration Files:
7245450Sganbold#
8245450Sganbold#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
9245450Sganbold#
10245450Sganbold# The handbook is also available locally in /usr/share/doc/handbook
11245450Sganbold# if you've installed the doc distribution, otherwise always see the
12245450Sganbold# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
13245450Sganbold# latest information.
14245450Sganbold#
15245450Sganbold# An exhaustive list of options and more detailed explanations of the
16245450Sganbold# device lines is also present in the ../../conf/NOTES and NOTES files.
17245450Sganbold# If you are in doubt as to the purpose or necessity of a line, check first
18245450Sganbold# in NOTES.
19245450Sganbold#
20245450Sganbold# $FreeBSD: releng/11.0/sys/arm/conf/CUBIEBOARD 296105 2016-02-26 18:54:26Z andrew $
21245450Sganbold
22296105Sandrew#NO_UNIVERSE
23296105Sandrew
24296105Sandrewinclude 	"A10"
25245450Sganboldident		CUBIEBOARD
26245450Sganbold
27276003Sandrew# Boot device is 2nd slice on MMC/SD card
28276003Sandrewoptions 	ROOTDEVNAME=\"ufs:/dev/da0s2\"
29276003Sandrew
30245450Sganbold# Flattened Device Tree
31296105Sandrewoptions 	FDT
32263301Simpoptions 	FDT_DTB_STATIC
33245450Sganboldmakeoptions	FDT_DTS_FILE=cubieboard.dts
34