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