VYBRID revision 262877
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 262877 2014-03-07 00:25:23Z ian $
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		COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
42options		SCSI_DELAY=5000		#Delay (in ms) before probing SCSI
43options		KTRACE
44options		SYSVSHM			#SYSV-style shared memory
45options		SYSVMSG			#SYSV-style message queues
46options		SYSVSEM			#SYSV-style semaphores
47options		_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
48options		KBD_INSTALL_CDEV
49options		PREEMPTION
50options		FREEBSD_BOOT_LOADER
51options 	MUTEX_NOINLINE
52options 	RWLOCK_NOINLINE
53options 	NO_FFS_SNAPSHOT
54options 	NO_SWAPPING
55options 	VFP		# vfp/neon
56
57# Debugging
58makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
59options		BREAK_TO_DEBUGGER
60#options	VERBOSE_SYSINIT		#Enable verbose sysinit messages
61options		KDB
62options		DDB			#Enable the kernel debugger
63#options	INVARIANTS		#Enable calls of extra sanity checking
64#options	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
65#options	WITNESS			#Enable checks to detect deadlocks and cycles
66#options	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
67#options	DIAGNOSTIC
68
69# NFS support
70options		NFSCL			#Network Filesystem Client
71options		NFSLOCKD		#Network Lock Manager
72options		NFS_ROOT		#NFS usable as /, requires NFSCLIENT
73
74# Uncomment this for NFS root
75#options	NFS_ROOT		#NFS usable as /, requires NFSCL
76#options	BOOTP_NFSROOT
77#options	BOOTP_COMPAT
78#options	BOOTP
79#options	BOOTP_NFSV3
80#options	BOOTP_WIRED_TO=ffec0
81
82device		mmc			# mmc/sd bus
83device		mmcsd			# mmc/sd flash cards
84device		sdhci			# generic sdhci
85
86#options		ROOTDEVNAME=\"nfs:10.5.0.1:/tftpboot/cosmic\"
87#options		ROOTDEVNAME=\"nandfs:/dev/gnand0s.root\"
88options		ROOTDEVNAME=\"ufs:/dev/da0\"
89
90#options	SMP
91
92# Pseudo devices
93
94device		loop
95device		random
96device		pty
97device		md
98device		gpio
99
100# USB support
101options 	USB_HOST_ALIGN=32	# Align usb buffers to cache line size.
102device		usb
103options		USB_DEBUG
104#options	USB_REQ_DEBUG
105#options	USB_VERBOSE
106#device		musb
107device		ehci
108#device		ohci
109
110device		umass
111device		scbus			# SCSI bus (required for SCSI)
112device		da			# Direct Access (disks)
113device		pass
114
115# SATA
116#device		ata
117#device		atadisk
118#device		mvs
119
120device		nand
121
122# Serial ports
123device		uart
124
125# I2C (TWSI)
126device		iic
127device		iicbus
128
129# Ethernet
130device		ether
131device		ffec
132
133# USB ethernet support, requires miibus
134device		miibus
135device		axe			# ASIX Electronics USB Ethernet
136device		bpf			# Berkeley packet filter
137
138device		sound
139
140# Framebuffer
141device		vt
142device		kbdmux
143options		SC_DFLT_FONT    # compile font in
144makeoptions	SC_DFLT_FONT=cp437
145device		ukbd
146