CAMBRIA revision 186352
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 186352 2008-12-20 03:26:09Z sam $
20
21machine		arm
22ident		CAMBRIA
23
24include		"../xscale/ixp425/std.ixp435"
25# NB: memory mapping is defined in std.avila
26include		"../xscale/ixp425/std.avila"
27options 	XSCALE_CACHE_READ_WRITE_ALLOCATE
28#options 	ARM_USE_SMALL_ALLOC
29#To statically compile in device wiring instead of /boot/device.hints
30hints		"CAMBRIA.hints"		# Default places to look for devices.
31
32makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
33makeoptions	CONF_CFLAGS=-mcpu=xscale
34makeoptions	MODULES_OVERRIDE=""
35#options 	HZ=1000
36options 	HZ=100
37options 	DEVICE_POLLING
38
39# Debugging for use in -current
40options 	KDB
41#options 	GDB
42options 	DDB			#Enable the kernel debugger
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#options 	VERBOSE_SYSINIT
63options 	VERBOSE_INIT_ARM
64
65#device		saarm
66
67device		pci
68device		uart
69
70# I2C Bus
71device		iicbus
72device		iicbb
73device		iic
74
75device		ixpiic		# I2C bus glue
76device		ixpwdog		# watchdog timer
77device		ds1672		# DS1672 on I2C bus
78device		ad7418		# AD7418 on I2C bus
79
80device		cambria_fled	# Font Panel LED on I2C bus
81device		cambria_led	# 8-LED latch
82
83device		ata
84device		atadisk         # ATA disk drives
85device		avila_ata	# Gateworks CF/IDE support
86
87device		npe		# Network Processing Engine
88device		npe_fw
89device		firmware
90device		qmgr		# Q Manager (required by npe)
91device		miibus		# NB: required by npe
92device		ether
93device		bpf
94
95device		pty
96device		loop
97device		if_bridge
98
99device		md
100device          random          # Entropy device
101
102# NB: 2 USB 2.0 ports standard
103device		usb
104options		USB_EHCI_BIG_ENDIAN_DESC	# handle big-endian byte order
105#options		USB_DEBUG
106device		ehci
107device		ugen
108device		umass
109device		scbus		# SCSI bus (required for SCSI)
110device		da		# Direct Access (disks)
111
112# Wireless NIC cards
113device		wlan		# 802.11 support
114options		IEEE80211_DEBUG
115device		wlan_wep	# 802.11 WEP support
116device		wlan_ccmp	# 802.11 CCMP support
117device		wlan_tkip	# 802.11 TKIP support
118device		wlan_xauth
119
120device		ath		# Atheros pci/cardbus NIC's
121options 	ATH_DEBUG
122options		ATH_DIAGAPI
123#options		ATH_TX99_DIAG
124device		ath_rate_sample	# SampleRate tx rate control for ath
125
126options		AH_DEBUG
127#options		AH_ASSERT
128options		AH_PRIVATE_DIAG
129#device		ath_ar5210
130#device		ath_ar5211
131#
132device		ath_ar5212
133#device		ath_rf2413
134#device		ath_rf2425		# NB:supports 2417 too
135#device		ath_rf5111
136device		ath_rf5112
137device		ath_rf5413
138#
139#device		ath_ar5416
140#options		AH_SUPPORT_AR5416	# NB: for 11n descriptor format
141#device		ath_rf2133
142#device		ath_ar9160
143#device		ath_ar9280
144#device		ath_rf9280
145#device		ath_ar9285
146
147device		ural
148device		zyd
149device		wlan_amrr
150