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