aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/conf/EFIKA_MX
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2018-07-08 21:09:52 +0000
committerIan Lepore <ian@FreeBSD.org>2018-07-08 21:09:52 +0000
commit638a5afda9dfd0ba3b46efa70e87ad8f793d0883 (patch)
tree635d890cb98a3a158af1184107d9a7e4ce31c259 /sys/arm/conf/EFIKA_MX
parent6ea57aa23b1868b756f7fb45221e0d903cb82554 (diff)
downloadsrc-638a5afda9dfd0ba3b46efa70e87ad8f793d0883.tar.gz
src-638a5afda9dfd0ba3b46efa70e87ad8f793d0883.zip
Move device statements out of std.imx* and into kernel config files.
In the armv4/5 world device statements in these files were common, but in the v6/7 world, other socs don't put device statements into those files, so this just brings imx5 and imx6 into line with the current conventions.
Notes
Notes: svn path=/head/; revision=336111
Diffstat (limited to 'sys/arm/conf/EFIKA_MX')
-rw-r--r--sys/arm/conf/EFIKA_MX1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/conf/EFIKA_MX b/sys/arm/conf/EFIKA_MX
index a26d107bfb1c..5a0ff319adb4 100644
--- a/sys/arm/conf/EFIKA_MX
+++ b/sys/arm/conf/EFIKA_MX
@@ -121,6 +121,7 @@ device wlan_amrr # AMRR transmit rate control algorithm
options FDT # Configure using FDT/DTB data
options FDT_DTB_STATIC
makeoptions FDT_DTS_FILE=efikamx.dts
+device fdt_pinctrl # FDT pinmux driver
# NOTE: serial console will be disabled if syscons enabled
# Uncomment following lines for framebuffer/syscons support