1 # $NetBSD: MMEYE,v 1.37 2008/02/02 17:54:17 uwe Exp $
3 # GENERIC -- everything that's currently supported
6 include "arch/mmeye/conf/std.mmeye"
8 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
10 maxusers 16 # estimated number of users
14 options SH7708R # 100MHz
17 #options MMEYE_NO_CACHE
18 options PCLOCK=33330000 # 33.33MHz
19 options INITTODR_ALWAYS_USE_RTC
21 # Standard system options
22 #options INSECURE # disable kernel security levels
24 options HZ=50 # clock interrupt generates every 1/HZ sec
25 #options NTP # NTP phase/frequency locked loop
27 options KTRACE # system call tracing via ktrace(1)
29 options USERCONF # userconf(4) support
30 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
31 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
33 # Diagnostic/debugging support options
34 #options DIAGNOSTIC # cheap kernel consistency checks
35 #options DEBUG # expensive debugging checks/support
36 #options DDB # in-kernel debugger
37 #makeoptions DEBUG="-g" # compile full symbol table
38 #options SYSCALL_DEBUG
40 # Compatibility options
41 options COMPAT_14 # NetBSD 1.4,
42 options COMPAT_15 # NetBSD 1.5,
43 options COMPAT_16 # NetBSD 1.6,
44 options COMPAT_20 # NetBSD 2.0,
45 options COMPAT_30 # NetBSD 3.0,
46 options COMPAT_40 # NetBSD 4.0 compatibility.
47 options COMPAT_43 # and 4.3BSD
48 options BSDDISKLABEL_EI # endian independent disklabel support
49 options COMPAT_MMEYE_OLDLABEL # old mmeye's disklabel support
50 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
52 # Executable format options
53 options EXEC_COFF # COFF executables
57 file-system MFS # memory file system
58 file-system NFS # Network File System client
59 file-system PROCFS # /proc
60 #file-system PTYFS # /dev/pts/N support
61 options FFS_NO_SNAPSHOT # No FFS snapshot support
64 options INET # IP + ICMP + TCP + UDP
65 options NFS_BOOT_DHCP # Support DHCP NFS root
67 #options PCIVERBOSE # verbose PCI device autoconfig messages
68 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
69 options PCMCIAVERBOSE # verbose PCMCIA configuration messages
71 # Kernel root file system and dump configuration.
72 #config netbsd root on ? type nfs
73 config netbsd root on wd0a type ffs
76 # Device configuration
88 # SH PCMCIA controllers
89 mmeyepcmcia0 at mainbus?
90 mmeyepcmcia1 at mainbus?
93 pcmcia* at mmeyepcmcia? controller ? socket ?
95 com* at pcmcia? function ? # Modems and serial cards
96 wdc* at pcmcia? function ?
98 wd* at atabus? drive ?
100 ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
101 mbe* at pcmcia? function ? # MB8696x based Ethernet
102 ne* at pcmcia? function ? # NE2000-compatible Ethernet
103 sm* at pcmcia? function ? # Megahertz Ethernet
105 pseudo-device vnd # disk-like interface to files
106 #pseudo-device fss 4 # file system snapshot device
107 #pseudo-device bpfilter # Berkeley packet filter
108 #pseudo-device ipfilter # IP filter (firewall) and NAT
109 pseudo-device loop # network loopback
110 pseudo-device pty # pseudo-terminals
111 pseudo-device clockctl # user control of clock subsystem
113 # Enable the hooks used for initializing the root memory-disk.
114 #options MEMORY_DISK_HOOKS
115 #options MEMORY_DISK_IS_ROOT # force root on memory disk
116 #options MEMORY_DISK_SERVER=0 # no userspace memory disk support
117 #options MEMORY_DISK_ROOT_SIZE=3074 # size of memory disk, in blocks
119 #pseudo-device md 1 # memory disk device (ramdisk)