11590Srgrimes# $FreeBSD: releng/11.0/sys/mips/conf/std.XLP 263301 2014-03-18 14:41:18Z imp $
21590Srgrimes
31590Srgrimesinclude		"../nlm/std.xlp"
41590Srgrimesmakeoptions	MODULES_OVERRIDE=""
51590Srgrimesmakeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
61590Srgrimes#profile 	2
71590Srgrimes
81590Srgrimeshints		"XLP.hints"
91590Srgrimes
101590Srgrimesoptions 	SCHED_ULE		# ULE scheduler
111590Srgrimes#options 	VERBOSE_SYSINIT
121590Srgrimes#options 	SCHED_4BSD		# 4BSD scheduler
131590Srgrimesoptions         SMP
141590Srgrimesoptions 	PREEMPTION		# Enable kernel thread preemption
151590Srgrimes#options 	FULL_PREEMPTION		# Enable kernel thread preemption
161590Srgrimesoptions 	INET			# InterNETworking
171590Srgrimesoptions 	INET6			# IPv6 communications protocols
181590Srgrimesoptions 	FFS			# Berkeley Fast Filesystem
191590Srgrimes#options 	SOFTUPDATES		# Enable FFS soft updates support
201590Srgrimesoptions 	UFS_ACL			# Support for access control lists
211590Srgrimesoptions 	UFS_DIRHASH		# Improve performance on big directories
221590Srgrimesoptions 	NFSCL
231590Srgrimesoptions 	NFS_ROOT
241590Srgrimesoptions 	MSDOSFS			#MSDOS Filesystem
251590Srgrimes#
261590Srgrimes#options 	BOOTP
271590Srgrimes#options 	BOOTP_NFSROOT
281590Srgrimes#options 	BOOTP_NFSV3
291590Srgrimes#options 	BOOTP_WIRED_TO=nlge0
301590Srgrimes#options 	BOOTP_COMPAT
311590Srgrimes#options 	ROOTDEVNAME=\"nfs:10.1.1.8:/usr/extra/nfsroot\"
321590Srgrimes
331590Srgrimesoptions 	MD_ROOT			# MD is a potential root device
341590Srgrimesoptions 	MD_ROOT_SIZE=132000
351590Srgrimesoptions 	ROOTDEVNAME=\"ufs:md0\"
361590Srgrimesoptions 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
371590Srgrimesoptions 	HZ=1000	
3828794Scharnieroptions 	NO_SWAPPING
391590Srgrimes
401590Srgrimes# Debugging options
411590Srgrimesoptions 	KTRACE			# ktrace(1) support
421590Srgrimesoptions 	DDB
431590Srgrimesoptions 	KDB
4428794Scharnieroptions 	GDB
451590Srgrimesoptions 	BREAK_TO_DEBUGGER
4628794Scharnieroptions 	ALT_BREAK_TO_DEBUGGER
4728794Scharnier#options 	DEADLKRES		# Enable the deadlock resolver
4848566Sbillf#options 	INVARIANTS
491590Srgrimes#options 	INVARIANT_SUPPORT
501590Srgrimes#options 	WITNESS			# Detect deadlocks and cycles
511590Srgrimes#options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
521590Srgrimes#options 	KTR			# ktr(4) and ktrdump(8) support
531590Srgrimes#options 	KTR_COMPILE=(KTR_LOCK|KTR_PROC|KTR_INTR|KTR_CALLOUT|KTR_UMA|KTR_SYSC)
541590Srgrimes#options 	KTR_ENTRIES=131072
551590Srgrimes#options 	LOCK_DEBUG
561590Srgrimes#options 	LOCK_PROFILING
5728794Scharnier
5829430Sacheoptions 	GEOM_UZIP
5919190Salex
601590Srgrimes# Device tree
611590Srgrimesoptions 	FDT
621590Srgrimesoptions 	FDT_DTB_STATIC
6328794Scharniermakeoptions	FDT_DTS_FILE=xlp-basic.dts
6428794Scharnier
651590Srgrimes# Pseudo
6629430Sachedevice		loop
6728794Scharnierdevice		random
6828794Scharnierdevice		md
6928794Scharnierdevice		bpf
7028794Scharnier
7128794Scharnier# Network
7228794Scharnierdevice		miibus
731590Srgrimesdevice		ether
7428794Scharnierdevice		xlpge
751590Srgrimes#device		re
761590Srgrimesdevice		msk
771590Srgrimesdevice		em
781590Srgrimes
791590Srgrimes# Disks
801590Srgrimesdevice		siis
811590Srgrimesdevice		da
821590Srgrimesdevice		scbus
8328794Scharnier#device		ata
841590Srgrimes
8529430Sache# USB
8629430Sachedevice		usb			# USB Bus (required)
871590Srgrimesdevice		ehci			# EHCI PCI->USB interface (USB 2.0)
881590Srgrimes#options 	USB_DEBUG		# enable debug msgs
891590Srgrimes#device		ugen			# Generic
901590Srgrimes#device		uhid			# "Human Interface Devices"
911590Srgrimesdevice		umass			# Requires scbus and da
921590Srgrimes
931590Srgrimes# i2c driver and devices
9428794Scharnierdevice		iic
9528794Scharnierdevice		iicbus
9628794Scharnierdevice		iicoc
9728794Scharnierdevice		ds1374			# RTC on XLP boards
9828794Scharnier
991590Srgrimes# Crypto
1001590Srgrimesdevice		crypto
1011590Srgrimesdevice		cryptodev
10228794Scharnierdevice		nlmsec
10328794Scharnierdevice		nlmrsa
1041590Srgrimes
1051590Srgrimes# Options that use crypto
1061590Srgrimesoptions 	IPSEC
1071590Srgrimesoptions 	GEOM_ELI
1081590Srgrimes
1091590Srgrimes# NOR
1101590Srgrimesdevice		cfi
1111590Srgrimesdevice		cfid
1121590Srgrimes
1131590Srgrimes# MMC/SD
11419190Salexdevice		mmc			# MMC/SD bus
11519193Salexdevice		mmcsd			# MMC/SD memory card
11628794Scharnierdevice		sdhci			# Generic PCI SD Host Controller
11728794Scharnier