SN9G45 revision 266331
1235348Smarius# Kernel configuration for DesignA Electronics Snapper9G45 System on Module
2235348Smarius#
3235348Smarius# For more information on this file, please read the handbook section on
4235348Smarius# Kernel Configuration Files:
5235348Smarius#
6235348Smarius#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7235348Smarius#
8235348Smarius# The handbook is also available locally in /usr/share/doc/handbook
9235348Smarius# if you've installed the doc distribution, otherwise always see the
10235348Smarius# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11235348Smarius# latest information.
12235348Smarius#
13235348Smarius# An exhaustive list of options and more detailed explanations of the
14235348Smarius# device lines is also present in the ../../conf/NOTES and NOTES files.
15235348Smarius# If you are in doubt as to the purpose or necessity of a line, check first
16235348Smarius# in NOTES.
17235348Smarius#
18235348Smarius# $FreeBSD: stable/10/sys/arm/conf/SN9G45 266331 2014-05-17 17:34:37Z ian $
19235348Smarius
20235348Smariusident		SN9G45
21235348Smarius
22235348Smariusinclude "../at91/std.sn9g45"
23235348Smarius
24235348Smarius#To statically compile in device wiring instead of /boot/device.hints
25235348Smarius#hints		"SN9G45.hints"
26235348Smariusmakeoptions	MODULES_OVERRIDE=""
27235348Smarius
28235348Smariusmakeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
29235348Smariusoptions 	DDB
30235348Smariusoptions 	KDB
31235348Smarius
32235348Smariusoptions 	SCHED_4BSD		# 4BSD scheduler
33235348Smariusoptions 	INET			# InterNETworking
34235348Smarius#options 	INET6			# IPv6 communications protocols
35235348Smariusoptions 	FFS			# Berkeley Fast Filesystem
36235348Smarius#options 	SOFTUPDATES		# Enable FFS soft updates support
37235348Smarius#options 	UFS_ACL			# Support for access control lists
38235348Smarius#options 	UFS_DIRHASH		# Improve performance on big directories
39235348Smarius#options 	MD_ROOT			# MD is a potential root device
40235348Smarius#options 	MD_ROOT_SIZE=4096	# 4MB ram disk
41235348Smariusoptions 	NFSCL			# New Network Filesystem Client
42235348Smarius#options 	NFSD			# New Network Filesystem Server
43235348Smarius#options 	NFSLOCKD		# Network Lock Manager
44266328Sian#options 	NFS_ROOT		# NFS usable as /, requires NFSCL
45266328Sian#options 	BOOTP_NFSROOT
46266328Sian#options 	BOOTP
47235348Smarius#options 	BOOTP_NFSV3
48235348Smarius#options 	BOOTP_WIRED_TO=ate0
49235348Smarius#options 	BOOTP_COMPAT
50235348Smarius
51235348Smariusoptions 	ROOTDEVNAME=\"ufs:/dev/da0s1\"
52235348Smarius
53235348Smariusoptions 	ALT_BREAK_TO_DEBUGGER
54235348Smarius
55235348Smariusoptions 	GEOM_PART_BSD		# BSD partition scheme
56235348Smariusoptions 	GEOM_PART_MBR		# MBR partition scheme
57235348Smariusoptions 	TMPFS			# Efficient memory filesystem
58235348Smarius#options 	MSDOSFS			# MSDOS Filesystem
59235348Smarius#options 	CD9660			# ISO 9660 Filesystem
60235348Smarius#options 	PROCFS			# Process filesystem (requires PSEUDOFS)
61235348Smarius#options 	PSEUDOFS		# Pseudo-filesystem framework
62235348Smariusoptions 	SCSI_DELAY=1000		# Delay (in ms) before probing SCSI
63235348Smarius#options 	KTRACE			# ktrace(1) support
64235348Smariusoptions 	SYSVSHM			# SYSV-style shared memory
65235348Smariusoptions 	SYSVMSG			# SYSV-style message queues
66235348Smariusoptions 	SYSVSEM			# SYSV-style semaphores
67235348Smariusoptions 	_KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
68235348Smariusoptions 	MUTEX_NOINLINE
69235348Smariusoptions 	RWLOCK_NOINLINE
70235348Smariusoptions 	NO_FFS_SNAPSHOT
71235348Smariusoptions 	NO_SWAPPING
72236497Smarius
73236497Smarius# Debugging for use in -current
74235348Smarius#options 	INVARIANTS		# Enable calls of extra sanity checking
75235348Smarius#options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
76235348Smarius#options 	WITNESS			# Enable checks to detect deadlocks and cycles
77235348Smarius#options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
78235348Smarius#options 	DIAGNOSTIC
79235348Smarius
80235348Smariusdevice		random
81235348Smariusdevice		loop
82235348Smariusdevice		bpf
83235348Smariusdevice		ether
84235348Smariusdevice		md
85235348Smarius
86235348Smariusdevice		uart			# Serial Ports
87235348Smarius
88235348Smarius# Ethernet
89235348Smariusdevice		ate			# Ethernet Driver	
90235348Smariusdevice		mii
91235348Smariusoption 		AT91_ATE_USE_RMII
92235348Smarius
93235348Smariusdevice		at91_wdt		# WDT: Watchdog timer
94235348Smarius
95235348Smarius# SCSI peripherals
96235348Smariusdevice		scbus			# SCSI bus (required for SCSI)
97235348Smariusdevice		da			# Direct Access (disks)
98235348Smariusdevice		cd			# CD
99235348Smariusdevice		pass			# Passthrough device (direct SCSI access)
100235348Smarius
101235348Smarius# USB support
102235348Smariusdevice		ohci			# OHCI localbus->USB interface
103235348Smariusdevice		usb			# USB Bus (required)
104235348Smariusdevice		umass			# Disks/Mass storage - Requires scbus and da
105266328Siandevice		uhid			# "Human Interface Devices"
106235348Smarius#device		ulpt			# Printer
107235348Smarius#device		udbp			# USB Double Bulk Pipe devices
108266328Sian
109266328Sian# USB Ethernet, requires miibus
110235348Smariusdevice		miibus
111235348Smarius#device		aue			# ADMtek USB Ethernet
112266328Sian#device		axe			# ASIX Electronics USB Ethernet
113266328Sian#device		cdce			# Generic USB over Ethernet
114266328Sian#device		cue			# CATC USB Ethernet
115266328Sian#device		kue			# Kawasaki LSI USB Ethernet
116235348Smarius#device		rue			# RealTek RTL8150 USB Ethernet
117235348Smariusdevice		udav			# Davicom DM9601E USB
118266328Sian
119235348Smarius# USB Wireless
120266328Sian#device		rum			# Ralink Technology RT2501USB wireless NICs
121266328Sian#device		uath			# Atheros AR5523 wireless NICs
122235348Smarius#device		ural			# Ralink Technology RT2500USB wireless NICs
123236497Smarius#device		zyd			# ZyDAS zd1211/zd1211b wireless NICs
124266328Sian
125266328Sian# Wireless NIC cards
126266328Sian#device		wlan			# 802.11 support
127266328Sian#device		wlan_wep		# 802.11 WEP support
128235348Smarius#device		wlan_ccmp		# 802.11 CCMP support
129235348Smarius#device		wlan_tkip		# 802.11 TKIP support
130266328Sian#device		wlan_amrr		# AMRR transmit rate control algorithm
131266328Sian
132266328Sian