T_SH7706LSR revision 1.15
1#	$NetBSD: T_SH7706LSR,v 1.15 2017/09/14 07:58:40 mrg Exp $
2#
3#	TAC T-SH7706LSR Rev.1 config file
4#
5
6include "arch/evbsh3/conf/std.evbsh3.el"
7include "arch/evbsh3/conf/std.t_sh7706lsr"
8
9#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
10
11maxusers	32
12
13# kloader-related
14options 	KLOADER
15options 	KLOADER_KERNEL_PATH="\"/netbsd\""
16#options 	KLOADER_DEBUG
17
18# Standard system options
19
20options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
21options 	NTP		# NTP phase/frequency locked loop
22
23options 	KTRACE		# system call tracing via ktrace(1)
24
25options 	SYSVMSG		# System V-like message queues
26options 	SYSVSEM		# System V-like semaphores
27options 	SYSVSHM		# System V-like memory sharing
28
29options 	USERCONF	# userconf(4) support
30#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
31
32# Development and Debugging options
33options 	DIAGNOSTIC	# expensive kernel consistency checks
34#options 	DEBUG		# expensive debugging checks/support
35#options 	LOCKDEBUG	# expensive locking checks/support
36options 	DDB		# in-kernel debugger
37#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
38options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
39#options 	DDB_VERBOSE_HELP
40#makeoptions    DEBUG="-g"      # compile full symbol table
41makeoptions	COPY_SYMTAB=1
42
43# Compatibility options
44include 	"conf/compat_netbsd14.config"
45
46# File systems
47file-system 	FFS		# UFS
48file-system 	KERNFS		# /kern
49file-system 	MSDOSFS		# MS-DOS file system
50file-system 	NFS		# Network File System client
51file-system 	PTYFS		# /dev/ptm support
52file-system 	PROCFS		# /proc
53file-system	TMPFS		# Efficient memory file-system
54
55# File system options
56options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
57options 	WAPBL		# File system journaling support
58
59# Networking options
60options 	INET		# IP + ICMP + TCP + UDP
61options 	INET6		# IPV6
62options 	IPFILTER_LOG	# ipmon(8) log support
63options 	IPFILTER_LOOKUP	# ippool(8) support
64options 	IPFILTER_COMPAT # Compat for IP-Filter
65#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
66
67# Kernel root file system and dump configuration.
68config		netbsd	root on ? type ?
69
70options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
71
72#
73# Device configuration
74#
75mainbus0 at root
76cpu* at mainbus?
77shb* at mainbus?
78rtc0 at shb?
79wdog0 at shb?
80options 	SCIFCONSOLE,SCIFCN_SPEED=115200
81scif0 at shb?
82
83# Network interface
84ne0 at mainbus?				# AX88796BLF
85
86# MMC SPI
87ssumci0 at mainbus?
88sdmmc* at ssumci?
89#options 	SSUMCI_DEBUG
90#options 	SDMMC_DEBUG
91#options 	SDMMC_DUMP_CSD
92ld* at sdmmc?				# MMC card
93
94# Pseudo-Devices
95
96# disk/mass storage pseudo-devices
97pseudo-device	md			# memory disk device (ramdisk)
98
99pseudo-device	vnd			# disk-like interface to files
100options 	VND_COMPRESSION		# compressed vnd(4)
101
102# network pseudo-devices
103pseudo-device	bpfilter		# Berkeley packet filter
104pseudo-device	ipfilter		# IP filter (firewall) and NAT
105pseudo-device	loop			# network loopback
106
107# miscellaneous pseudo-devices
108pseudo-device	pty			# pseudo-terminals
109pseudo-device	clockctl		# user control of clock subsystem
110pseudo-device	ksyms			# /dev/ksyms
111
112# userland interface to drivers, including autoconf and properties retrieval
113pseudo-device	drvctl
114