ALPINE revision 352023
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=""
26
27options 	SCHED_4BSD		# 4BSD scheduler
28options 	SMP			# Enable multiple cores
29
30# Interrupt controller
31device		gic
32options 	INTRNG
33
34# Pseudo devices
35device		loop
36device		random
37device		pty
38device		md
39device		gpio
40
41# ATA controllers
42device		ahci		# AHCI-compatible SATA controllers
43device		ata		# Legacy ATA/SATA controllers
44
45# ATA/SCSI peripherals
46device		scbus		# SCSI bus (required for ATA/SCSI)
47device		ch		# SCSI media changers
48device		da		# Direct Access (disks)
49device		sa		# Sequential Access (tape etc)
50device		cd		# CD
51device		pass		# Passthrough device (direct ATA/SCSI access)
52device		ses		# Enclosure Services (SES and SAF-TE)
53#device		ctl		# CAM Target Layer
54
55# Serial ports
56device		uart
57
58# Ethernet
59device		ether
60device		mii
61device		bpf
62options 	DEVICE_POLLING
63
64# USB ethernet support, requires miibus
65device		miibus
66
67#FDT
68options 	FDT
69options 	FDT_DTB_STATIC
70makeoptions	FDT_DTS_FILE=annapurna-alpine.dts
71