xref: /netbsd-src/sys/arch/epoc32/conf/GENERIC (revision 7330f729ccf0bd976a06f95fad452fe774fc7fd1)
1#	$NetBSD: GENERIC,v 1.15 2017/09/14 07:58:40 mrg Exp $
2#
3# GENERIC machine description file
4#
5# This machine description file is used to generate the default NetBSD
6# kernel.  The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications.
8#
9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance.
11#
12# For further information on compiling NetBSD kernels, see the config(8)
13# man page.
14#
15# For further information on hardware support for this architecture, see
16# the intro(4) man page.  For further information about kernel options
17# for this architecture, see the options(4) man page.  For an explanation
18# of each device driver in this file see the section 4 man page for the
19# device.
20
21include 	"arch/epoc32/conf/std.epoc32"
22
23#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
24
25#ident 		"GENERIC-$Revision: 1.15 $"
26
27maxusers	32			# estimated number of users
28
29# CPU options
30options 	CPU_ARM7		# Series 5/Geofox one/Osaris
31options 	CPU_ARM7TDMI		# Series 5mx/Revo/Revo+
32#options 	CPU_SA1100		# Series 7/netBook
33
34# Standard system options
35#options 	INSECURE	# disable kernel security levels
36
37# File systems
38file-system	FFS		# UFS
39#file-system	EXT2FS		# second extended file system (linux)
40file-system	MFS		# memory file system
41file-system	NFS		# Network File System client
42file-system	MSDOSFS		# MS-DOS file system
43#file-system	FDESC		# /dev/fd
44file-system	KERNFS		# /kern
45file-system	NULLFS		# loopback file system
46file-system	PTYFS		# /dev/pts/N support
47file-system	TMPFS		# Efficient memory file-system
48
49# File system options
50#options 	QUOTA		# legacy UFS quotas
51#options 	QUOTA2		# new, in-filesystem UFS quotas
52#options 	DISKLABEL_EI	# disklabel Endian Independent support
53options 	FFS_EI		# FFS Endian Independent support
54#options 	NFSSERVER
55options 	WAPBL		# File system journaling support
56#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
57#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
58#options 	UFS_EXTATTR	# Extended attribute support for UFS1
59#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
60				# immutable) behave as system flags.
61
62# Networking options
63options 	INET		# IP + ICMP + TCP + UDP
64options 	INET6		# IPv6
65#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
66#options 	PPP_DEFLATE	# Deflate compression support for PPP
67options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
68
69# Compatibility options
70options 	COMPAT_NETBSD32	# allow running arm (e.g. non-earm) binaries
71#include 	"conf/compat_netbsd09.config"
72
73#options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
74options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
75
76# Shared memory options
77#options 	SYSVMSG		# System V-like message queues
78#options 	SYSVSEM		# System V-like semaphores
79#options 	SYSVSHM		# System V-like memory sharing
80
81# Loadable kernel module support
82#options 	MODULAR		# new style module(7) framework
83#options 	MODULAR_DEFAULT_AUTOLOAD
84
85#
86# wscons options
87#
88# builtin terminal emulations
89options 	WSEMUL_VT100
90# allocate a number of virtual screens at autoconfiguration time
91#options 	WSDISPLAY_DEFAULTSCREENS=2
92
93# compatibility to other console drivers
94options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
95options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
96options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
97
98# Development and Debugging options
99
100#options 	DIAGNOSTIC      # internal consistency checks
101#options 	DEBUG
102#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
103options 	DDB             # in-kernel debugger
104options 	DDB_HISTORY_SIZE=100    # Enable history editing in DDB
105#makeoptions 	DEBUG="-g"  # compile full symbol table
106makeoptions	COPY_SYMTAB=1
107
108
109# Kernel root file system and dump configuration.
110config		netbsd		root on ? type ?
111
112mainbus0 at root
113
114cpu0 at mainbus?
115
116internal0 at mainbus? base 0x80000000		# Internal Register Space
117external0 at mainbus?
118
119# SoC
120clpssoc0 at internal?				# Cirrus CL-PS711x
121windermere0 at internal?			# Windermere
122#saip0	at internal?				# StrongARM SA-1100
123
124#options CONSPEED=115200			# EPOC use 115200bps
125
126# CL-PS711x Peripherals
127#clpsaudio* at clpssoc?				# Audio
128clpscom* at clpssoc?				# UART/IrDA
129clpslcd* at clpssoc?				# LCD
130#clpspm* at clpssoc?				# Power
131clpsrtc* at clpssoc?				# RTC
132#clpsssi* at clpssoc?				# SSI bus
133
134# Windermere Peripherals
135#wmaudio* at windermere?			# Audio
136wmcom*	at windermere?				# IrDA/UART
137wmlcd*	at windermere?				# LCD
138#wmpm*	at windermere?				# Power
139wmrtc*	at windermere?				# RTC
140#wmssi*	at clpssoc?				# SSI bus
141
142# SA-1100 Peripherals
143#sacom*	at saip? addr 0x80050000 size 0x24 intr 17 # Serial
144#saost*	at saip? addr 0x90000000 size 0x20	#OS Timer
145
146wsdisplay* at clpslcd? console ?
147wsdisplay* at wmlcd? console ?
148
149epockbd* at clpssoc?
150epockbd* at windermere?
151wskbd*	at epockbd?
152
153#spi*	at clpsssi*
154#spi*	at wmssi*
155#tp*	at spi*					# ADS7843 Touch screen
156
157#audio* at audio?
158#spkr*	at audio?		# PC speaker (synthesized)
159
160# External devices
161
162#epockbd* at external? addr 0x10000030 addr2 0x10000004		# Series 7
163
164# ETNA Controller
165etna* at external? addr 0x20000000 addr2 0x40000000 irq 5	# 5mx
166etna* at external? addr 0x50000000 addr2 0x30000000 irq 5	# 5mx Pro
167pcmcia* at etna?
168
169wdc* at pcmcia?					# CF
170atabus* at wdc? channel ?
171wd* at atabus? drive ? flags 0x0000
172
173
174# Pseudo-Devices
175
176# disk/mass storage pseudo-devices
177#pseudo-device	md			# memory disk device (ramdisk)
178#pseudo-device	vnd			# disk-like interface to files
179#options 	VND_COMPRESSION		# compressed vnd(4)
180
181# network pseudo-devices
182#pseudo-device	bpfilter                # Berkeley packet filter
183pseudo-device	loop			# network loopback
184pseudo-device	ppp			# Point-to-Point Protocol
185pseudo-device	sl			# Serial Line IP
186
187# miscellaneous pseudo-devices
188pseudo-device	pty			# pseudo-terminals
189pseudo-device	clockctl		# user control of clock subsystem
190pseudo-device	ksyms			# /dev/ksyms
191
192# wscons pseudo-devices
193#pseudo-device	wsmux			# mouse & keyboard multiplexor
194#pseudo-device	wsfont
195