2014-07-18 08:23:53 +00:00
|
|
|
# Kernel configuration for Toradex Apalis i.MX6
|
|
|
|
#
|
|
|
|
# For more information on this file, please read the config(5) manual page,
|
|
|
|
# and/or the handbook section on Kernel Configuration Files:
|
|
|
|
#
|
2021-05-20 08:26:02 +00:00
|
|
|
# https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
|
2014-07-18 08:23:53 +00:00
|
|
|
#
|
|
|
|
# The handbook is also available locally in /usr/share/doc/handbook
|
|
|
|
# if you've installed the doc distribution, otherwise always see the
|
2017-10-29 08:17:03 +00:00
|
|
|
# FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
|
2014-07-18 08:23:53 +00:00
|
|
|
# latest information.
|
|
|
|
#
|
|
|
|
# An exhaustive list of options and more detailed explanations of the
|
|
|
|
# device lines is also present in the ../../conf/NOTES and NOTES files.
|
|
|
|
# If you are in doubt as to the purpose or necessity of a line, check first
|
|
|
|
# in NOTES.
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
#NO_UNIVERSE
|
|
|
|
|
2015-05-07 12:38:23 +00:00
|
|
|
include "IMX6"
|
2014-07-18 08:23:53 +00:00
|
|
|
ident APALIS-IMX6
|
|
|
|
|
|
|
|
makeoptions MODULES_OVERRIDE=""
|
|
|
|
makeoptions WITHOUT_MODULES="ahc"
|
|
|
|
|
|
|
|
# Flattened Device Tree
|
2014-12-21 11:55:40 +00:00
|
|
|
options FDT
|
|
|
|
options FDT_DTB_STATIC
|
|
|
|
makeoptions FDT_DTS_FILE=apalis-imx6.dts
|