GENERIC.common revision 1.10 1 #
2 # $NetBSD: GENERIC.common,v 1.10 2015/08/20 18:25:09 riz Exp $
3 #
4 # GENERIC evbarm kernel config (template)
5 #
6
7 # estimated number of users
8
9 maxusers 32
10
11 # Standard system options
12
13 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
14 #options NTP # NTP phase/frequency locked loop
15
16 # CPU options
17 options PMAPCOUNTERS
18
19 # Architecture options
20
21 # File systems
22 include "conf/filesystems.config"
23 no file-system LFS
24 no file-system CODA
25 no pseudo-device vcoda
26
27 # File system options
28 #options QUOTA # legacy UFS quotas
29 #options QUOTA2 # new, in-filesystem UFS quotas
30 options FFS_EI # FFS Endian Independent support
31 #options NFSSERVER
32 options WAPBL # File system journaling support
33 #options FFS_NO_SNAPSHOT # No FFS snapshot support
34
35 # Networking options
36
37 #options GATEWAY # packet forwarding
38 options INET # IP + ICMP + TCP + UDP
39 options INET6 # IPV6
40 options IPSEC # IP security
41 #options IPSEC_DEBUG # debug for IP security
42 #options MROUTING # IP multicast routing
43 #options PIM # Protocol Independent Multicast
44 #options NETATALK # AppleTalk networking
45 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
46 #options PPP_DEFLATE # Deflate compression support for PPP
47 #options PPP_FILTER # Active filter support for PPP (requires bpf)
48 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
49
50 # JIT compiler for bpfilter
51 #options SLJIT
52 options BPFJIT
53
54 #options NFS_BOOT_BOOTP
55 options NFS_BOOT_DHCP
56 #options NFS_BOOT_BOOTSTATIC
57 #options NFS_BOOTSTATIC_MYIP="\"192.168.1.4\""
58 #options NFS_BOOTSTATIC_GWIP="\"192.168.1.1\""
59 #options NFS_BOOTSTATIC_MASK="\"255.255.255.0\""
60 #options NFS_BOOTSTATIC_SERVADDR="\"192.168.1.1\""
61 #options NFS_BOOTSTATIC_SERVER="\"192.168.1.1:/nfs/sdp2430\""
62
63 options NFS_BOOT_RWSIZE=1024
64
65 # Compatibility options
66
67 options COMPAT_NETBSD32 # allow running arm (e.g. non-earm) binaries
68 #options COMPAT_43 # 4.3BSD compatibility.
69 #options COMPAT_09 # NetBSD 0.9,
70 #options COMPAT_10 # NetBSD 1.0,
71 #options COMPAT_11 # NetBSD 1.1,
72 #options COMPAT_12 # NetBSD 1.2,
73 #options COMPAT_13 # NetBSD 1.3,
74 #options COMPAT_14 # NetBSD 1.4,
75 #options COMPAT_15 # NetBSD 1.5,
76 #options COMPAT_16 # NetBSD 1.6,
77 #options COMPAT_20 # NetBSD 2.0,
78 #options COMPAT_30 # NetBSD 3.0,
79 #options COMPAT_40 # NetBSD 4.0,
80 #options COMPAT_50 # NetBSD 5.0,
81 options COMPAT_60 # NetBSD 6.0, and
82 options COMPAT_70 # NetBSD 7.0 binary compatibility.
83 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
84 #options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
85
86 # Shared memory options
87
88 options SYSVMSG # System V-like message queues
89 options SYSVSEM # System V-like semaphores
90 #options SEMMNI=10 # number of semaphore identifiers
91 #options SEMMNS=60 # number of semaphores in system
92 #options SEMUME=10 # max number of undo entries per process
93 #options SEMMNU=30 # number of undo structures in system
94 options SYSVSHM # System V-like memory sharing
95
96 # Device options
97
98 #options MEMORY_DISK_HOOKS # boottime setup of ramdisk
99 #options MEMORY_DISK_ROOT_SIZE=8192 # Size in blocks
100 #options MEMORY_DISK_DYNAMIC
101 #options MINIROOTSIZE=1000 # Size in blocks
102 #options MEMORY_DISK_IS_ROOT # use memory disk as root
103 #options MEMORY_DISK_FBFLAGS=RB_SINGLE
104
105 # Miscellaneous kernel options
106 options KTRACE # system call tracing, a la ktrace(1)
107 #options SCSIVERBOSE # Verbose SCSI errors
108 #options MIIVERBOSE # Verbose MII autoconfuration messages
109 #options USERCONF # userconf(4) support
110 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
111
112 # Wedge support
113 options DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances
114 options DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges
115
116 # Alternate buffer queue strategies for better responsiveness under high
117 # disk I/O load.
118 #options BUFQ_READPRIO
119 options BUFQ_PRIOCSCAN
120
121 # Development and Debugging options
122
123 #options PERFCTRS # performance counters
124 #options DIAGNOSTIC # internal consistency checks
125 #options DEBUG
126 #options LOCKDEBUG
127 #options PMAP_DEBUG # Enable pmap_debug_level code
128 #options IPKDB # remote kernel debugging
129 #options VERBOSE_INIT_ARM # verbose bootstraping messages
130 options DDB # in-kernel debugger
131 options DDB_ONPANIC=1
132 options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
133 #options DDB_COMMANDONENTER="bt"
134 #options KGDB
135
136 # Pseudo-Devices
137
138 # crypto pseudo-devices
139 pseudo-device crypto # /dev/crypto device
140 pseudo-device swcrypto # software crypto implementation
141
142 # disk/mass storage pseudo-devices
143 #pseudo-device md # memory disk device (ramdisk)
144 pseudo-device vnd # disk-like interface to files
145 #pseudo-device fss # file system snapshot device
146 pseudo-device drvctl # driver control
147
148 # network pseudo-devices
149 pseudo-device bpfilter # Berkeley packet filter
150 pseudo-device loop # network loopback
151 pseudo-device bridge # simple inter-network bridging
152 pseudo-device vlan # IEEE 802.1q encapsulation
153 pseudo-device ppp # Point-to-Point Protocol
154 pseudo-device pppoe # PPP over Ethernet (RFC 2516)
155 pseudo-device tun # network tunneling over tty
156 pseudo-device tap # virtual Ethernet
157 pseudo-device gre # generic L3 over IP tunnel
158 pseudo-device npf # NPF packet filter
159
160 # miscellaneous pseudo-devices
161 pseudo-device pty # pseudo-terminals
162 #options RND_COM
163 #pseudo-device clockctl # user control of clock subsystem
164 pseudo-device ksyms # /dev/ksyms
165 pseudo-device lockstat # lock profiling
166