summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2015-05-24 18:59:45 +0000
committerian <ian@FreeBSD.org>2015-05-24 18:59:45 +0000
commitd6c6dd582ec07f8d5dde27d8a20ed71556337f2e (patch)
treee1fd50574d37a63e47f9c8661d1a55cc5c4af984 /sys/arm/conf
parent83a17cbb7769e0ba41c229f622376f58e37187f4 (diff)
downloadFreeBSD-src-d6c6dd582ec07f8d5dde27d8a20ed71556337f2e.zip
FreeBSD-src-d6c6dd582ec07f8d5dde27d8a20ed71556337f2e.tar.gz
MFC r268838, r277644:
Add support for Toradex Apalis i.MX6 development board. Add support for imx6 audio transmitting, include drivers for: o Digital Audio Multiplexer (AUDMUX) o Smart Direct Memory Access Controller (SDMA) o Synchronous Serial Interface (SSI)
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/APALIS-IMX631
1 files changed, 31 insertions, 0 deletions
diff --git a/sys/arm/conf/APALIS-IMX6 b/sys/arm/conf/APALIS-IMX6
new file mode 100644
index 0000000..ce8a0d5
--- /dev/null
+++ b/sys/arm/conf/APALIS-IMX6
@@ -0,0 +1,31 @@
+# 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:
+#
+# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
+#
+# The handbook is also available locally in /usr/share/doc/handbook
+# if you've installed the doc distribution, otherwise always see the
+# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
+# 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
+
+include "IMX6"
+ident APALIS-IMX6
+
+makeoptions MODULES_OVERRIDE=""
+makeoptions WITHOUT_MODULES="ahc"
+
+# Flattened Device Tree
+options FDT
+options FDT_DTB_STATIC
+makeoptions FDT_DTS_FILE=apalis-imx6.dts
OpenPOWER on IntegriCloud