VYBRID revision 314521
1#
2# Kernel configuration for Vybrid Family boards.
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/VYBRID 314521 2017-03-01 21:45:03Z ian $
20
21ident		VYBRID
22include 	"std.armv6"
23include 	"../freescale/vybrid/std.vybrid"
24
25makeoptions	WERROR="-Werror"
26
27options 	SCHED_4BSD		# 4BSD scheduler
28#options 	NANDFS			# NAND Filesystem
29#options 	SMP			# Enable multiple cores
30
31# NFS root from boopt/dhcp
32#options 	BOOTP
33#options 	BOOTP_NFSROOT
34#options 	BOOTP_COMPAT
35#options 	BOOTP_NFSV3
36#options 	BOOTP_WIRED_TO=ffec0
37
38#options 	ROOTDEVNAME=\"nfs:10.5.0.1:/tftpboot/cosmic\"
39#options 	ROOTDEVNAME=\"nandfs:/dev/gnand0s.root\"
40options 	ROOTDEVNAME=\"ufs:/dev/da0\"
41
42options 	MUTEX_NOINLINE
43options 	RWLOCK_NOINLINE
44options 	NO_FFS_SNAPSHOT
45options 	NO_SWAPPING
46
47# Interrupt controller
48device		gic
49options 	INTRNG
50
51# ARM MPCore timer
52device		mpcore_timer
53
54# MMC/SD/SDIO Card slot support
55device		mmc			# mmc/sd bus
56device		mmcsd			# mmc/sd flash cards
57device		sdhci			# generic sdhci
58
59# Pseudo devices
60
61device		loop
62device		random
63device		pty
64device		md
65device		gpio
66
67# USB support
68options 	USB_HOST_ALIGN=32	# Align usb buffers to cache line size.
69device		usb
70#device		musb
71device		ehci
72#device		ohci
73
74device		umass
75device		scbus			# SCSI bus (required for ATA/SCSI)
76device		da			# Direct Access (disks)
77device		pass
78
79# SATA
80#device		ata
81#device		atadisk
82#device		mvs
83
84device		nand
85
86# Serial ports
87device		uart
88
89# I2C (TWSI)
90device		iic
91device		iicbus
92
93# Ethernet
94device		ether
95device		ffec
96
97# USB ethernet support, requires miibus
98device		miibus
99device		axe			# ASIX Electronics USB Ethernet
100device		bpf			# Berkeley packet filter
101
102device		sound
103
104# SPI
105device		spibus
106device		vf_spi
107
108# Framebuffer
109device		vt
110device		kbdmux
111device		ukbd
112
113# Flattened Device Tree
114options 	FDT			# Configure using FDT/DTB data
115