IMX6 revision 302915
1#
2# Kernel configuration for Freescale i.MX6 systems.
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on Kernel Configuration Files:
6#
7#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD: stable/11/sys/arm/conf/IMX6 302915 2016-07-15 21:30:19Z ian $
20
21ident		IMX6
22include 	"std.armv6"
23include 	"../freescale/imx/std.imx6"
24
25options 	INTRNG
26
27options 	SOC_IMX6
28
29options 	HZ=500			# Scheduling quantum is 2 milliseconds.
30options 	SCHED_ULE		# ULE scheduler
31#options 	NFSD			# Network Filesystem Server
32options 	INCLUDE_CONFIG_FILE	# Include this file in kernel
33options 	PLATFORM
34options 	SMP			# Enable multiple cores
35
36# NFS root from boopt/dhcp
37#options 	BOOTP
38#options 	BOOTP_NFSROOT
39#options 	BOOTP_COMPAT
40#options 	BOOTP_NFSV3
41#options 	BOOTP_WIRED_TO=ffec0
42
43# U-Boot stuff lives on slice 1, FreeBSD on slice 2.
44options 	ROOTDEVNAME=\"ufs:mmcsd0s2a\"
45
46# Interrupt controller
47device		gic
48# Cache controller
49device		pl310			# PL310 L2 cache controller
50# ARM MPCore timer
51device		mpcore_timer
52
53# Pseudo devices.
54device		loop			# Network loopback
55device		random			# Entropy device
56device		vlan			# 802.1Q VLAN support
57device		tun			# Packet tunnel.
58device		md			# Memory "disks"
59#device		gif			# IPv6 and IPv4 tunneling
60#device		firmware		# firmware assist module
61device		ether			# Ethernet support
62device		miibus			# Required for ethernet
63device	 	bpf			# Berkeley packet filter (required for DHCP)
64
65# General-purpose input/output
66device		gpio
67
68# Serial (COM) ports
69device		uart			# Multi-uart driver
70
71# SDCard
72device		sdhci			# SD controller
73device		mmc			# SD/MMC protocol
74device		mmcsd			# SDCard disk device
75
76# SCSI peripherals
77device		scbus			# SCSI bus (required for ATA/SCSI)
78device		da			# Direct Access (disks)
79device		cd			# CD
80device		pass			# Passthrough device (direct ATA/SCSI access)
81
82# USB support
83device		ehci			# OHCI USB interface
84device		usb			# USB Bus (required)
85device		umass			# Disks/Mass storage - Requires scbus and da
86device		uhid			# "Human Interface Devices"
87device		u3g			# USB modems
88#device		ukbd			# Allow keyboard like HIDs to control console
89#device		ums			# USB mouse
90
91# USB Ethernet, requires miibus
92#device		aue			# ADMtek USB Ethernet
93#device		axe			# ASIX Electronics USB Ethernet
94#device		cdce			# Generic USB over Ethernet
95#device		cue			# CATC USB Ethernet
96#device		kue			# Kawasaki LSI USB Ethernet
97#device		rue			# RealTek RTL8150 USB Ethernet
98#device		udav			# Davicom DM9601E USB
99
100# USB Wireless
101#device		rum			# Ralink Technology RT2501USB wireless NICs
102
103# Wireless NIC cards
104#device		wlan			# 802.11 support
105#device		wlan_wep		# 802.11 WEP support
106#device		wlan_ccmp		# 802.11 CCMP support
107#device		wlan_tkip		# 802.11 TKIP support
108#device		wlan_amrr		# AMRR transmit rate control algorithm
109
110device		vt
111device		kbdmux
112device		ukbd
113device		videomode
114device		hdmi
115
116# Flattened Device Tree
117options 	FDT			# Configure using FDT/DTB data
118makeoptions	MODULES_EXTRA=dtb/imx6
119
120# SoC-specific devices
121device		ffec			# Freescale Fast Ethernet Controller
122device		fsliic			# Freescale i2c/iic
123device		iic			# iic protocol
124device		iicbus			# iic bus
125device		imxwdt			# Watchdog. WARNING: can't be disabled!!!
126
127