1# KB920X -- Custom kernel configuration for the KB9202 (no letter, A and B)
2# AT91RM9200 evaluation boards from kwikbyte.com.
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD$
20
21#NO_UNIVERSE
22
23ident		KB920X
24
25include		"../at91/std.kb920x"
26# The AT91 platform doesn't use /boot/loader, so we have to statically wire
27# hints.
28hints		"KB920X.hints"
29makeoptions	MODULES_OVERRIDE=""
30
31makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
32options 	DDB
33options 	KDB
34
35options 	SCHED_4BSD		# 4BSD scheduler
36options 	INET			# InterNETworking
37#options 	INET6			# IPv6 communications protocols
38options 	FFS			# Berkeley Fast Filesystem
39#options 	SOFTUPDATES		# Enable FFS soft updates support
40#options 	UFS_ACL			# Support for access control lists
41#options 	UFS_DIRHASH		# Improve performance on big directories
42#options 	MD_ROOT			# MD is a potential root device
43#options 	MD_ROOT_SIZE=4096	# 4MB ram disk
44options 	ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
45options 	NFSCL			# New Network Filesystem Client
46#options 	NFSD			# New Network Filesystem Server
47#options 	NFSLOCKD		# Network Lock Manager
48#options 	NFS_ROOT		# NFS usable as /, requires NFSCL
49#options 	BOOTP_NFSROOT
50#options 	BOOTP
51
52options 	GEOM_PART_BSD		# BSD partition scheme
53options 	GEOM_PART_MBR		# MBR partition scheme
54options 	TMPFS			# Efficient memory filesystem
55#options 	MSDOSFS			# MSDOS Filesystem
56#options 	CD9660			# ISO 9660 Filesystem
57#options 	PROCFS			# Process filesystem (requires PSEUDOFS)
58options 	PSEUDOFS		# Pseudo-filesystem framework
59#options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
60#options 	KTRACE			# ktrace(1) support
61options 	SYSVSHM			# SYSV-style shared memory
62options 	SYSVMSG			# SYSV-style message queues
63options 	SYSVSEM			# SYSV-style semaphores
64options 	_KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
65#options 	NO_SYSCTL_DESCR
66# Disable the inlining of mutex, rwlock and sx locks.  These eat up a lot
67# of space.
68options 	MUTEX_NOINLINE
69options 	RWLOCK_NOINLINE
70options 	SX_NOINLINE
71options 	NO_FFS_SNAPSHOT
72options 	NO_SWAPPING
73device		random
74device		loop
75device		ether
76device		uart
77device		ate
78device		mii
79device		lxtphy
80
81# Debugging for use in -current
82#options 	DEADLKRES		# Enable the deadlock resolver
83#options 	INVARIANTS		# Enable calls of extra sanity checking
84#options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
85#options 	WITNESS			# Enable checks to detect deadlocks and cycles
86#options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
87
88device		md
89device		at91_twi		# TWI: Two Wire Interface
90device		at91_spi		# SPI:
91device		spibus
92# MMC/SD
93device		at91_mci
94device		mmc
95device		mmcsd
96# iic
97device		iic
98device		iicbus
99device		icee
100
101device		bpf
102# USB support
103options 	USB_DEBUG		# enable debug msgs
104device		ohci			# OHCI localbus->USB interface
105device		usb			# USB Bus (required)
106#device		udbp			# USB Double Bulk Pipe devices
107device		uhid			# "Human Interface Devices"
108device		ulpt			# Printer
109device		umass			# Disks/Mass storage - Requires scbus and da
110device		urio			# Diamond Rio 500 MP3 player
111# USB Serial devices
112device		uark			# Technologies ARK3116 based serial adapters
113device		ubsa			# Belkin F5U103 and compatible serial adapters
114device		uftdi			# For FTDI usb serial adapters
115device		uipaq			# Some WinCE based devices
116device		uplcom			# Prolific PL-2303 serial adapters
117device		uslcom			# SI Labs CP2101/CP2102 serial adapters
118device		uvisor			# Visor and Palm devices
119device		uvscom			# USB serial support for DDI pocket's PHS
120# USB Ethernet, requires miibus
121device		miibus
122device		aue			# ADMtek USB Ethernet
123device		axe			# ASIX Electronics USB Ethernet
124device		cdce			# Generic USB over Ethernet
125device		cue			# CATC USB Ethernet
126device		kue			# Kawasaki LSI USB Ethernet
127device		rue			# RealTek RTL8150 USB Ethernet
128device		udav			# Davicom DM9601E USB
129# USB Wireless
130device		rum			# Ralink Technology RT2501USB wireless NICs
131device		uath			# Atheros AR5523 wireless NICs
132device		ural			# Ralink Technology RT2500USB wireless NICs
133device		zyd			# ZyDAS zd1211/zd1211b wireless NICs
134# SCSI peripherals
135device		scbus			# SCSI bus (required for SCSI)
136device		da			# Direct Access (disks)
137device		cd			# CD
138device		pass			# Passthrough device (direct SCSI access)
139# Wireless NIC cards
140device		wlan			# 802.11 support
141device		wlan_wep		# 802.11 WEP support
142device		wlan_ccmp		# 802.11 CCMP support
143device		wlan_tkip		# 802.11 TKIP support
144device		wlan_amrr		# AMRR transmit rate control algorithm
145
146# USB device (gadget) support
147device		at91_dci		# Atmel's usb device
148device		usfs			# emulate a flash
149device		cdce			# emulate an ethernet
150device		usb_template		# Control of the gadget
151
152options 	IEEE80211_SUPPORT_MESH
153
154options 	AH_SUPPORT_AR5416
155