COLIBRI-VF50 revision 261411
1261411Sbr# Kernel configuration for Toradex Colibri VF50 Evaluation Board.
2261411Sbr#
3261411Sbr# For more information on this file, please read the config(5) manual page,
4261411Sbr# and/or the handbook section on Kernel Configuration Files:
5261411Sbr#
6261411Sbr#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7261411Sbr#
8261411Sbr# The handbook is also available locally in /usr/share/doc/handbook
9261411Sbr# if you've installed the doc distribution, otherwise always see the
10261411Sbr# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11261411Sbr# latest information.
12261411Sbr#
13261411Sbr# An exhaustive list of options and more detailed explanations of the
14261411Sbr# device lines is also present in the ../../conf/NOTES and NOTES files.
15261411Sbr# If you are in doubt as to the purpose or necessity of a line, check first
16261411Sbr# in NOTES.
17261411Sbr#
18261411Sbr# $FreeBSD: head/sys/arm/conf/COLIBRI-VF50 261411 2014-02-02 19:35:10Z br $
19261411Sbr
20261411Sbrinclude		"VYBRID.common"
21261411Sbrident		COLIBRI-VF50
22261411Sbr
23261411Sbr#FDT
24261411Sbroptions		FDT
25261411Sbroptions		FDT_DTB_STATIC
26261411Sbrmakeoptions	FDT_DTS_FILE=vybrid-colibri-vf50.dts
27