VYBRID revision 263245
1255219Spjd# Kernel configuration for Vybrid Family boards.
2255219Spjd#
3255219Spjd# For more information on this file, please read the config(5) manual page,
4255219Spjd# and/or the handbook section on Kernel Configuration Files:
5255219Spjd#
6255219Spjd#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7255219Spjd#
8255219Spjd# The handbook is also available locally in /usr/share/doc/handbook
9255219Spjd# if you've installed the doc distribution, otherwise always see the
10255219Spjd# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11255219Spjd# latest information.
12255219Spjd#
13255219Spjd# An exhaustive list of options and more detailed explanations of the
14255219Spjd# device lines is also present in the ../../conf/NOTES and NOTES files.
15255219Spjd# If you are in doubt as to the purpose or necessity of a line, check first
16255219Spjd# in NOTES.
17255219Spjd#
18255219Spjd# $FreeBSD: head/sys/arm/conf/VYBRID.common 263245 2014-03-16 15:22:46Z imp $
19255219Spjd
20255219Spjdinclude		"../freescale/vybrid/std.vybrid"
21255219Spjd
22255219Spjdmakeoptions	MODULES_OVERRIDE=""
23255219Spjdmakeoptions	WITHOUT_MODULES="ahc"
24255219Spjd
25255219Spjdmakeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
26255219Spjdmakeoptions	WERROR="-Werror"
27255219Spjd
28255219Spjdoptions		HZ=100
29255219Spjdoptions		SCHED_4BSD		# 4BSD scheduler
30255219Spjdoptions		INET			# InterNETworking
31255219Spjdoptions		INET6			# IPv6 communications protocols
32255219Spjdoptions		FFS			# Berkeley Fast Filesystem
33255219Spjdoptions		SOFTUPDATES
34255219Spjdoptions		UFS_ACL			# Support for access control lists
35255219Spjdoptions		UFS_DIRHASH		# Improve performance on big directories
36255219Spjdoptions 	GEOM_PART_BSD		# BSD partition scheme
37255219Spjdoptions 	GEOM_PART_MBR		# MBR partition scheme
38255219Spjdoptions		TMPFS			# Efficient memory filesystem
39255219Spjdoptions		MSDOSFS			# MSDOS Filesystem
40255219Spjdoptions		CD9660			# ISO 9660 Filesystem
41255219Spjdoptions		PROCFS			# Process filesystem (requires PSEUDOFS)
42255219Spjdoptions		PSEUDOFS		# Pseudo-filesystem framework
43255219Spjd#options 	NANDFS			# NAND Filesystem
44255219Spjdoptions		COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
45255219Spjdoptions		SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
46255219Spjdoptions		KTRACE
47255219Spjdoptions		SYSVSHM			# SYSV-style shared memory
48255219Spjdoptions		SYSVMSG			# SYSV-style message queues
49255219Spjdoptions		SYSVSEM			# SYSV-style semaphores
50255219Spjdoptions		_KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
51255219Spjdoptions		KBD_INSTALL_CDEV
52255219Spjdoptions		PREEMPTION
53255219Spjdoptions		FREEBSD_BOOT_LOADER
54255219Spjdoptions 	MUTEX_NOINLINE
55255219Spjdoptions 	RWLOCK_NOINLINE
56255219Spjdoptions 	NO_FFS_SNAPSHOT
57255219Spjdoptions 	NO_SWAPPING
58255219Spjdoptions 	VFP			# vfp/neon
59255219Spjd
60255219Spjd# Debugging
61255219Spjdmakeoptions	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