QILA9G20 revision 266277
1193323Sed# Kernel configuration for Calao Syatems QIL-A9G20 development card
2193323Sed# http://www.calao-systems.com
3193323Sed#
4193323Sed# For more information on this file, please read the handbook section on
5193323Sed# Kernel Configuration Files:
6193323Sed#
7193323Sed#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8193323Sed#
9193323Sed# The handbook is also available locally in /usr/share/doc/handbook
10193323Sed# if you've installed the doc distribution, otherwise always see the
11193323Sed# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12193323Sed# latest information.
13193323Sed#
14193323Sed# An exhaustive list of options and more detailed explanations of the
15193323Sed# device lines is also present in the ../../conf/NOTES and NOTES files.
16198090Srdivacky# If you are in doubt as to the purpose or necessity of a line, check first
17193323Sed# in NOTES.
18193323Sed#
19193323Sed# $FreeBSD: stable/10/sys/arm/conf/QILA9G20 266277 2014-05-17 00:53:12Z ian $
20193323Sed
21193323Sedident		QILA9G20
22193323Sed
23193323Sedinclude "../at91/std.qila9g20"
24193323Sed
25193323Sed#To statically compile in device wiring instead of /boot/device.hints
26193323Sedhints		"QILA9G20.hints"
27193323Sedmakeoptions	MODULES_OVERRIDE=""
28193323Sed
29193323Sedmakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
30193323Sedoptions 	DDB
31193323Sedoptions 	KDB
32193323Sed
33198396Srdivackyoptions 	SCHED_4BSD		#4BSD scheduler
34193323Sedoptions 	INET			#InterNETworking
35193323Sed#options 	INET6			#IPv6 communications protocols
36198090Srdivackyoptions 	FFS			#Berkeley Fast Filesystem
37195098Sed#options 	SOFTUPDATES		#Enable FFS soft updates support
38193323Sed#options 	UFS_ACL			#Support for access control lists
39193323Sed#options 	UFS_DIRHASH		#Improve performance on big directories
40195098Sed#options 	MD_ROOT			#MD is a potential root device
41193323Sed#options 	MD_ROOT_SIZE=4096	# 4MB ram disk
42193323Sedoptions 	NFSCL			#New Network Filesystem Client
43193323Sed#options 	NFSD			#New Network Filesystem Server
44193323Sed#options 	NFSLOCKD		#Network Lock Manager
45193323Sed#options 	NFS_ROOT		#NFS usable as /, requires NFSCL
46193323Sed#options 	BOOTP_NFSROOT
47193323Sed#options 	BOOTP
48193323Sed#options 	BOOTP_NFSV3
49193323Sed#options 	BOOTP_WIRED_TO=ate0
50193323Sed#options 	BOOTP_COMPAT
51193323Sed
52198090Srdivackyoptions 	ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
53193323Sed
54193323Sedoptions 	ALT_BREAK_TO_DEBUGGER
55193323Sed
56193323Sedoptions 	GEOM_PART_BSD		#BSD partition scheme
57198090Srdivackyoptions 	GEOM_PART_MBR		#MBR partition scheme
58198090Srdivackyoptions		TMPFS			#Efficient memory filesystem
59198090Srdivacky#options 	MSDOSFS			#MSDOS Filesystem
60193323Sed#options 	CD9660			#ISO 9660 Filesystem
61193323Sed#options 	PROCFS			#Process filesystem (requires PSEUDOFS)
62193323Sed#options 	PSEUDOFS		#Pseudo-filesystem framework
63193323Sed#options 	SCSI_DELAY=5000		#Delay (in ms) before probing SCSI
64193323Sed#options 	KTRACE			#ktrace(1) support
65193323Sedoptions 	SYSVSHM			#SYSV-style shared memory
66193323Sedoptions 	SYSVMSG			#SYSV-style message queues
67193323Sedoptions 	SYSVSEM			#SYSV-style semaphores
68193323Sedoptions 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
69193323Sedoptions 	MUTEX_NOINLINE
70193323Sedoptions 	RWLOCK_NOINLINE
71193323Sedoptions 	NO_FFS_SNAPSHOT
72193323Sedoptions 	NO_SWAPPING
73193323Sed
74193323Sed# Debugging for use in -current
75193323Sed#options 	INVARIANTS		#Enable calls of extra sanity checking
76193323Sed#options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
77193323Sed#options 	WITNESS			#Enable checks to detect deadlocks and cycles
78193323Sed#options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
79193323Sed#options 	DIAGNOSTIC
80193323Sed
81193323Seddevice		random
82198090Srdivackydevice		loop
83193323Seddevice		bpf
84193323Seddevice		ether
85193323Seddevice		md
86193323Sed
87193323Seddevice		uart			# Serial Ports
88193323Sed
89193323Sed# Ethernet
90193323Seddevice		ate		        # Ethernet Driver	
91193323Seddevice		mii
92193323Sedoption 		AT91_ATE_USE_RMII
93193323Sed
94198090Srdivackydevice		at91_twi		# TWI: Two Wire Interface (EEPROM)
95193323Seddevice		at91_wdt		# WDT: Watchdog timer
96193323Sed
97193323Sed# NOTE: SPI DataFlash and mci/mmc/mmcsd have hardware
98193323Sed# 	confilict on this card. Use one or the other.
99193323Sed#       see board_sam9g20ek.c
100193323Sed
101193323Sed# SPI: Data Flash
102193323Sed#device		at91_spi		# SPI:
103193323Sed#device		spibus
104193323Sed#device		at45d			# at45db642 and maybe others
105193323Sed
106193323Sed# MMC/SD
107193323Seddevice		at91_mci
108193323Seddevice		mmc
109193323Seddevice		mmcsd
110193323Sedoption		AT91_MCI_HAS_4WIRE
111193323Sed
112193323Sed# iic
113193323Seddevice		iic
114193323Seddevice		iicbus
115193323Seddevice		icee
116193323Sed
117193323Sed# SCSI peripherals
118193323Seddevice		scbus		# SCSI bus (required for SCSI)
119193323Seddevice		da		# Direct Access (disks)
120193323Seddevice		cd		# CD
121193323Seddevice		pass		# Passthrough device (direct SCSI access)
122193323Sed
123193323Sed# USB support
124193323Seddevice		ohci		# OHCI localbus->USB interface
125193323Seddevice		usb		# USB Bus (required)
126193323Seddevice		umass		# Disks/Mass storage - Requires scbus and da
127193323Seddevice		uhid		# "Human Interface Devices"
128193323Sed#device		ulpt		# Printer
129193323Sed#device		udbp		# USB Double Bulk Pipe devices
130193323Sed
131193323Sed# USB Ethernet, requires miibus
132193323Seddevice		miibus
133193323Sed#device		aue		# ADMtek USB Ethernet
134193323Sed#device		axe		# ASIX Electronics USB Ethernet
135193323Sed#device		cdce		# Generic USB over Ethernet
136193323Sed#device		cue		# CATC USB Ethernet
137193323Sed#device		kue		# Kawasaki LSI USB Ethernet
138193323Sed#device		rue		# RealTek RTL8150 USB Ethernet
139193323Seddevice		udav		# Davicom DM9601E USB
140193323Sed
141193323Sed# USB Wireless
142193323Sed#device		rum		# Ralink Technology RT2501USB wireless NICs
143193323Sed#device		uath		# Atheros AR5523 wireless NICs
144193323Sed#device		ural		# Ralink Technology RT2500USB wireless NICs
145193323Sed#device		zyd		# ZyDAS zd1211/zd1211b wireless NICs
146193323Sed
147193323Sed# Wireless NIC cards
148193323Sed#device		wlan		# 802.11 support
149193323Sed#device		wlan_wep	# 802.11 WEP support
150193323Sed#device		wlan_ccmp	# 802.11 CCMP support
151193323Sed#device		wlan_tkip	# 802.11 TKIP support
152193323Sed#device		wlan_amrr	# AMRR transmit rate control algorithm
153193323Sed
154193323Sed