CAMBRIA revision 215142
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 215142 2010-11-11 20:18:33Z thompsa $
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
42#options 	DEADLKRES		#Enable the deadlock resolver
43options 	INVARIANTS		#Enable calls of extra sanity checking
44options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
45#options 	WITNESS			#Enable checks to detect deadlocks and cycles
46#options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
47#options 	DIAGNOSTIC
48
49options 	SCHED_4BSD		#4BSD scheduler
50#options 	PREEMPTION
51options 	INET			#InterNETworking
52options 	FFS			#Berkeley Fast Filesystem
53options 	SOFTUPDATES		#Enable FFS soft updates support
54options 	NFSCLIENT		#Network Filesystem Client
55options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
56options 	BOOTP
57options 	BOOTP_NFSROOT
58options 	BOOTP_NFSV3
59options 	BOOTP_WIRED_TO=npe0
60options 	BOOTP_COMPAT
61
62# Hardware performance counters
63options 	HWPMC_HOOKS
64device		hwpmc
65
66#options 	VERBOSE_SYSINIT
67options 	VERBOSE_INIT_ARM
68
69#device		saarm
70
71device		pci
72device		uart
73
74device		ixpwdog		# watchdog timer
75
76options 	IXP4XX_FLASH_SIZE=0x02000000	# stock 2358 comes w/ 32M
77device		cfi		# flash support
78device		cfid		# flash disk support
79device		geom_redboot	# redboot fis parser
80
81# I2C Bus
82device		iicbus
83device		iicbb
84device		iic
85
86device		ixpiic		# I2C bus glue
87device		ds1672		# DS1672 on I2C bus
88device		ad7418		# AD7418 on I2C bus
89
90device		cambria_fled	# Font Panel LED on I2C bus
91device		cambria_led	# 8-LED latch
92
93device		gpio
94device		gpioled
95device		cambria_gpio	# GPIO pins on J11
96
97device		ata
98device		atadisk		# ATA disk drives
99device		avila_ata	# Gateworks CF/IDE support
100
101device		npe		# Network Processing Engine
102device		npe_fw
103device		firmware
104device		qmgr		# Q Manager (required by npe)
105device		mii		# NB: required by npe
106device		ether
107device		bpf
108
109device		pty
110device		loop
111device		if_bridge
112
113device		md
114device		random		# Entropy device
115
116# Wireless NIC cards
117device		wlan		# 802.11 support
118options 	IEEE80211_DEBUG
119options 	IEEE80211_SUPPORT_TDMA
120options 	IEEE80211_SUPPORT_MESH
121device		wlan_wep	# 802.11 WEP support
122device		wlan_ccmp	# 802.11 CCMP support
123device		wlan_tkip	# 802.11 TKIP support
124device		wlan_xauth
125
126device		ath		# Atheros pci/cardbus NIC's
127options 	ATH_DEBUG
128options 	ATH_DIAGAPI
129#options 	ATH_TX99_DIAG
130device		ath_rate_sample	# SampleRate tx rate control for ath
131
132options 	AH_DEBUG
133#options 	AH_ASSERT
134options 	AH_PRIVATE_DIAG
135#device		ath_ar5210
136#device		ath_ar5211
137#
138device		ath_ar5212
139#device		ath_rf2413
140#device		ath_rf2425		# NB:supports 2417 too
141#device		ath_rf5111
142device		ath_rf5112
143device		ath_rf5413
144#
145#device		ath_ar5416
146#options 	AH_SUPPORT_AR5416	# NB: for 11n descriptor format
147#device		ath_ar9160
148#device		ath_ar9280
149
150# NB: 2 USB 2.0 ports standard
151device		usb
152options 	USB_EHCI_BIG_ENDIAN_DESC	# handle big-endian byte order
153#options 	USB_DEBUG
154device		ehci
155device		umass
156device		scbus		# SCSI bus (required for SCSI)
157device		da		# Direct Access (disks)
158
159#device		ural
160#device		zyd
161#device		wlan_amrr
162