xref: /netbsd-src/sys/arch/evbarm/conf/GUMSTIX (revision 2b3d1ee8a773e028429b331332895d44f445d720)
1#	$NetBSD: GUMSTIX,v 1.69 2012/09/15 06:13:43 kiyohara Exp $
2#
3#	GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
4#
5
6include 	"arch/evbarm/conf/std.gumstix"
7
8#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
9
10# estimated number of users
11
12maxusers	32
13
14# CPU options
15
16# For XScale systems
17options 	CPU_XSCALE_PXA250	# Support the basix/connex motherboards
18options 	CPU_XSCALE_PXA270	# Support the verdex motherboards
19makeoptions	CPUFLAGS="-mcpu=xscale"
20
21# Architecture options
22#options 	XSCALE_CACHE_WRITE_THROUGH
23options 	XSCALE_CACHE_READ_WRITE_ALLOCATE
24
25# Gumstix options
26options 	GUMSTIX
27# if not specified 'busheader=' in args from u-boot, use GXIO_DEFAULT_EXPANSION.
28options 	GUMSTIX_NETBSD_ARGS_BUSHEADER
29options 	GUMSTIX_NETBSD_ARGS_CONSOLE	# dynamically configure console
30						# 'console=lcd' or ffuart,stuart
31
32# Standard system options
33
34options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
35#options 	NTP		# NTP phase/frequency locked loop
36
37# File systems
38
39file-system 	FFS		# UFS
40file-system 	EXT2FS		# second extended file system (linux)
41file-system 	LFS		# log-structured file system
42file-system 	MFS		# memory file system
43file-system 	NFS		# Network File System client
44#file-system 	NTFS		# Windows/NT file system (experimental)
45#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
46file-system 	MSDOSFS		# MS-DOS file system
47file-system 	FDESC		# /dev/fd
48file-system 	KERNFS		# /kern
49file-system 	NULLFS		# loopback file system
50file-system 	OVERLAY		# overlay file system
51file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
52file-system 	PROCFS		# /proc
53file-system 	UMAPFS		# NULLFS + uid and gid remapping
54file-system 	UNION		# union file system
55file-system 	CODA		# Coda File System; also needs vcoda (below)
56file-system 	SMBFS		# experimental - CIFS; also needs nsmb (below)
57file-system 	PTYFS		# /dev/ptm support
58file-system 	TMPFS		# Efficient memory file-system
59#file-system 	UDF		# experimental - OSTA UDF CD/DVD file-system
60#file-system 	HFS		# experimental - Apple HFS+ (read-only)
61
62# File system options
63#options 	QUOTA		# legacy UFS quotas
64#options 	QUOTA2		# new, in-filesystem UFS quotas
65#options 	FFS_EI		# FFS Endian Independent support
66options 	WAPBL		# File system journaling support
67# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
68# It is not recommended for general use.
69#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
70#options 	NFSSERVER	# Network File System server
71#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
72#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
73				# immutable) behave as system flags.
74
75# Networking options
76
77#options 	GATEWAY		# packet forwarding
78options 	INET		# IP + ICMP + TCP + UDP
79options 	INET6		# IPv6
80options 	IPSEC		# IP security
81options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
82options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
83#options 	IPSEC_DEBUG	# debug for IP security
84#options 	MROUTING	# IP multicast routing
85#options 	PIM		# Protocol Independent Multicast
86#options 	ISO,TPIP	# OSI
87#options 	EON		# OSI tunneling over IP
88#options 	NETATALK	# AppleTalk networking
89#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
90#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
91#options 	PPP_DEFLATE	# Deflate compression support for PPP
92#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
93#options 	IPFILTER_LOG	# ipmon(8) log support
94#options 	IPFILTER_LOOKUP	# ippool(8) support
95options 	IPFILTER_COMPAT # Compat for IP-Filter
96#options 	IPFILTER_DEFAULT_BLOCK  # block all packets by default
97#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
98
99options 	NFS_BOOT_BOOTP
100options 	NFS_BOOT_DHCP
101#options 	NFS_BOOT_BOOTPARAM
102
103# Compatibility options
104
105#options 	COMPAT_09	# NetBSD 0.9 compatibility.
106#options 	COMPAT_10	# NetBSD 1.0 compatibility.
107#options 	COMPAT_11	# NetBSD 1.1 compatibility.
108#options 	COMPAT_12	# NetBSD 1.2 compatibility.
109#options 	COMPAT_13	# NetBSD 1.3 compatibility.
110#options 	COMPAT_14	# NetBSD 1.4 compatibility.
111#options 	COMPAT_15	# NetBSD 1.5 compatibility.
112options 	COMPAT_16	# NetBSD 1.6 compatibility.
113options 	COMPAT_20	# NetBSD 2.0 compatibility.
114options 	COMPAT_30	# NetBSD 3.0 compatibility.
115options 	COMPAT_40	# NetBSD 4.0 compatibility.
116options 	COMPAT_50	# NetBSD 5.0 compatibility.
117#options 	COMPAT_43	# 4.3BSD compatibility.
118#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
119
120options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
121options 	COMPAT_LINUX	# binary compatibility with Linux
122options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
123
124# Shared memory options
125
126#options 	SYSVMSG		# System V-like message queues
127#options 	SYSVSEM		# System V-like semaphores
128#options 	SYSVSHM		# System V-like memory sharing
129
130# Device options
131
132#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
133#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
134#options 	MEMORY_DISK_DYNAMIC
135#options 	MEMORY_DISK_ROOT_SIZE=22528	# Size in blocks
136
137# Miscellaneous kernel options
138
139options 	KTRACE		# system call tracing, a la ktrace(1)
140options 	IRQSTATS	# manage IRQ statistics
141#options 	KMEMSTATS	# kernel memory statistics
142options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
143#options 	USBVERBOSE	# verbose USB device autoconfig messages
144options 	MIIVERBOSE	# Verbose MII autoconfuration messages
145#options 	DDB_KEYCODE=0x40
146#options 	USERCONF	# userconf(4) support
147#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
148#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
149
150# Development and Debugging options
151
152#options 	PERFCTRS	# performance counters
153options 	DIAGNOSTIC	# internally consistency checks
154options 	DEBUG
155#options 	LOCKDEBUG
156#options 	PMAP_DEBUG	# Enable pmap_debug_level code
157#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
158options 	DDB		# in-kernel debugger
159#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
160#options 	KGDB
161#options 	DEBUG_KGDB
162makeoptions	DEBUG="-g"	# compile full symbol table
163#makeoptions	COPTS="-O2"
164options 	SYMTAB_SPACE=785000
165#options 	AUDIO_DEBUG=2
166
167config		netbsd		root on ? type ?
168config		netbsd-sm0	root on sm0 type nfs
169config		netbsd-smsh0	root on smsh0 type nfs
170
171# The main bus device
172mainbus0 at root
173
174# The boot cpu
175cpu0	at mainbus?
176
177# integrated peripherals
178pxaip0	at mainbus?
179
180pxaintc0 at pxaip?				# interrupt controller
181options 	PXAGPIO_HAS_GPION_INTRS
182
183pxagpio0 at pxaip?				# GPIO
184pxartc0	at pxaip? addr 0x40900000		# RTC
185
186# cotulla integrated 16550 UARTs
187options COM_PXA2X0
188com0	at pxaip? addr 0x40100000 intr 22	# Full Function UART
189com1	at pxaip? addr 0x40700000 intr 20	# Standard UART (console-st)
190com2	at pxaip? addr 0x40200000 intr 21	# Bluetooth UART (old bt or vx)
191com3	at pxaip? addr 0x41600000 intr 7	# Hardware UART(console-hw, bt)
192options 	FFUARTCONSOLE
193#options 	STUARTCONSOLE
194#options 	BTUARTCONSOLE
195#options 	HWUARTCONSOLE
196#options 	KGDB_DEVNAME="\"ffuart\""	# or stuart or btuart or hwuart
197#options 	KGDB_DEVRATE=115200
198
199# DMAC support
200pxadmac0 at pxaip? addr 0x40000000 intr 25
201options 	PXA2X0_DMAC_DMOVER_CONCURRENCY=4 # Enable dmover(9) backend
202#options 	PXA2X0_DMAC_FIXED_PRIORITY	# Don't want multiple priority
203
204# AC97 Audio support
205pxaacu0	at pxaip? addr 0x40500000 intr 14	# Audiostix, Audiostx2, GPSstix
206
207# Audio support
208audio*	at audiobus?
209
210# LCD
211lcd0	at pxaip? addr 0x44000000		# consoleLCD-vx,consoleLCD16-vx
212wsdisplay* at lcd? console ?
213
214# USB Host/Device Controller
215ohci0	at pxaip? addr 0x4c000000 intr 3	# consoleLCD-vx,consoleLCD16-vx
216						# ALSO NEEDS pxaudc
217pxaudc0	at pxaip? addr 0x40600000
218
219# integrated MMC/SD contoller
220pxamci0	at pxaip? addr 0x41100000 size 0x48
221sdmmc*	at pxamci?
222#options 	PXAMCI_DEBUG
223#options 	SDMMC_DEBUG
224#options 	SDMMC_DUMP_CSD
225
226ld*	at sdmmc?
227
228# gumstix device support
229gxio0	at pxaip?
230options 	GXIO_BLUETOOTH_ON_HWUART	# Bluetooth module on HWUART
231#options 	GXIO_DEFAULT_EXPANSION="\"netCF\""
232
233# gumstix expantion boards
234
235# SMC 91C111
236sm0	at gxio? addr 0x04000300 gpirq ?
237#sm0	at gxio? addr 0x04000300 gpirq 36	# etherstix,netMMC,netCF,netDUO
238#sm0	at gxio? addr 0x04000300 gpirq 99	# netCF-vx
239sm1	at gxio? addr 0x08000300 gpirq 27	# netDUO(2nd NIC)
240
241# SMSC LAN9117
242smsh0	at gxio? addr 0x04000300 gpirq 99	# netmicroSD-vx, netpro-vx
243
244# Inter-Integrated Circuit controller
245gxiic0	at pxaip? addr 0x40300000
246iic*	at gxiic?
247#dsrtc*	at iic? addr 0x68		# Can mount DS1307 at console, breakout
248
249# integrated PCMCIA/CF controller
250pxapcic0 at pxaip? addr 0x20000000		# cfstix, netCF
251
252# PCMCIA bus support
253pcmcia*	at pxapcic?
254
255# Marvell 88W8385
256malo*	at pcmcia? function ?		# wifistix, netwifimicrosd, netpro-vx
257
258
259# PCMCIA serial interfaces
260com*	at pcmcia? function ?		# Modems and serial cards
261
262# PCMCIA IDE controllers
263wdc*	at pcmcia? function ?
264atabus*	at wdc? channel ?
265wd*	at atabus? drive ? flags 0x0000
266
267# PCMCIA network interfaces
268ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
269wi*	at pcmcia? function ?		# Lucent/Intersil WaveLAN/IEEE (802.11)
270#xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
271#xi*	at xirc?
272
273# MII/PHY support
274#acphy*	at mii? phy ?			# AMD/Altima AC101 PHYs
275sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
276ukphy*	at mii? phy ?			# smsh(4) internal PHY
277
278# PCMCIA USB controllers
279#slhci*	at pcmcia? function ?		# ScanLogic SL811HS
280
281# USB bus support
282usb*	at ohci?
283#usb*	at slhci?
284
285# USB Hubs
286uhub*	at usb?
287uhub*	at uhub? port ?
288
289# USB HID device
290uhidev* at uhub? port ? configuration ? interface ?
291
292# USB Mice
293ums*	at uhidev? reportid ?
294wsmouse* at ums? mux 0
295
296# USB Keyboards
297ukbd*	at uhidev? reportid ?
298wskbd*	at ukbd? console ? mux 1
299
300# USB LCDs and USB-VGA adaptors
301udl*	at uhub? port ?			# DisplayLink DL-1x0/1x5
302wsdisplay* at udl?
303
304# USB Mass Storage
305umass*	at uhub? port ? configuration ? interface ?
306#wd*	at umass?
307
308# SCSI bus support
309scsibus* at scsi?
310
311# SCSI devices
312sd*	at scsibus? target ? lun ?	# SCSI disk drives
313
314# Bluetooth Controller and Device support
315
316# Bluetooth PCMCIA Controllers
317#btbc*	at pcmcia? function ?		# AnyCom BlueCard LSE041/039/139
318
319# Bluetooth USB Controllers
320#ubt*	at uhub? port ?
321#aubtfwl* at uhub? port ?
322
323# Bluetooth Device Hub
324bthub*	at bcsp?
325#bthub*	at btbc?
326bthub*	at btuart?
327#bthub*	at ubt?
328
329# Bluetooth HID support
330bthidev* at bthub?
331
332# Bluetooth Mouse
333btms*	at bthidev? reportid ?
334wsmouse* at btms? mux 0
335
336# Bluetooth Keyboard
337btkbd*	at bthidev? reportid ?
338wskbd*	at btkbd? console ? mux 1
339
340# Bluetooth Apple Magic Mouse
341btmagic* at bthub?
342wsmouse* at btmagic? mux 0
343
344# Bluetooth Audio support
345btsco*	at bthub?
346
347# Pseudo-Devices
348
349# disk/mass storage pseudo-devices
350#pseudo-device	bio			# RAID control device driver
351#pseudo-device	ccd		4	# concatenated/striped disk devices
352pseudo-device	cgd		4	# cryptographic disk devices
353#pseudo-device	raid		8	# RAIDframe disk driver
354#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
355# Options to enable various other RAIDframe RAID types.
356#options 	RF_INCLUDE_EVENODD=1
357#options 	RF_INCLUDE_RAID5_RS=1
358#options 	RF_INCLUDE_PARITYLOGGING=1
359#options 	RF_INCLUDE_CHAINDECLUSTER=1
360#options 	RF_INCLUDE_INTERDECLUSTER=1
361#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
362#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
363#pseudo-device	fss			# file system snapshot device
364
365#pseudo-device	md			# memory disk device (ramdisk)
366pseudo-device	vnd			# disk-like interface to files
367options 	VND_COMPRESSION		# compressed vnd(4)
368pseudo-device	putter			# for puffs and pud
369
370# network pseudo-devices
371pseudo-device	bpfilter		# Berkeley packet filter
372#pseudo-device	carp			# Common Address Redundancy Protocol
373pseudo-device	ipfilter		# IP filter (firewall) and NAT
374pseudo-device	loop			# network loopback
375pseudo-device	ppp			# Point-to-Point Protocol
376#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
377#options 	PPPOE_SERVER		# Enable PPPoE server via link0
378#pseudo-device	sl			# Serial Line IP
379#pseudo-device	strip			# Starmode Radio IP (Metricom)
380#pseudo-device	irframetty		# IrDA frame line discipline
381pseudo-device	tap			# virtual Ethernet
382#pseudo-device	tun			# network tunneling over tty
383#pseudo-device	gre			# generic L3 over IP tunnel
384#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC 1933)
385#pseudo-device	faith			# IPv[46] TCP relay translation i/f
386#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
387#pseudo-device	vlan			# IEEE 802.1q encapsulation
388pseudo-device	bridge			# simple inter-network bridging
389#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
390#pseudo-device	agr			# IEEE 802.3ad link aggregation
391#pseudo-device	pf			# PF packet filter
392#pseudo-device	pflog			# PF log if
393
394# miscellaneous pseudo-devices
395pseudo-device	pty			# pseudo-terminals
396#pseudo-device	sequencer	1	# MIDI sequencer
397options 	RND_COM
398pseudo-device	clockctl		# user control of clock subsystem
399pseudo-device	ksyms			# /dev/ksyms
400pseudo-device	bcsp			# BlueCore Serial Protocol
401pseudo-device	btuart			# Bluetooth HCI UART (H4)
402					# connect with Ericsson Bluetooth Module
403					#  or Infineon SingleStone (PBA31307)
404					#  or Infineon UniStone (PBA31308)
405
406# a pseudo device needed for Coda	# also needs CODA (above)
407pseudo-device	vcoda		4	# coda minicache <-> venus comm.
408
409# a pseudo device needed for SMBFS
410pseudo-device	nsmb			# experimental - SMB requester
411
412# wscons pseudo-devices
413pseudo-device	wsmux			# mouse & keyboard multiplexor
414#pseudo-device	wsfont
415
416# data mover pseudo-devices
417pseudo-device	swdmover		# software dmover(9) back-end
418pseudo-device	dmoverio		# /dev/dmover dmover(9) interface
419
420# userland interface to drivers, including autoconf and properties retrieval
421pseudo-device	drvctl
422
423#options 	FILEASSOC		# fileassoc(9) - required for Veriexec
424
425# Veriexec
426#pseudo-device	veriexec
427#
428# Uncomment the fingerprint methods below that are desired. Note that
429# removing fingerprint methods will have almost no impact on the kernel
430# code size.
431#
432#options VERIFIED_EXEC_FP_RMD160
433#options VERIFIED_EXEC_FP_SHA256
434#options VERIFIED_EXEC_FP_SHA384
435#options VERIFIED_EXEC_FP_SHA512
436#options VERIFIED_EXEC_FP_SHA1
437#options VERIFIED_EXEC_FP_MD5
438
439#options 	PAX_MPROTECT=0		# PaX mprotect(2) restrictions
440#options 	PAX_ASLR=0		# PaX Address Space Layout Randomization
441