xref: /netbsd-src/sys/arch/evbarm/conf/TWINTAIL (revision 48fb7bfab72acd4281a53bbee5ccf3f809019e75)
1#	$NetBSD: TWINTAIL,v 1.59 2013/08/12 21:15:56 matt Exp $
2#
3#	TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
4#
5
6include	"arch/evbarm/conf/std.g42xxeb"
7
8# estimated number of users
9
10maxusers	32
11
12options 	VERBOSE_ARM32
13#options 	INTR_DEBUG
14#options	BOOTHOWTO=RB_SINGLE
15options 	PCMCIADEBUG
16options 	PCMCIACISDEBUG
17
18# Standard system options
19
20options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
21#options 	NTP		# NTP phase/frequency locked loop
22
23# CPU options
24
25options 	CPU_XSCALE_PXA250	# Support the XScale core
26#options 	CPU_XSCALE_PXA270	# You can enable this, but useless for this board.
27#options 	XSCALE_CACHE_WRITE_THROUGH
28options 	XSCALE_CACHE_READ_WRITE_ALLOCATE
29makeoptions	CPUFLAGS="-mcpu=xscale"
30
31# Architecture options
32
33# File systems
34
35file-system	FFS		# UFS
36#file-system	LFS		# log-structured file system
37file-system	MFS		# memory file system
38file-system	NFS		# Network file system
39#file-system 	ADOSFS		# AmigaDOS-compatible file system
40#file-system 	EXT2FS		# second extended file system (linux)
41file-system	CD9660		# ISO 9660 + Rock Ridge file system
42file-system	MSDOSFS		# MS-DOS file system
43file-system	FDESC		# /dev/fd
44file-system	KERNFS		# /kern
45file-system	NULLFS		# loopback file system
46file-system	PROCFS		# /proc
47file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
48#file-system	UMAPFS		# NULLFS + uid and gid remapping
49file-system	UNION		# union file system
50file-system	PTYFS		# /dev/pts/N support
51
52# File system options
53#options 	QUOTA		# legacy UFS quotas
54#options 	QUOTA2		# new, in-filesystem UFS quotas
55#options 	FFS_EI		# FFS Endian Independent support
56#options 	NFSSERVER
57options 	WAPBL		# File system journaling support
58#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
59
60# Networking options
61
62#options 	GATEWAY		# packet forwarding
63options 	INET		# IP + ICMP + TCP + UDP
64options 	INET6		# IPV6
65#options 	IPSEC		# IP security
66#options 	IPSEC_DEBUG	# debug for IP security
67#options 	MROUTING	# IP multicast routing
68#options 	NETATALK	# AppleTalk networking
69#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
70#options 	PPP_DEFLATE	# Deflate compression support for PPP
71#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
72options 	IPFILTER_LOG	# ipmon(8) log support
73options 	IPFILTER_LOOKUP	# ippool(8) support
74options 	IPFILTER_COMPAT # Compat for IP-Filter
75#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
76#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
77
78options 	NFS_BOOT_BOOTP
79options 	NFS_BOOT_DHCP
80#options 	NFS_BOOT_BOOTPARAM
81
82# Compatibility options
83
84#options 	COMPAT_43	# 4.3BSD compatibility.
85options 	COMPAT_60	# NetBSD 6.0 compatibility.
86options 	COMPAT_50	# NetBSD 5.0 compatibility.
87options 	COMPAT_40	# NetBSD 4.0 compatibility.
88options 	COMPAT_30	# NetBSD 3.0 compatibility.
89options 	COMPAT_20	# NetBSD 2.0 compatibility.
90options 	COMPAT_16	# NetBSD 1.6 compatibility.
91#options 	COMPAT_15	# NetBSD 1.5 compatibility.
92#options 	COMPAT_14	# NetBSD 1.4 compatibility.
93#options 	COMPAT_13	# NetBSD 1.3 compatibility.
94#options 	COMPAT_12	# NetBSD 1.2 compatibility.
95#options 	COMPAT_11	# NetBSD 1.1 compatibility.
96#options 	COMPAT_10	# NetBSD 1.0 compatibility.
97#options 	COMPAT_09	# NetBSD 0.9 compatibility.
98#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
99
100# Shared memory options
101
102#options 	SYSVMSG		# System V-like message queues
103#options 	SYSVSEM		# System V-like semaphores
104#options 	SYSVSHM		# System V-like memory sharing
105
106# Device options
107
108#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
109#options 	MEMORY_DISK_SIZE=3072	# Size in blocks
110#options 	MEMORY_DISK_DYNAMIC
111#options 	MINIROOTSIZE=1000	# Size in blocks
112#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
113
114# Miscellaneous kernel options
115options 	KTRACE		# system call tracing, a la ktrace(1)
116#options 	KMEMSTATS	# kernel memory statistics
117options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
118options 	USBVERBOSE	# verbose USB device autoconfig messages
119options 	SCSIVERBOSE	# Verbose SCSI errors
120#options 	MIIVERBOSE	# Verbose MII autoconfuration messages
121#options 	DDB_KEYCODE=0x40
122#options 	USERCONF	# userconf(4) support
123
124# Development and Debugging options
125
126options 	DIAGNOSTIC	# internally consistency checks
127#options 	DEBUG
128#options 	PMAP_DEBUG	# Enable pmap_debug_level code
129#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
130#options 	DDB		# in-kernel debugger
131#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
132#options 	KGDB
133#options  	DEBUG_KGDB
134makeoptions	DEBUG="-g"	# compile full symbol table
135#makeoptions	COPTS="-O2"
136options 	SYMTAB_SPACE=640000
137#options 	AUDIO_DEBUG=2
138
139config		netbsd		root on ? type ?
140config		netbsd-ne0	root on ne0 type nfs
141
142# The main bus device
143mainbus0	at root
144
145# The boot cpu
146cpu0		at mainbus?
147
148# integrated peripherals
149pxaip0	at mainbus?
150
151pxaintc0 at pxaip?	# interrupt controller
152pxagpio0 at pxaip?	# GPIO
153
154# cotulla integrated 16550 UARTs
155options COM_PXA2X0
156com0	at pxaip?  addr 0x40100000 intr 22      # Full Function UART
157com1	at pxaip?  addr 0x40200000 intr 21 	# BlueTootth UART
158#com2	at pxaip?  addr 0x40700000 intr 20	# Standard UART (for IrDA)
159options FFUARTCONSOLE
160options BTUARTCONSOLE
161options KGDB_DEVNAME="\"ffuart\""   # ffuart or btuart
162options KGDB_DEVRATE=115200
163
164#aupxa0	at pxaip?		# AC97 interface
165
166# Audio support
167#audio*	at audiobus?
168
169
170# FlashROM disk driver
171# frd*	at pxaip?
172
173# On-board device support
174obio0          at pxaip? intr 8
175ne0            at obio? addr 0x0e000200 intr 5         # on-board Asix AX88796
176
177# LCD
178#device-major	lcd  		char 37
179lcd0		at obio?
180wsdisplay*	at lcd? console ?
181options FONT_SONY8x16
182#options FONT_VT220L8x8
183options 	WSEMUL_VT100		# VT100 / VT220 emulation
184options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
185options G4250_LCD_TOSHIBA_LTM035
186#options G4250_LCD_NEC_NL3224BC35
187
188kmkbd* at obio?
189wskbd* at kmkbd? # mux 1 # console ?
190options WSDISPLAY_COMPAT_RAWKBD
191
192# GB-225 option board
193opio0 	at obio?  intr 2
194
195# USB host
196# slhci0	at opio0
197# options 	SLHCI_DEBUG
198
199# USB bus support
200#usb*   at slhci?
201
202# USB Hubs
203# uhub*  at usb?
204# uhub*  at uhub? port ?
205
206# USB HID device
207# uhidev*	at uhub? port ? configuration ? interface ?
208
209# USB Mice
210# ums*	at uhidev? reportid ?
211# wsmouse* at ums? mux 0
212
213# USB Keyboards
214#ukbd*	at uhidev? reportid ?
215#wskbd*	at ukbd? console ? mux 1
216
217# USB serial adapter
218#ucycom*	at uhidev? reportid ?
219
220# USB Generic HID devices
221# uhid*	at uhidev? reportid ?
222
223# USB Printer
224#ulpt*	at uhub? port ? configuration ? interface ?
225
226# USB Modem
227#umodem*	at uhub? port ? configuration ?
228#ucom*	at umodem?
229
230# Option N.V. Wireless WAN modems
231#uhso*	at uhub? port ? configuration ?
232
233# USB Mass Storage
234#umass*	at uhub? port ? configuration ? interface ?
235#wd* at umass?
236
237# USB audio
238#uaudio*	at uhub? port ? configuration ?
239
240# USB MIDI
241#umidi* at uhub? port ? configuration ?
242
243# USB IrDA
244# USB-IrDA bridge spec
245#uirda* at uhub? port ? configuration ? interface ?
246#irframe* at uirda?
247
248# SigmaTel STIr4200 USB/IrDA Bridge
249#ustir* at uhub? port ?
250#irframe* at ustir?
251
252# USB Ethernet adapters
253#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
254#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
255#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
256#uax*	at uhub? port ?		# ASIX AX88172 based adapters
257#url*	at uhub? port ?		# Realtek RTL8150L based adapters
258
259# Prolific PL2301/PL2302 host-to-host adapter
260#upl*	at uhub? port ?
261
262# Serial adapters
263#ubsa*	at uhub? port ?		# Belkin serial adapter
264#ucom*	at ubsa? portno ?
265
266#uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
267#ucom*	at uftdi? portno ?
268
269#umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
270#ucom*	at umct? portno ?
271
272#uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
273#ucom*	at uplcom? portno ?
274
275#uvscom*	at uhub? port ?		# SUNTAC Slipper U VS-10U serial adapter
276#ucom*	at uvscom? portno ?
277
278# Diamond Multimedia Rio 500
279#urio*	at uhub? port ?
280
281# USB Handspring Visor
282#uvisor*	at uhub? port ?
283#ucom*	at uvisor?
284
285# Kyocera AIR-EDGE PHONE
286#ukyopon* at uhub? port ?
287#ucom*	at ukyopon? portno ?
288
289# USB scanners
290#uscanner* at uhub? port ?
291
292# USB scanners that use SCSI emulation, e.g., HP5300
293#usscanner* at uhub? port ?
294
295# Y@P firmware loader
296#uyap* at uhub? port ?
297
298# D-Link DSB-R100 USB radio
299#udsbr*	at uhub? port ?
300#radio*	at udsbr?
301
302# USB Generic driver
303# ugen*	at uhub? port ?
304
305# PCMCIA/CF card
306opcic0	at opio?
307pcmcia*	at opcic?
308
309# PCMCIA serial interfaces
310com*	at pcmcia? function ?		# Modems and serial cards
311
312pcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
313com*	at pcmcom? slave ?		# ...and the slave devices
314
315# PCMCIA SCSI controllers
316aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
317esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
318
319# SCSI bus support
320scsibus* at scsi?
321
322# SCSI devices
323sd*	at scsibus? target ? lun ?	# SCSI disk drives
324st*	at scsibus? target ? lun ?	# SCSI tape drives
325cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
326ch*	at scsibus? target ? lun ?	# SCSI autochangers
327ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
328ss*	at scsibus? target ? lun ?	# SCSI scanners
329uk*	at scsibus? target ? lun ?	# SCSI unknown
330
331# PCMCIA IDE controllers
332wdc*	at pcmcia? function ?
333atabus*	at wdc? channel ?
334wd*		at atabus? drive ? flags 0x0000
335
336# PCMCIA network interfaces
337an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
338awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
339cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
340ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
341mbe*	at pcmcia? function ?		# MB8696x based Ethernet
342ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
343ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
344sm*	at pcmcia? function ?		# Megahertz Ethernet
345# tr at pcmcia has problems with Cardbus bridges
346tr*	at pcmcia? function ?		# TROPIC based Token-Ring
347wi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
348xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
349com*	at xirc?
350xi*	at xirc?
351
352mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
353com*	at mhzc?
354sm*	at mhzc?
355
356# DMAC support
357pxadmac0 at pxaip? addr 0x40000000 intr 25
358options 	PXA2X0_DMAC_DMOVER_CONCURRENCY=4 # Enable dmover(9) backend
359#options 	PXA2X0_DMAC_FIXED_PRIORITY	# Don't want multiple priority
360
361
362# MMC/SD contoller in PXA255
363#  (attached on obio for card detect and write protect signal)
364pxamci0 at obio?
365sdmmc* at pxamci?
366#options 	PXAMCI_DEBUG
367#options 	SDMMC_DEBUG
368#options 	SDMMC_DUMP_CSD
369
370ld* at sdmmc?				# MMC/SD card
371
372# Pseudo-Devices
373
374# disk/mass storage pseudo-devices
375#pseudo-device	md			# memory disk device (ramdisk)
376#pseudo-device	vnd			# disk-like interface to files
377#pseudo-device	fss			# file system snapshot device
378pseudo-device	putter			# for puffs and pud
379
380# network pseudo-devices
381pseudo-device	bpfilter		# Berkeley packet filter
382pseudo-device	ipfilter		# IP filter (firewall) and NAT
383pseudo-device	loop			# network loopback
384#pseudo-device	kttcp			# network loopback
385#pseudo-device	ppp			# Point-to-Point Protocol
386#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
387#pseudo-device	sl			# Serial Line IP
388#pseudo-device	strip			# Starmode Radio IP (Metricom)
389#pseudo-device	irframetty		# IrDA frame line discipline
390#pseudo-device	tap			# virtual Ethernet
391#pseudo-device	tun			# network tunneling over tty
392#pseudo-device	gre			# generic L3 over IP tunnel
393#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
394#pseudo-device	faith			# IPv[46] tcp relay translation i/f
395#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
396#pseudo-device	vlan			# IEEE 802.1q encapsulation
397#pseudo-device	bridge			# simple inter-network bridging
398#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
399#pseudo-device	pf			# PF packet filter
400#pseudo-device	pflog			# PF log if
401
402# miscellaneous pseudo-devices
403pseudo-device	pty			# pseudo-terminals
404pseudo-device	clockctl		# user control of clock subsystem
405
406# wscons pseudo-devices
407pseudo-device	wsmux			# mouse & keyboard multiplexor
408#pseudo-device	wsfont
409pseudo-device	ksyms			# /dev/ksyms
410