xref: /netbsd-src/sys/arch/hpcarm/conf/WZERO3 (revision 9616dacfef448e70e3fbbd865bddf60d54b656c5)
1#	$NetBSD: WZERO3,v 1.42 2016/12/13 20:42:18 christos Exp $
2#
3#	WZERO3 -- Sharp Windows Mobile 5 based PDA
4#
5
6include	"arch/hpcarm/conf/std.pxa2x0"
7include	"arch/hpcarm/conf/files.wzero3"
8
9#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
10
11#ident 		"GENERIC-$Revision: 1.42 $"
12
13# estimated number of users
14maxusers	32
15
16# in-kernel bootloader, see kloader(4)
17options 	KLOADER
18#options 	KLOADER_KERNEL_PATH="\"/netbsd\""
19#options 	KLOADER_DEBUG
20
21# Standard system options
22
23#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
24				# (default timezone is passed from hpcboot)
25#options 	NTP		# NTP phase/frequency locked loop
26
27# CPU options
28
29# For XScale systems
30options 	CPU_XSCALE_PXA270	# Support the XScale PXA27x core
31makeoptions 	CPUFLAGS="-mcpu=xscale"
32
33# Architecture options
34options 	XSCALE_CACHE_READ_WRITE_ALLOCATE
35options 	PXAGPIO_HAS_GPION_INTRS
36
37# File systems
38
39file-system	FFS		# UFS
40#file-system	LFS		# log-structured file system
41#file-system	MFS		# memory file system
42file-system	NFS		# Network file system
43#file-system 	ADOSFS		# AmigaDOS-compatible file system
44file-system 	EXT2FS		# second extended file system (linux)
45file-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
50#file-system 	OVERLAY		# overlay filesystem
51file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
52file-system	PROCFS		# /proc
53#file-system	UMAPFS		# NULLFS + uid and gid remapping
54file-system	UNION		# union file system
55file-system	PTYFS		# /dev/pts/N support
56file-system	TMPFS		# Efficient memory file-system
57#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
58
59# File system options
60#options 	QUOTA		# legacy UFS quotas
61#options 	QUOTA2		# new, in-filesystem UFS quotas
62#options 	FFS_EI		# FFS Endian Independent support
63options 	WAPBL		# File system journaling support
64#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
65#options 	NFSSERVER
66
67# Networking options
68
69#options 	GATEWAY		# packet forwarding
70options 	INET		# IP + ICMP + TCP + UDP
71options 	INET6		# IPV6
72#options 	IPSEC		# IP security
73#options 	IPSEC_DEBUG	# debug for IP security
74#options 	MROUTING	# IP multicast routing
75#options 	PIM		# Protocol Independent Multicast
76#options 	NETATALK	# AppleTalk networking
77#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
78#options 	PPP_DEFLATE	# Deflate compression support for PPP
79#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
80#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
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.
101options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
102
103# Shared memory options
104
105options 	SYSVMSG		# System V-like message queues
106options 	SYSVSEM		# System V-like semaphores
107options 	SYSVSHM		# System V-like memory sharing
108
109# Miscellaneous kernel options
110options 	KTRACE		# system call tracing, a la ktrace(1)
111#options 	IRQSTATS	# manage IRQ statistics
112#options 	SCSIVERBOSE	# Verbose SCSI errors
113options 	USERCONF	# userconf(4) support
114#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
115#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
116options 	NFS_BOOT_DHCP
117
118#
119# wscons options
120#
121# builtin terminal emulations
122options 	WSEMUL_VT100
123# allocate a number of virtual screens at autoconfiguration time
124#options 	WSDISPLAY_DEFAULTSCREENS=2
125# The X server requires theses two options
126options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
127options 	WSDISPLAY_COMPAT_RAWKBD
128# customization of console and kernel output - see dev/wscons/wsdisplayvar.h
129#options 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
130#options 	WS_DEFAULT_FG=WSCOL_WHITE
131#options 	WS_DEFAULT_BG=WSCOL_BLACK
132#options 	WS_DEFAULT_COLATTR="(0)"
133#options 	WS_DEFAULT_MONOATTR="(0)"
134options 	WS_KERNEL_FG=WSCOL_GREEN
135#options 	WS_KERNEL_BG=WSCOL_BLACK
136#options 	WS_KERNEL_COLATTR=""
137#options 	WS_KERNEL_MONOATTR=""
138
139options 	FONT_VT220L8x16
140
141# Development and Debugging options
142
143#options 	VERBOSE_INIT_ARM
144#options 	BOOT_DUMP	# Enable memorydump at boot
145options 	DIAGNOSTIC	# internal consistency checks
146#options 	DEBUG		# expensive debugging checks/support
147#options 	PMAP_DEBUG	# Enable pmap_debug_level code
148options 	DDB		# in-kernel debugger
149#options 	DDB_HISTORY_SIZE=512	# Enable history editing in DDB
150#makeoptions	DEBUG="-g"	# compile full symbol table
151
152config		netbsd	root on ? type ?
153
154# The main bus device
155mainbus0 at root
156
157# The boot CPU
158cpu0 at mainbus?
159
160# integrated peripherals
161pxaip0	at mainbus?
162
163pxaintc0 at pxaip? addr 0x40d00000	# interrupt controller
164pxagpio0 at pxaip? addr 0x40e00000	# GPIO
165pxartc0 at pxaip? addr 0x40900000	# RTC
166
167# DMAC support
168pxadmac0 at pxaip? addr 0x40000000 intr 25
169options 	PXA2X0_DMAC_DMOVER_CONCURRENCY=4 # Enable dmover(9) backend
170#options 	PXA2X0_DMAC_FIXED_PRIORITY	# Don't want multiple priority
171
172# Serial
173# integrated 16550 UARTs
174options 	COM_PXA2X0
175com0 at pxaip?  addr 0x40100000 intr 22	# Full Function UART
176#options 	CONSPEED=115200
177
178# OS Timer
179saost*	at pxaip? addr 0x40a00000 size 0x20
180
181# Physical console
182lcd* at pxaip?
183options 	PXA2X0_LCD_WRITETHROUGH
184wsdisplay* at lcd? console ?
185
186# for touchpad, keypad
187wzero3ssp0 at pxaip?
188
189# touchpad
190wzero3tp0 at pxaip?
191wsmouse* at wzero3tp? mux 0
192
193# keyboard
194wzero3kbd0 at pxaip?
195hpckbd*	at wzero3kbd?
196wskbd0 at hpckbd? mux 1
197
198# keypad
199wzero3keypad0 at pxaip?
200wskbd1 at wzero3keypad? mux 1
201
202# integrated MMC/SD contoller
203pxamci0 at pxaip? addr 0x41100000 size 0x48
204sdmmc* at pxamci?
205ld* at sdmmc?				# MMC/SD/SDHC card
206
207# USB Controller and Devices
208wzero3usb* at pxaip?
209ohci0 at pxaip? addr 0x4c000000 intr 3	# USB Host Controller
210
211# USB bus support
212usb* at ohci?
213
214# USB Hubs
215uhub* at usb?
216uhub* at uhub? port ?
217
218# USB HID device
219uhidev* at uhub? port ? configuration ? interface ?
220
221# USB Mice
222ums* at uhidev? reportid ?
223wsmouse* at ums? mux 0
224
225# USB Keyboards
226ukbd* at uhidev? reportid ?
227wskbd* at ukbd? console ? mux 1
228
229# USB Generic HID devices
230uhid* at uhidev? reportid ?
231
232# USB Mass Storage
233umass* at uhub? port ? configuration ? interface ?
234wd* at umass?
235
236# USB audio
237uaudio* at uhub? port ? configuration ?
238audio*	at audiobus?
239
240spkr*	at audio?		# PC speaker (synthesized)
241
242# USB Ethernet adapters
243aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
244axe*	at uhub? port ?		# ASIX AX88172 based adapters
245cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
246cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
247kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
248udav*	at uhub? port ?	 	# Davicom DM9601 based adapters
249url*	at uhub? port ?		# Realtek RTL8150L based adapters
250
251acphy*	at mii? phy ?		# Altima AC101 and AMD Am79c874 PHYs
252rlphy*	at mii? phy ?		# Realtek 8139/8201L PHYs
253ukphy*  at mii? phy ?		# generic unknown PHYs
254urlphy* at mii? phy ?		# Realtek RTL8150L internal PHYs
255
256# USB 802.11 adapters
257atu*	at uhub? port ?		# Atmel AT76C50XX based adapters
258ural*	at uhub? port ?		# Ralink Technology RT2500USB 802.11a/b/g
259rum*	at uhub? port ?		# Ralink Technology RT2501/RT2601 802.11a/b/g
260upgt*	at uhub? port ?		# Intersil PrismGT
261zyd*	at uhub? port ?		# Zydas ZD1211
262
263# ATAPI bus support
264atapibus* at atapi?
265
266# ATAPI devices
267# flags have the same meaning as for IDE drives.
268cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
269sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
270#st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
271uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
272
273# SCSI bus support
274scsibus* at scsi?
275
276# SCSI devices
277sd*	at scsibus? target ? lun ?	# SCSI disk drives
278cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
279uk*	at scsibus? target ? lun ?	# SCSI unknown
280
281# USB Generic driver
282ugen*	at uhub? port ?
283# On ugen bulk endpoints, perform read-ahead and write-behind.
284#options 	UGEN_BULK_RA_WB
285
286
287# Pseudo-devices
288pseudo-device	loop			# network loopback
289pseudo-device	bpfilter 		# packet filter
290pseudo-device	sl			# CSLIP
291pseudo-device	ppp			# PPP
292pseudo-device	tun			# network tunneling over tty
293#pseudo-device	gre			# generic L3 over IP tunnel
294#pseudo-device	ipfilter 		# ip filter
295#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
296#pseudo-device	faith			# IPv[46] tcp relay translation i/f
297#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
298#pseudo-device	strip			# STarmode Radio IP (Metricon Ricochet)
299
300#pseudo-device	vlan			# IEEE 802.1q encapsulation
301pseudo-device	pty			# pseudo-terminals
302pseudo-device	vnd			# disk-like interface to files
303#pseudo-device	ccd			# concatenated disk devices
304#pseudo-device	cgd			# cryptographic disk devices
305#pseudo-device	raid			# RAIDframe disk driver
306#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
307#pseudo-device	fss			# file system snapshot device
308
309pseudo-device	biconsdev 1		# build-in console device
310
311pseudo-device	md			# Ramdisk driver
312pseudo-device	clockctl		# user control of clock subsystem
313pseudo-device	drvctl			# user control of drive subsystem
314pseudo-device	ksyms			# /dev/ksyms
315pseudo-device	putter			# for puffs and pud
316#pseudo-device	bcsp			# BlueCore Serial Protocol
317#pseudo-device	btuart			# Bluetooth HCI UART (H4)
318
319# wscons pseudo-devices
320pseudo-device	wsmux			# mouse & keyboard multiplexor
321pseudo-device	wsfont
322