CAMBRIA revision 189609
1# CAMBRIA -- Gateworks Cambria 235x boards
2# kernel configuration file for FreeBSD/arm
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: head/sys/arm/conf/CAMBRIA 189609 2009-03-09 23:25:34Z sam $
20
21ident		CAMBRIA
22
23include		"../xscale/ixp425/std.ixp435"
24# NB: memory mapping is defined in std.avila
25include		"../xscale/ixp425/std.avila"
26options 	XSCALE_CACHE_READ_WRITE_ALLOCATE
27#options 	ARM_USE_SMALL_ALLOC
28#To statically compile in device wiring instead of /boot/device.hints
29hints		"CAMBRIA.hints"		# Default places to look for devices.
30
31makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
32makeoptions	CONF_CFLAGS=-mcpu=xscale
33makeoptions	MODULES_OVERRIDE=""
34#options 	HZ=1000
35options 	HZ=100
36options 	DEVICE_POLLING
37
38# Debugging for use in -current
39options 	KDB
40#options 	GDB
41options 	DDB			#Enable the kernel debugger
42options 	INVARIANTS		#Enable calls of extra sanity checking
43options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
44#options 	WITNESS			#Enable checks to detect deadlocks and cycles
45#options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
46#options 	DIAGNOSTIC
47
48options 	SCHED_4BSD		#4BSD scheduler
49#options 	PREEMPTION
50options 	INET			#InterNETworking
51options 	FFS			#Berkeley Fast Filesystem
52options 	SOFTUPDATES		#Enable FFS soft updates support
53options 	NFSCLIENT		#Network Filesystem Client
54options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
55options 	BOOTP
56options 	BOOTP_NFSROOT
57options 	BOOTP_NFSV3
58options 	BOOTP_WIRED_TO=npe0
59options 	BOOTP_COMPAT
60
61#options 	VERBOSE_SYSINIT
62options 	VERBOSE_INIT_ARM
63
64#device		saarm
65
66device		pci
67device		uart
68
69device		ixpwdog		# watchdog timer
70device		cfi		# flash support
71device		cfid		# flash disk support
72device		geom_redboot	# redboot fis parser
73
74# I2C Bus
75device		iicbus
76device		iicbb
77device		iic
78
79device		ixpiic		# I2C bus glue
80device		ds1672		# DS1672 on I2C bus
81device		ad7418		# AD7418 on I2C bus
82
83device		cambria_fled	# Font Panel LED on I2C bus
84device		cambria_led	# 8-LED latch
85
86device		ata
87device		atadisk         # ATA disk drives
88device		avila_ata	# Gateworks CF/IDE support
89
90device		npe		# Network Processing Engine
91device		npe_fw
92device		firmware
93device		qmgr		# Q Manager (required by npe)
94device		mii		# NB: required by npe
95device		ether
96device		bpf
97
98device		pty
99device		loop
100device		if_bridge
101
102device		md
103device          random          # Entropy device
104
105# Wireless NIC cards
106device		wlan		# 802.11 support
107options		IEEE80211_DEBUG
108options		IEEE80211_SUPPORT_TDMA
109device		wlan_wep	# 802.11 WEP support
110device		wlan_ccmp	# 802.11 CCMP support
111device		wlan_tkip	# 802.11 TKIP support
112device		wlan_xauth
113
114device		ath		# Atheros pci/cardbus NIC's
115options		ATH_SUPPORT_TDMA
116options 	ATH_DEBUG
117options		ATH_DIAGAPI
118#options		ATH_TX99_DIAG
119device		ath_rate_sample	# SampleRate tx rate control for ath
120
121options		AH_DEBUG
122#options		AH_ASSERT
123options		AH_PRIVATE_DIAG
124#device		ath_ar5210
125#device		ath_ar5211
126#
127device		ath_ar5212
128#device		ath_rf2413
129#device		ath_rf2425		# NB:supports 2417 too
130#device		ath_rf5111
131device		ath_rf5112
132device		ath_rf5413
133#
134#device		ath_ar5416
135#options		AH_SUPPORT_AR5416	# NB: for 11n descriptor format
136#device		ath_rf2133
137#device		ath_ar9160
138#device		ath_ar9280
139#device		ath_rf9280
140#device		ath_ar9285
141
142# NB: 2 USB 2.0 ports standard
143makeoptions	WITH_LEGACY
144device		ousb
145options		USB_EHCI_BIG_ENDIAN_DESC	# handle big-endian byte order
146#options		USB_DEBUG
147device		oehci
148device		oumass
149device		scbus		# SCSI bus (required for SCSI)
150device		da		# Direct Access (disks)
151
152#device		oural
153#device		ozyd
154#device		wlan_amrr
155