RK3188 revision 303975
1#
2# Kernel configuration for Rockchip RK3188 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: releng/11.0/sys/arm/conf/RK3188 302915 2016-07-15 21:30:19Z ian $
20
21ident		RK3188
22
23include 	"std.armv6"
24include 	"../rockchip/std.rk30xx"
25
26options 	HZ=100
27options 	SCHED_ULE		# ULE scheduler
28options 	SMP			# Enable multiple cores
29
30# Root mount from MMC/SD card
31options 	ROOTDEVNAME=\"ufs:/dev/mmcsd0\"
32
33# Interrupt controller
34device		gic
35options 	INTRNG
36
37# ARM MPCore timer
38device		mpcore_timer
39
40# MMC/SD/SDIO Card slot support
41device		mmc			# mmc/sd bus
42device		mmcsd			# mmc/sd flash cards
43device		dwmmc
44
45# Console and misc
46device		uart
47device		uart_snps
48device		pty
49device		snp
50device		md
51device		random			# Entropy device
52
53# I2C support
54#device		iicbus
55#device		iic
56
57# GPIO
58device		gpio
59
60device		scbus			# SCSI bus (required for ATA/SCSI)
61device		da			# Direct Access (disks)
62device		pass
63
64# USB support
65options 	USB_HOST_ALIGN=32	# Align usb buffers to cache line size.
66device		usb
67device		dwcotg			# DWC OTG controller
68
69device		umass
70
71# Ethernet
72device		loop
73device		ether
74device		mii
75device		bpf
76
77# Wireless NIC cards
78options 	IEEE80211_DEBUG
79options 	IEEE80211_AMPDU_AGE
80options 	IEEE80211_SUPPORT_MESH
81options 	IEEE80211_SUPPORT_TDMA
82device		wlan			# 802.11 support
83device		wlan_wep		# 802.11 WEP support
84device		wlan_ccmp		# 802.11 CCMP support
85device		wlan_tkip		# 802.11 TKIP support
86device		firmware		# Used by the above
87
88# USB Ethernet support, requires miibus
89device		miibus
90device		udav
91
92# Flattened Device Tree
93options 	FDT			# Configure using FDT/DTB data
94