VIRT revision 314521
1#
2# VIRT -- Custom configuration for the qemu virt platform
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/VIRT 314521 2017-03-01 21:45:03Z ian $
20
21ident		VIRT
22
23include 	"std.armv6"
24include 	"../qemu/std.virt"
25
26options 	SCHED_ULE		# ULE scheduler
27options 	PLATFORM
28options 	PLATFORM_SMP
29options 	SMP			# Enable multiple cores
30options 	MULTIDELAY
31
32# Interrupt controller
33device		gic
34options 	INTRNG
35
36# ARM Generic Timer
37device		generic_timer
38
39device		bpf
40device		loop
41device		ether
42device		uart
43device		pty
44device		snp
45device		pl011
46device		psci
47
48device		virtio
49device		virtio_mmio
50device		virtio_blk
51device		vtnet
52
53device		md
54device		random			# Entropy device
55
56# Flattened Device Tree
57options 	FDT			# Configure using FDT/DTB data
58
59# Extensible Firmware Interface
60options 	EFI
61
62