Deleted Added
full compact
DIGI-CCWMX53 (266331) DIGI-CCWMX53 (266365)
1# Kernel configuration for Digi ConnectCore Wi-i.MX53 boards
2#
3# For more information on this file, please read the config(5) manual page,
4# and/or the handbook section on Kernel Configuration Files:
5#
6# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
16# in NOTES.
17#
1# Kernel configuration for Digi ConnectCore Wi-i.MX53 boards
2#
3# For more information on this file, please read the config(5) manual page,
4# and/or the handbook section on Kernel Configuration Files:
5#
6# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
16# in NOTES.
17#
18# $FreeBSD: stable/10/sys/arm/conf/DIGI-CCWMX53 266331 2014-05-17 17:34:37Z ian $
18# $FreeBSD: stable/10/sys/arm/conf/DIGI-CCWMX53 266365 2014-05-17 22:00:10Z ian $
19
20ident DIGI-CCWMX53
21
22include "../freescale/imx/std.imx53"
23
24makeoptions WITHOUT_MODULES="ahc"
25
26makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols

--- 137 unchanged lines hidden (view full) ---

164
165# Wireless NIC cards
166device wlan # 802.11 support
167device wlan_wep # 802.11 WEP support
168device wlan_ccmp # 802.11 CCMP support
169device wlan_tkip # 802.11 TKIP support
170device wlan_amrr # AMRR transmit rate control algorithm
171
19
20ident DIGI-CCWMX53
21
22include "../freescale/imx/std.imx53"
23
24makeoptions WITHOUT_MODULES="ahc"
25
26makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols

--- 137 unchanged lines hidden (view full) ---

164
165# Wireless NIC cards
166device wlan # 802.11 support
167device wlan_wep # 802.11 WEP support
168device wlan_ccmp # 802.11 CCMP support
169device wlan_tkip # 802.11 TKIP support
170device wlan_amrr # AMRR transmit rate control algorithm
171
172# MMC
173#device sdhci # SD controller
174#device mmc # SD/MMC protocol
175#device mmcsd # SDCard disk device
176
177
172# Flattened Device Tree
173options FDT
174options FDT_DTB_STATIC
175makeoptions FDT_DTS_FILE=digi-ccwmx53.dts
176
177# NOTE: serial console will be disabled if syscons enabled
178# Uncomment following lines for framebuffer/syscons support
179#device sc
178# Flattened Device Tree
179options FDT
180options FDT_DTB_STATIC
181makeoptions FDT_DTS_FILE=digi-ccwmx53.dts
182
183# NOTE: serial console will be disabled if syscons enabled
184# Uncomment following lines for framebuffer/syscons support
185#device sc
186#device vt
180#device kbdmux
181#options SC_DFLT_FONT # compile font in
182#makeoptions SC_DFLT_FONT=cp437
187#device kbdmux
188#options SC_DFLT_FONT # compile font in
189#makeoptions SC_DFLT_FONT=cp437