xref: /netbsd-src/sys/arch/evbarm/conf/TWINTAIL (revision 4d5abbe83f525258eb479e5fca29f25cb943f379)
1#	$NetBSD: TWINTAIL,v 1.66 2015/09/26 11:16:12 maxv 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
84options		COMPAT_NETBSD32	# allow running arm (e.g. non-earm) binaries
85#options 	COMPAT_43	# 4.3BSD compatibility.
86#options 	COMPAT_09	# NetBSD 0.9,
87#options 	COMPAT_10	# NetBSD 1.0,
88#options 	COMPAT_11	# NetBSD 1.1,
89#options 	COMPAT_12	# NetBSD 1.2,
90#options 	COMPAT_13	# NetBSD 1.3,
91#options 	COMPAT_14	# NetBSD 1.4,
92#options 	COMPAT_15	# NetBSD 1.5,
93options 	COMPAT_16	# NetBSD 1.6,
94options 	COMPAT_20	# NetBSD 2.0,
95options 	COMPAT_30	# NetBSD 3.0,
96options 	COMPAT_40	# NetBSD 4.0,
97options 	COMPAT_50	# NetBSD 5.0,
98options 	COMPAT_60	# NetBSD 6.0, and
99options 	COMPAT_70	# NetBSD 7.0 binary compatibility.
100#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
101
102# Shared memory options
103
104#options 	SYSVMSG		# System V-like message queues
105#options 	SYSVSEM		# System V-like semaphores
106#options 	SYSVSHM		# System V-like memory sharing
107
108# Device options
109
110#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
111#options 	MEMORY_DISK_SIZE=3072	# Size in blocks
112#options 	MEMORY_DISK_DYNAMIC
113#options 	MINIROOTSIZE=1000	# Size in blocks
114#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
115
116# Miscellaneous kernel options
117options 	KTRACE		# system call tracing, a la ktrace(1)
118options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
119#options 	USBVERBOSE	# verbose USB device autoconfig messages
120options 	SCSIVERBOSE	# Verbose SCSI errors
121#options 	MIIVERBOSE	# Verbose MII autoconfuration messages
122#options 	DDB_KEYCODE=0x40
123#options 	USERCONF	# userconf(4) support
124
125# Development and Debugging options
126
127options 	DIAGNOSTIC	# internal consistency checks
128#options 	DEBUG
129#options 	PMAP_DEBUG	# Enable pmap_debug_level code
130#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
131#options 	DDB		# in-kernel debugger
132#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
133#options 	KGDB
134#options  	DEBUG_KGDB
135makeoptions	DEBUG="-g"	# compile full symbol table
136#makeoptions	COPTS="-O2"
137makeoptions	COPY_SYMTAB=1
138#options 	AUDIO_DEBUG=2
139
140config		netbsd		root on ? type ?
141config		netbsd-ne0	root on ne0 type nfs
142
143# The main bus device
144mainbus0	at root
145
146# The boot cpu
147cpu0		at mainbus?
148
149# integrated peripherals
150pxaip0	at mainbus?
151
152pxaintc0 at pxaip?	# interrupt controller
153pxagpio0 at pxaip?	# GPIO
154
155# cotulla integrated 16550 UARTs
156options COM_PXA2X0
157com0	at pxaip?  addr 0x40100000 intr 22      # Full Function UART
158com1	at pxaip?  addr 0x40200000 intr 21 	# BlueTootth UART
159#com2	at pxaip?  addr 0x40700000 intr 20	# Standard UART (for IrDA)
160options FFUARTCONSOLE
161options BTUARTCONSOLE
162options KGDB_DEVNAME="\"ffuart\""   # ffuart or btuart
163options KGDB_DEVRATE=115200
164
165#aupxa0	at pxaip?		# AC97 interface
166
167# Audio support
168#audio*	at audiobus?
169
170
171# FlashROM disk driver
172# frd*	at pxaip?
173
174# On-board device support
175obio0          at pxaip? intr 8
176ne0            at obio? addr 0x0e000200 intr 5         # on-board Asix AX88796
177
178# LCD
179#device-major	lcd  		char 37
180lcd0		at obio?
181wsdisplay*	at lcd? console ?
182options FONT_SONY8x16
183#options FONT_VT220L8x8
184options 	WSEMUL_VT100		# VT100 / VT220 emulation
185options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
186options G4250_LCD_TOSHIBA_LTM035
187#options G4250_LCD_NEC_NL3224BC35
188
189kmkbd* at obio?
190wskbd* at kmkbd? # mux 1 # console ?
191options WSDISPLAY_COMPAT_RAWKBD
192
193# GB-225 option board
194opio0 	at obio?  intr 2
195
196# USB host
197# slhci0	at opio0
198# options 	SLHCI_DEBUG
199
200# USB bus support
201#usb*   at slhci?
202
203# USB Hubs
204# uhub*  at usb?
205# uhub*  at uhub? port ?
206
207# USB HID device
208# uhidev*	at uhub? port ? configuration ? interface ?
209
210# USB Mice
211# ums*	at uhidev? reportid ?
212# wsmouse* at ums? mux 0
213
214# USB Keyboards
215#ukbd*	at uhidev? reportid ?
216#wskbd*	at ukbd? console ? mux 1
217
218# USB serial adapter
219#ucycom*	at uhidev? reportid ?
220
221# USB Generic HID devices
222# uhid*	at uhidev? reportid ?
223
224# USB Printer
225#ulpt*	at uhub? port ? configuration ? interface ?
226
227# USB Modem
228#umodem*	at uhub? port ? configuration ?
229#ucom*	at umodem?
230
231# Option N.V. Wireless WAN modems
232#uhso*	at uhub? port ? configuration ?
233
234# USB Mass Storage
235#umass*	at uhub? port ? configuration ? interface ?
236#wd* at umass?
237
238# USB audio
239#uaudio*	at uhub? port ? configuration ?
240
241# USB MIDI
242#umidi* at uhub? port ? configuration ?
243
244# USB IrDA
245# USB-IrDA bridge spec
246#uirda* at uhub? port ? configuration ? interface ?
247#irframe* at uirda?
248
249# SigmaTel STIr4200 USB/IrDA Bridge
250#ustir* at uhub? port ?
251#irframe* at ustir?
252
253# USB Ethernet adapters
254#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
255#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
256#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
257#uax*	at uhub? port ?		# ASIX AX88172 based adapters
258#url*	at uhub? port ?		# Realtek RTL8150L based adapters
259
260# Prolific PL2301/PL2302 host-to-host adapter
261#upl*	at uhub? port ?
262
263# Serial adapters
264#ubsa*	at uhub? port ?		# Belkin serial adapter
265#ucom*	at ubsa? portno ?
266
267#uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
268#ucom*	at uftdi? portno ?
269
270#umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
271#ucom*	at umct? portno ?
272
273#uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
274#ucom*	at uplcom? portno ?
275
276#uvscom*	at uhub? port ?		# SUNTAC Slipper U VS-10U serial adapter
277#ucom*	at uvscom? portno ?
278
279# Diamond Multimedia Rio 500
280#urio*	at uhub? port ?
281
282# USB Handspring Visor
283#uvisor*	at uhub? port ?
284#ucom*	at uvisor?
285
286# Kyocera AIR-EDGE PHONE
287#ukyopon* at uhub? port ?
288#ucom*	at ukyopon? portno ?
289
290# USB scanners
291#uscanner* at uhub? port ?
292
293# USB scanners that use SCSI emulation, e.g., HP5300
294#usscanner* at uhub? port ?
295
296# Y@P firmware loader
297#uyap* at uhub? port ?
298
299# D-Link DSB-R100 USB radio
300#udsbr*	at uhub? port ?
301#radio*	at udsbr?
302
303# USB Generic driver
304# ugen*	at uhub? port ?
305
306# PCMCIA/CF card
307opcic0	at opio?
308pcmcia*	at opcic?
309
310# PCMCIA serial interfaces
311com*	at pcmcia? function ?		# Modems and serial cards
312
313pcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
314com*	at pcmcom? slave ?		# ...and the slave devices
315
316# PCMCIA SCSI controllers
317aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
318esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
319
320# SCSI bus support
321scsibus* at scsi?
322
323# SCSI devices
324sd*	at scsibus? target ? lun ?	# SCSI disk drives
325st*	at scsibus? target ? lun ?	# SCSI tape drives
326cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
327ch*	at scsibus? target ? lun ?	# SCSI autochangers
328ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
329ss*	at scsibus? target ? lun ?	# SCSI scanners
330uk*	at scsibus? target ? lun ?	# SCSI unknown
331
332# PCMCIA IDE controllers
333wdc*	at pcmcia? function ?
334atabus*	at wdc? channel ?
335wd*		at atabus? drive ? flags 0x0000
336
337# PCMCIA network interfaces
338an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
339awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
340cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
341ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
342mbe*	at pcmcia? function ?		# MB8696x based Ethernet
343ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
344ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
345sm*	at pcmcia? function ?		# Megahertz Ethernet
346# tr at pcmcia has problems with Cardbus bridges
347tr*	at pcmcia? function ?		# TROPIC based Token-Ring
348wi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
349xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
350com*	at xirc?
351xi*	at xirc?
352
353mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
354com*	at mhzc?
355sm*	at mhzc?
356
357# DMAC support
358pxadmac0 at pxaip? addr 0x40000000 intr 25
359options 	PXA2X0_DMAC_DMOVER_CONCURRENCY=4 # Enable dmover(9) backend
360#options 	PXA2X0_DMAC_FIXED_PRIORITY	# Don't want multiple priority
361
362
363# MMC/SD contoller in PXA255
364#  (attached on obio for card detect and write protect signal)
365pxamci0 at obio?
366sdmmc* at pxamci?
367#options 	PXAMCI_DEBUG
368#options 	SDMMC_DEBUG
369#options 	SDMMC_DUMP_CSD
370
371ld* at sdmmc?				# MMC/SD card
372
373# Pseudo-Devices
374
375# disk/mass storage pseudo-devices
376#pseudo-device	md			# memory disk device (ramdisk)
377#pseudo-device	vnd			# disk-like interface to files
378#pseudo-device	fss			# file system snapshot device
379pseudo-device	putter			# for puffs and pud
380
381# network pseudo-devices
382pseudo-device	bpfilter		# Berkeley packet filter
383pseudo-device	ipfilter		# IP filter (firewall) and NAT
384pseudo-device	loop			# network loopback
385#pseudo-device	kttcp			# network loopback
386#pseudo-device	ppp			# Point-to-Point Protocol
387#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
388#pseudo-device	sl			# Serial Line IP
389#pseudo-device	strip			# Starmode Radio IP (Metricom)
390#pseudo-device	irframetty		# IrDA frame line discipline
391#pseudo-device	tap			# virtual Ethernet
392#pseudo-device	tun			# network tunneling over tty
393#pseudo-device	gre			# generic L3 over IP tunnel
394#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
395#pseudo-device	faith			# IPv[46] tcp relay translation i/f
396#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
397#pseudo-device	vlan			# IEEE 802.1q encapsulation
398#pseudo-device	bridge			# simple inter-network bridging
399#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
400#pseudo-device	pf			# PF packet filter
401#pseudo-device	pflog			# PF log if
402
403# miscellaneous pseudo-devices
404pseudo-device	pty			# pseudo-terminals
405pseudo-device	clockctl		# user control of clock subsystem
406
407# wscons pseudo-devices
408pseudo-device	wsmux			# mouse & keyboard multiplexor
409#pseudo-device	wsfont
410pseudo-device	ksyms			# /dev/ksyms
411