1#
2# A10 -- Custom configuration for the AllWinner A10 SoC
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/A10 302915 2016-07-15 21:30:19Z ian $
20
21ident		A10
22
23include 	"std.armv6"
24include 	"../allwinner/std.a10"
25
26options 	INTRNG
27
28options 	SOC_ALLWINNER_A10
29
30options 	HZ=100
31options 	SCHED_4BSD		# 4BSD scheduler
32options 	PLATFORM
33options 	MULTIDELAY
34
35# NFS root from boopt/dhcp
36#options 	BOOTP
37#options 	BOOTP_NFSROOT
38#options 	BOOTP_COMPAT
39#options 	BOOTP_NFSV3
40#options 	BOOTP_WIRED_TO=emac0
41
42# EXT_RESOURCES pseudo devices
43options		EXT_RESOURCES
44device		clk
45device		phy
46device		hwreset
47device		regulator
48
49# MMC/SD/SDIO Card slot support
50device		mmc			# mmc/sd bus
51device		mmcsd			# mmc/sd flash cards
52
53# ATA controllers
54device		ahci			# AHCI-compatible SATA controllers
55#device		ata			# Legacy ATA/SATA controllers
56
57# Console and misc
58device		uart
59device		uart_snps
60device		pty
61device		snp
62device		md
63device		random			# Entropy device
64
65# I2C support
66device		iicbus
67device		iic
68device		twsi
69device		axp209			# AXP209 Power Management Unit
70
71# GPIO
72device		gpio
73device		gpioled
74
75device		scbus			# SCSI bus (required for ATA/SCSI)
76device		da			# Direct Access (disks)
77device		pass			# Passthrough device (direct ATA/SCSI access)
78
79# USB support
80options 	USB_HOST_ALIGN=64	# Align usb buffers to cache line size.
81device		usb
82#device		uhci
83device		ohci
84device		ehci
85
86device		umass
87
88# Ethernet
89device		loop
90device		ether
91device		mii
92device		bpf
93
94device		emac
95
96# USB ethernet support, requires miibus
97device		miibus
98
99# Pinmux
100device		fdt_pinctrl
101
102# Flattened Device Tree
103options 	FDT			# Configure using FDT/DTB data
104makeoptions	MODULES_EXTRA=dtb/allwinner
105