summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-05-17 22:00:10 +0000
committerian <ian@FreeBSD.org>2014-05-17 22:00:10 +0000
commit38a9e433e411ec97b139f6cf017b789f38b5a943 (patch)
tree08cf64b5354bc22344f57aae332458aabed1eb5f /sys/arm/conf
parent886ceaae2505c137ba2083b9dadb30cd4e6a391f (diff)
downloadFreeBSD-src-38a9e433e411ec97b139f6cf017b789f38b5a943.zip
FreeBSD-src-38a9e433e411ec97b139f6cf017b789f38b5a943.tar.gz
MFC 264251: Updates to i.MX53:
* Define support for the SDHCI driver, although it doesn't work yet * Fix the memory mappings for IPU
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/DIGI-CCWMX537
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/arm/conf/DIGI-CCWMX53 b/sys/arm/conf/DIGI-CCWMX53
index 9cd06ce..9ec65a3 100644
--- a/sys/arm/conf/DIGI-CCWMX53
+++ b/sys/arm/conf/DIGI-CCWMX53
@@ -169,6 +169,12 @@ device wlan_ccmp # 802.11 CCMP support
device wlan_tkip # 802.11 TKIP support
device wlan_amrr # AMRR transmit rate control algorithm
+# MMC
+#device sdhci # SD controller
+#device mmc # SD/MMC protocol
+#device mmcsd # SDCard disk device
+
+
# Flattened Device Tree
options FDT
options FDT_DTB_STATIC
@@ -177,6 +183,7 @@ makeoptions FDT_DTS_FILE=digi-ccwmx53.dts
# NOTE: serial console will be disabled if syscons enabled
# Uncomment following lines for framebuffer/syscons support
#device sc
+#device vt
#device kbdmux
#options SC_DFLT_FONT # compile font in
#makeoptions SC_DFLT_FONT=cp437
OpenPOWER on IntegriCloud