DIGI-CCWMX53 revision 266274
1295367Sdes# Kernel configuration for Digi ConnectCore Wi-i.MX53 boards
292559Sdes#
357429Smarkm# For more information on this file, please read the config(5) manual page,
492559Sdes# and/or the handbook section on Kernel Configuration Files:
557429Smarkm#
657429Smarkm#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
757429Smarkm#
857429Smarkm# The handbook is also available locally in /usr/share/doc/handbook
957429Smarkm# if you've installed the doc distribution, otherwise always see the
1057429Smarkm# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
1157429Smarkm# latest information.
1257429Smarkm#
1357429Smarkm# An exhaustive list of options and more detailed explanations of the
1457429Smarkm# device lines is also present in the ../../conf/NOTES and NOTES files.
1557429Smarkm# If you are in doubt as to the purpose or necessity of a line, check first
1657429Smarkm# in NOTES.
1757429Smarkm#
1857429Smarkm# $FreeBSD: stable/10/sys/arm/conf/DIGI-CCWMX53 266274 2014-05-16 23:27:18Z ian $
1957429Smarkm
2057429Smarkmident		DIGI-CCWMX53
2157429Smarkm
2257429Smarkminclude 	"../freescale/imx/std.imx53"
2357429Smarkm
2457429Smarkmmakeoptions 	WITHOUT_MODULES="ahc"
2557429Smarkm
2657429Smarkmmakeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
2757429Smarkm#options 	DEBUG
2857429Smarkm
2960573Skrisoptions 	SCHED_4BSD		# 4BSD scheduler
30137019Sdes#options 	PREEMPTION		# Enable kernel thread preemption
3160573Skrisoptions 	INET			# InterNETworking
3260573Skrisoptions 	INET6			# IPv6 communications protocols
3360573Skris#options 	SCTP			# Stream Control Transmission Protocol
3460573Skrisoptions 	FFS			# Berkeley Fast Filesystem
3592559Sdesoptions 	SOFTUPDATES		# Enable FFS soft updates support
3692559Sdesoptions 	UFS_ACL			# Support for access control lists
3792559Sdesoptions 	UFS_DIRHASH		# Improve performance on big directories
3892559Sdesoptions 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
3992559Sdes#options 	MD_ROOT			# MD is a potential root device
4092559Sdesoptions 	NFSCL			# New Network Filesystem Client
4192559Sdes#options 	NFSD			# New Network Filesystem Server
4292559Sdesoptions 	NFSLOCKD		# Network Lock Manager
4392559Sdesoptions 	NFS_ROOT		# NFS usable as /, requires NFSCL
4492559Sdesoptions 	MSDOSFS			# MSDOS Filesystem
4592559Sdesoptions 	CD9660			# ISO 9660 Filesystem
4692559Sdes#options 	PROCFS			# Process filesystem (requires PSEUDOFS)
4792559Sdesoptions 	PSEUDOFS		# Pseudo-filesystem framework
4892559Sdesoptions 	GEOM_PART_GPT		# GUID Partition Tables.
4992559Sdesoptions 	GEOM_LABEL		# Provides labelization
5092559Sdes#options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
5192559Sdes#options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
5292559Sdes#options 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
5392559Sdesoptions 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
5492559Sdesoptions 	KTRACE			# ktrace(1) support
5598684Sdesoptions 	SYSVSHM			# SYSV-style shared memory
56124211Sdesoptions 	SYSVMSG			# SYSV-style message queues
57124211Sdesoptions 	SYSVSEM			# SYSV-style semaphores
58147005Sdesoptions 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
59181111Sdesoptions 	INCLUDE_CONFIG_FILE	# Include this file in kernel
60192595Sdesoptions 	VFP			# vfp/neon
61240075Sdes
62264692Sdes# required for netbooting
63295367Sdes#options 	BOOTP
64295367Sdes#options 	BOOTP_COMPAT
6560573Skris#options 	BOOTP_NFSROOT
6692559Sdes#options 	BOOTP_NFSV3
6792559Sdes#options 	BOOTP_WIRED_TO=ffec0
68295367Sdes
6992559Sdes#options 	ROOTDEVNAME=\"ufs:ada0s2a\"
7092559Sdes
71262566Sdes
72264692Sdes# kernel/memory size reduction
7392559Sdes#options 	MUTEX_NOINLINE
7457429Smarkm#options 	NO_FFS_SNAPSHOT
7560573Skris#options 	NO_SWAPPING
7660573Skris#options 	NO_SYSCTL_DESCR
7757429Smarkm#options 	RWLOCK_NOINLINE
78
79# Debugging support.  Always need this:
80options 	KDB			# Enable kernel debugger support.
81# For minimum debugger support (stable branch) use:
82#options 	KDB_TRACE		# Print a stack trace for a panic.
83# For full debugger support use this instead:
84options 	DDB			# Support DDB.
85#options 	GDB			# Support remote GDB.
86options 	DEADLKRES		# Enable the deadlock resolver
87options 	INVARIANTS		# Enable calls of extra sanity checking
88options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
89options 	WITNESS			# Enable checks to detect deadlocks and cycles
90
91# The `bpf' device enables the Berkeley Packet Filter.
92# Be aware of the administrative consequences of enabling this!
93# Note that 'bpf' is required for DHCP.
94device		bpf		# Berkeley packet filter
95
96# Pseudo devices.
97device		loop		# Network loopback
98device		random		# Entropy device
99device		ether		# Ethernet support
100#device		vlan		# 802.1Q VLAN support
101#device		tun		# Packet tunnel.
102#device		md		# Memory "disks"
103#device		gif		# IPv6 and IPv4 tunneling
104#device		faith		# IPv6-to-IPv4 relaying (translation)
105#device		firmware	# firmware assist module
106
107# Ethernet
108device		ffec		# Freescale Fast Ethernet Controller
109device		miibus		# Standard mii bus
110
111# Serial (COM) ports
112device		uart		# Multi-uart driver
113options 	ALT_BREAK_TO_DEBUGGER
114
115device		ata
116device		atapci		# Only for helper functions
117device		imxata
118options 	ATA_STATIC_ID	# Static device numbering
119
120device		iomux		# IO Multiplexor
121
122device		gpio
123device		gpioled
124
125device		fsliic
126device		iic
127device		iicbus
128
129# SCSI peripherals
130device		scbus		# SCSI bus (required for SCSI)
131device		da		# Direct Access (disks)
132device		cd		# CD
133device		pass		# Passthrough device (direct SCSI access)
134
135# USB support
136options 	USB_HOST_ALIGN=64	# Align usb buffers to cache line size.
137options 	USB_DEBUG	# enable debug msgs
138device		ehci		# OHCI USB interface
139device		usb		# USB Bus (required)
140device		umass		# Disks/Mass storage - Requires scbus and da
141device		uhid		# "Human Interface Devices"
142#device		ukbd		# Allow keyboard like HIDs to control console
143device		ums
144
145# USB Ethernet, requires miibus
146#device		miibus
147#device		aue		# ADMtek USB Ethernet
148#device		axe		# ASIX Electronics USB Ethernet
149#device		cdce		# Generic USB over Ethernet
150#device		cue		# CATC USB Ethernet
151#device		kue		# Kawasaki LSI USB Ethernet
152#device		rue		# RealTek RTL8150 USB Ethernet
153#device		udav		# Davicom DM9601E USB
154
155# USB Wireless
156#device		rum		# Ralink Technology RT2501USB wireless NICs
157
158# Watchdog timer.
159# WARNING: can't be disabled!!!
160device		imxwdt		# Watchdog
161
162# Wireless NIC cards
163device		wlan		# 802.11 support
164device		wlan_wep	# 802.11 WEP support
165device		wlan_ccmp	# 802.11 CCMP support
166device		wlan_tkip	# 802.11 TKIP support
167device		wlan_amrr	# AMRR transmit rate control algorithm
168
169# Flattened Device Tree
170options         FDT
171options         FDT_DTB_STATIC
172makeoptions     FDT_DTS_FILE=digi-ccwmx53.dts
173
174# NOTE: serial console will be disabled if syscons enabled
175# Uncomment following lines for framebuffer/syscons support
176#device		sc
177#device		kbdmux
178#options         SC_DFLT_FONT    # compile font in
179#makeoptions     SC_DFLT_FONT=cp437
180