diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2014-04-08 04:05:04 +0000 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2014-04-08 04:05:04 +0000 |
commit | 04202d989d7e105705610dc4d3e05ae0c7f76058 (patch) | |
tree | 9fb10a436cc78e5e7d58c6115352931abf12a20e /sys/arm/conf | |
parent | 3a9d485daaaa3a1df389da76bdea1fcc7e8f0bec (diff) | |
download | FreeBSD-src-04202d989d7e105705610dc4d3e05ae0c7f76058.zip FreeBSD-src-04202d989d7e105705610dc4d3e05ae0c7f76058.tar.gz |
Updates to i.MX53:
* Define support for the SDHCI driver, although it doesn't work yet
* Fix the memory mappings for IPU [1]
Reviewed by: ray [1]
Diffstat (limited to 'sys/arm/conf')
-rw-r--r-- | sys/arm/conf/DIGI-CCWMX53 | 7 |
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 |