VYBRID revision 265155
1261409Sbr# Kernel configuration for Vybrid Family boards.
2261409Sbr#
3261409Sbr# For more information on this file, please read the config(5) manual page,
4261409Sbr# and/or the handbook section on Kernel Configuration Files:
5261409Sbr#
6261409Sbr#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7261409Sbr#
8261409Sbr# The handbook is also available locally in /usr/share/doc/handbook
9261409Sbr# if you've installed the doc distribution, otherwise always see the
10261409Sbr# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11261409Sbr# latest information.
12261409Sbr#
13261409Sbr# An exhaustive list of options and more detailed explanations of the
14261409Sbr# device lines is also present in the ../../conf/NOTES and NOTES files.
15261409Sbr# If you are in doubt as to the purpose or necessity of a line, check first
16261409Sbr# in NOTES.
17261409Sbr#
18261409Sbr# $FreeBSD: head/sys/arm/conf/VYBRID 265155 2014-04-30 18:02:10Z imp $
19261409Sbr
20265155Simpident		VYBRID
21261409Sbrinclude		"../freescale/vybrid/std.vybrid"
22261409Sbr
23261409Sbrmakeoptions	MODULES_OVERRIDE=""
24261409Sbrmakeoptions	WITHOUT_MODULES="ahc"
25261409Sbr
26263245Simpmakeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
27261409Sbrmakeoptions	WERROR="-Werror"
28261409Sbr
29263301Simpoptions 	HZ=100
30263301Simpoptions 	SCHED_4BSD		# 4BSD scheduler
31263301Simpoptions 	INET			# InterNETworking
32263301Simpoptions 	INET6			# IPv6 communications protocols
33263301Simpoptions 	FFS			# Berkeley Fast Filesystem
34263301Simpoptions 	SOFTUPDATES
35263301Simpoptions 	UFS_ACL			# Support for access control lists
36263301Simpoptions 	UFS_DIRHASH		# Improve performance on big directories
37263245Simpoptions 	GEOM_PART_BSD		# BSD partition scheme
38263245Simpoptions 	GEOM_PART_MBR		# MBR partition scheme
39263301Simpoptions 	TMPFS			# Efficient memory filesystem
40263301Simpoptions 	MSDOSFS			# MSDOS Filesystem
41263301Simpoptions 	CD9660			# ISO 9660 Filesystem
42263301Simpoptions 	PROCFS			# Process filesystem (requires PSEUDOFS)
43263301Simpoptions 	PSEUDOFS		# Pseudo-filesystem framework
44263245Simp#options 	NANDFS			# NAND Filesystem
45263301Simpoptions 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
46263301Simpoptions 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
47263301Simpoptions 	KTRACE
48263301Simpoptions 	SYSVSHM			# SYSV-style shared memory
49263301Simpoptions 	SYSVMSG			# SYSV-style message queues
50263301Simpoptions 	SYSVSEM			# SYSV-style semaphores
51263301Simpoptions 	_KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
52263301Simpoptions 	KBD_INSTALL_CDEV
53263301Simpoptions 	PREEMPTION
54263301Simpoptions 	FREEBSD_BOOT_LOADER
55261409Sbroptions 	MUTEX_NOINLINE
56261409Sbroptions 	RWLOCK_NOINLINE
57261409Sbroptions 	NO_FFS_SNAPSHOT
58261409Sbroptions 	NO_SWAPPING
59263245Simpoptions 	VFP			# vfp/neon
60261409Sbr
61261409Sbr# Debugging
62263245Simpmakeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
63263301Simpoptions 	BREAK_TO_DEBUGGER
64263245Simp#options	VERBOSE_SYSINIT		# Enable verbose sysinit messages
65263301Simpoptions 	KDB
66263301Simpoptions 	DDB			# Enable the kernel debugger
67263245Simp#options	INVARIANTS		# Enable calls of extra sanity checking
68263245Simp#options	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
69263245Simp#options	WITNESS			# Enable checks to detect deadlocks and cycles
70263245Simp#options	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
71261778Sbr#options	DIAGNOSTIC
72261409Sbr
73261409Sbr# NFS support
74263301Simpoptions 	NFSCL			# Network Filesystem Client
75263301Simpoptions 	NFSLOCKD		# Network Lock Manager
76263301Simpoptions 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
77261409Sbr
78261409Sbr# Uncomment this for NFS root
79263245Simp#options	NFS_ROOT		# NFS usable as /, requires NFSCL
80261409Sbr#options	BOOTP_NFSROOT
81261409Sbr#options	BOOTP_COMPAT
82261409Sbr#options	BOOTP
83261409Sbr#options	BOOTP_NFSV3
84261409Sbr#options	BOOTP_WIRED_TO=ffec0
85261409Sbr
86261409Sbrdevice		mmc			# mmc/sd bus
87261409Sbrdevice		mmcsd			# mmc/sd flash cards
88261409Sbrdevice		sdhci			# generic sdhci
89261409Sbr
90263301Simp#options 	ROOTDEVNAME=\"nfs:10.5.0.1:/tftpboot/cosmic\"
91263301Simp#options 	ROOTDEVNAME=\"nandfs:/dev/gnand0s.root\"
92263301Simpoptions 	ROOTDEVNAME=\"ufs:/dev/da0\"
93261409Sbr
94261409Sbr#options	SMP
95261409Sbr
96261409Sbr# Pseudo devices
97261409Sbr
98261409Sbrdevice		loop
99261409Sbrdevice		random
100261409Sbrdevice		pty
101261409Sbrdevice		md
102261409Sbrdevice		gpio
103261409Sbr
104261409Sbr# USB support
105261409Sbroptions 	USB_HOST_ALIGN=32	# Align usb buffers to cache line size.
106261409Sbrdevice		usb
107263301Simpoptions 	USB_DEBUG
108261409Sbr#options	USB_REQ_DEBUG
109261409Sbr#options	USB_VERBOSE
110261409Sbr#device		musb
111261409Sbrdevice		ehci
112261409Sbr#device		ohci
113261409Sbr
114261409Sbrdevice		umass
115261409Sbrdevice		scbus			# SCSI bus (required for SCSI)
116261409Sbrdevice		da			# Direct Access (disks)
117261409Sbrdevice		pass
118261409Sbr
119261409Sbr# SATA
120261409Sbr#device		ata
121261409Sbr#device		atadisk
122261409Sbr#device		mvs
123261409Sbr
124261409Sbrdevice		nand
125261409Sbr
126261409Sbr# Serial ports
127261409Sbrdevice		uart
128261409Sbr
129261409Sbr# I2C (TWSI)
130262552Sbrdevice		iic
131262552Sbrdevice		iicbus
132261409Sbr
133261409Sbr# Ethernet
134261409Sbrdevice		ether
135261409Sbrdevice		ffec
136261409Sbr
137261409Sbr# USB ethernet support, requires miibus
138261409Sbrdevice		miibus
139261409Sbrdevice		axe			# ASIX Electronics USB Ethernet
140261409Sbrdevice		bpf			# Berkeley packet filter
141261409Sbr
142261409Sbrdevice		sound
143261413Sbr
144261413Sbr# Framebuffer
145261413Sbrdevice		vt
146261413Sbrdevice		kbdmux
147263301Simpoptions 	SC_DFLT_FONT		# compile font in
148261413Sbrmakeoptions	SC_DFLT_FONT=cp437
149261413Sbrdevice		ukbd
150