SN9G45 revision 266162
1278699Sian# Kernel configuration for DesignA Electronics Snapper9G45 System on Module
2261409Sbr#
3261409Sbr# For more information on this file, please read the handbook section on
4261409Sbr# Kernel Configuration Files:
5261409Sbr#
6261409Sbr#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7261409Sbr#
8261409Sbr# The handbook is also available locally in /usr/share/doc/handbook
9261409Sbr# if you've installed the doc distribution, otherwise always see the
10261409Sbr# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11261409Sbr# latest information.
12261409Sbr#
13261409Sbr# An exhaustive list of options and more detailed explanations of the
14261409Sbr# device lines is also present in the ../../conf/NOTES and NOTES files.
15261409Sbr# If you are in doubt as to the purpose or necessity of a line, check first
16261409Sbr# in NOTES.
17261409Sbr#
18261409Sbr# $FreeBSD: stable/10/sys/arm/conf/SN9G45 266162 2014-05-15 17:53:42Z ian $
19261409Sbr
20261409Sbrident		SN9G45
21265155Simp
22261409Sbrinclude "../at91/std.sn9g45"
23261409Sbr
24261409Sbr#To statically compile in device wiring instead of /boot/device.hints
25261409Sbr#hints		"SN9G45.hints"
26263301Simpmakeoptions	MODULES_OVERRIDE=""
27263301Simp
28278699Sianmakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
29263301Simpoptions 	DDB
30263301Simpoptions 	KDB
31278699Sian
32263301Simpoptions 	SCHED_4BSD		#4BSD scheduler
33278699Sianoptions 	INET			#InterNETworking
34263301Simp#options 	INET6			#IPv6 communications protocols
35263301Simpoptions 	FFS			#Berkeley Fast Filesystem
36278699Sian#options 	SOFTUPDATES		#Enable FFS soft updates support
37278699Sian#options 	UFS_ACL			#Support for access control lists
38278699Sian#options 	UFS_DIRHASH		#Improve performance on big directories
39278699Sian#options 	MD_ROOT			#MD is a potential root device
40278699Sian#options 	MD_ROOT_SIZE=4096	# 4MB ram disk
41263301Simpoptions 	NFSCL			#New Network Filesystem Client
42263301Simp#options 	NFSD			#New Network Filesystem Server
43278699Sian#options 	NFSLOCKD		#Network Lock Manager
44263301Simp#options 	NFS_ROOT		#NFS usable as /, requires NFSCL
45263301Simp#options 	BOOTP_NFSROOT
46278699Sian#options 	BOOTP
47278699Sian#options 	BOOTP_NFSV3
48278699Sian#options 	BOOTP_WIRED_TO=ate0
49278699Sian#options 	BOOTP_COMPAT
50263301Simp
51263301Simpoptions 	ROOTDEVNAME=\"ufs:/dev/da0s1\"
52278699Sian
53263301Simpoptions 	ALT_BREAK_TO_DEBUGGER
54263301Simp
55263301Simp#options 	MSDOSFS			#MSDOS Filesystem
56278699Sian#options 	CD9660			#ISO 9660 Filesystem
57278699Sian#options 	PROCFS			#Process filesystem (requires PSEUDOFS)
58278699Sian#options 	PSEUDOFS		#Pseudo-filesystem framework
59278699Sianoptions 	SCSI_DELAY=1000		#Delay (in ms) before probing SCSI
60278699Sian#options 	KTRACE			#ktrace(1) support
61261409Sbroptions 	SYSVSHM			#SYSV-style shared memory
62278699Sianoptions 	SYSVMSG			#SYSV-style message queues
63263245Simpoptions 	SYSVSEM			#SYSV-style semaphores
64287082Sianoptions 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
65278699Sianoptions 	MUTEX_NOINLINE
66278699Sianoptions 	RWLOCK_NOINLINE
67278699Sianoptions 	NO_FFS_SNAPSHOT
68278699Sianoptions 	NO_SWAPPING
69278699Sian
70263301Simp# Debugging for use in -current
71278699Sian#options 	INVARIANTS		#Enable calls of extra sanity checking
72278699Sian#options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
73278699Sian#options 	WITNESS			#Enable checks to detect deadlocks and cycles
74278699Sian#options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
75278699Sian#options 	DIAGNOSTIC
76261409Sbr
77278699Siandevice		random
78278699Siandevice		loop
79278699Siandevice		bpf
80278699Siandevice		ether
81278699Siandevice		md
82278699Sian
83261409Sbrdevice		uart			# Serial Ports
84278699Sian
85278699Sian# Ethernet
86278699Siandevice		ate		        # Ethernet Driver	
87261409Sbrdevice		mii
88278699Sianoption 		AT91_ATE_USE_RMII
89278699Sian
90278699Siandevice		at91_wdt		# WDT: Watchdog timer
91278699Sian
92278699Sian# SCSI peripherals
93278699Siandevice		scbus		# SCSI bus (required for SCSI)
94261409Sbrdevice		da		# Direct Access (disks)
95261409Sbrdevice		cd		# CD
96261409Sbrdevice		pass		# Passthrough device (direct SCSI access)
97261409Sbr
98261409Sbr# USB support
99261409Sbrdevice		ohci		# OHCI localbus->USB interface
100261409Sbrdevice		usb		# USB Bus (required)
101261409Sbrdevice		umass		# Disks/Mass storage - Requires scbus and da
102261409Sbrdevice		uhid		# "Human Interface Devices"
103261409Sbr#device		ulpt		# Printer
104261409Sbr#device		udbp		# USB Double Bulk Pipe devices
105261409Sbr
106261409Sbr# USB Ethernet, requires miibus
107261409Sbrdevice		miibus
108261409Sbr#device		aue		# ADMtek USB Ethernet
109263301Simp#device		axe		# ASIX Electronics USB Ethernet
110283368Sian#device		cdce		# Generic USB over Ethernet
111283368Sian#device		cue		# CATC USB Ethernet
112261409Sbr#device		kue		# Kawasaki LSI USB Ethernet
113261409Sbr#device		rue		# RealTek RTL8150 USB Ethernet
114261409Sbrdevice		udav		# Davicom DM9601E USB
115261409Sbr
116261409Sbr# USB Wireless
117278676Sian#device		rum		# Ralink Technology RT2501USB wireless NICs
118261409Sbr#device		uath		# Atheros AR5523 wireless NICs
119261409Sbr#device		ural		# Ralink Technology RT2500USB wireless NICs
120261409Sbr#device		zyd		# ZyDAS zd1211/zd1211b wireless NICs
121261409Sbr
122261409Sbr# Wireless NIC cards
123261409Sbr#device		wlan		# 802.11 support
124261409Sbr#device		wlan_wep	# 802.11 WEP support
125261409Sbr#device		wlan_ccmp	# 802.11 CCMP support
126261409Sbr#device		wlan_tkip	# 802.11 TKIP support
127261409Sbr#device		wlan_amrr	# AMRR transmit rate control algorithm
128261409Sbr
129261409Sbr