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