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