VYBRID revision 261778
1# Kernel configuration for Vybrid Family boards.
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: head/sys/arm/conf/VYBRID.common 261778 2014-02-11 20:14:54Z br $
19
20include		"../freescale/vybrid/std.vybrid"
21
22makeoptions	MODULES_OVERRIDE=""
23makeoptions	WITHOUT_MODULES="ahc"
24
25makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
26makeoptions	WERROR="-Werror"
27
28options		HZ=100 ##
29options		SCHED_4BSD		#4BSD scheduler
30options		INET			#InterNETworking
31options		INET6			#IPv6 communications protocols
32options		FFS			#Berkeley Fast Filesystem
33options		SOFTUPDATES
34options		UFS_ACL			#Support for access control lists
35options		UFS_DIRHASH		#Improve performance on big directories
36options		MSDOSFS			#MSDOS Filesystem
37options		CD9660			#ISO 9660 Filesystem
38options		PROCFS			#Process filesystem (requires PSEUDOFS)
39options		PSEUDOFS		#Pseudo-filesystem framework
40#options		NANDFS			#NAND Filesystem
41options		TMPFS
42options		COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
43options		SCSI_DELAY=5000		#Delay (in ms) before probing SCSI
44options		KTRACE
45options		SYSVSHM			#SYSV-style shared memory
46options		SYSVMSG			#SYSV-style message queues
47options		SYSVSEM			#SYSV-style semaphores
48options		_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
49options		KBD_INSTALL_CDEV
50options		PREEMPTION
51options		FREEBSD_BOOT_LOADER
52options 	MUTEX_NOINLINE
53options 	RWLOCK_NOINLINE
54options 	NO_FFS_SNAPSHOT
55options 	NO_SWAPPING
56options 	VFP		# vfp/neon
57
58# Debugging
59makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
60options		BREAK_TO_DEBUGGER
61#options	VERBOSE_SYSINIT		#Enable verbose sysinit messages
62options		KDB
63options		DDB			#Enable the kernel debugger
64#options	INVARIANTS		#Enable calls of extra sanity checking
65#options	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
66#options	WITNESS			#Enable checks to detect deadlocks and cycles
67#options	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
68#options	DIAGNOSTIC
69
70# NFS support
71options		NFSCL			#Network Filesystem Client
72options		NFSLOCKD		#Network Lock Manager
73options		NFS_ROOT		#NFS usable as /, requires NFSCLIENT
74
75# Uncomment this for NFS root
76#options	NFS_ROOT		#NFS usable as /, requires NFSCL
77#options	BOOTP_NFSROOT
78#options	BOOTP_COMPAT
79#options	BOOTP
80#options	BOOTP_NFSV3
81#options	BOOTP_WIRED_TO=ffec0
82
83device		mmc			# mmc/sd bus
84device		mmcsd			# mmc/sd flash cards
85device		sdhci			# generic sdhci
86
87#options		ROOTDEVNAME=\"nfs:10.5.0.1:/tftpboot/cosmic\"
88#options		ROOTDEVNAME=\"nandfs:/dev/gnand0s.root\"
89options		ROOTDEVNAME=\"ufs:/dev/da0\"
90
91#options	SMP
92
93# Pseudo devices
94
95device		loop
96device		random
97device		pty
98device		md
99device		gpio
100
101# USB support
102options 	USB_HOST_ALIGN=32	# Align usb buffers to cache line size.
103device		usb
104options		USB_DEBUG
105#options	USB_REQ_DEBUG
106#options	USB_VERBOSE
107#device		musb
108device		ehci
109#device		ohci
110
111device		umass
112device		scbus			# SCSI bus (required for SCSI)
113device		da			# Direct Access (disks)
114device		pass
115
116# SATA
117#device		ata
118#device		atadisk
119#device		mvs
120
121device		nand
122
123# Serial ports
124device		uart
125
126# I2C (TWSI)
127#device		iic
128#device		iicbus
129
130# Ethernet
131device		ether
132device		ffec
133
134# USB ethernet support, requires miibus
135device		miibus
136device		axe			# ASIX Electronics USB Ethernet
137device		bpf			# Berkeley packet filter
138
139device		sound
140
141# Framebuffer
142device		vt
143device		kbdmux
144options		SC_DFLT_FONT    # compile font in
145makeoptions	SC_DFLT_FONT=cp437
146device		ukbd
147