ALPINE revision 302915
1# Kernel configuration for Alpine Board.
2#
3# For more information on this file, please read the config(5) manual page,
4# and/or the handbook section on Kernel Configuration Files:
5#
6#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
16# in NOTES.
17#
18# $FreeBSD$
19
20ident		ALPINE
21
22include 	"std.armv6"
23include 	"../annapurna/alpine/std.alpine"
24
25makeoptions	MODULES_OVERRIDE=""
26makeoptions	WERROR="-Werror"
27
28options 	HZ=100
29options 	SCHED_4BSD		# 4BSD scheduler
30options 	SMP			# Enable multiple cores
31
32# Interrupt controller
33device		gic
34options 	INTRNG
35
36# Pseudo devices
37device		loop
38device		random
39device		pty
40device		md
41device		gpio
42
43# ATA controllers
44device		ahci		# AHCI-compatible SATA controllers
45device		ata		# Legacy ATA/SATA controllers
46
47# ATA/SCSI peripherals
48device		scbus		# SCSI bus (required for ATA/SCSI)
49device		ch		# SCSI media changers
50device		da		# Direct Access (disks)
51device		sa		# Sequential Access (tape etc)
52device		cd		# CD
53device		pass		# Passthrough device (direct ATA/SCSI access)
54device		ses		# Enclosure Services (SES and SAF-TE)
55#device		ctl		# CAM Target Layer
56
57# Serial ports
58device		uart
59
60# Ethernet
61device		ether
62device		mii
63device		bpf
64options 	DEVICE_POLLING
65
66# USB ethernet support, requires miibus
67device		miibus
68
69#FDT
70options 	FDT
71options 	FDT_DTB_STATIC
72makeoptions	FDT_DTS_FILE=annapurna-alpine.dts
73