BWCT revision 302915
1238825Smm# BWCT -- Custom kernel configuration for the AT91RM9200 boards from bwct.de.
2238825Smm#
3238825Smm# For more information on this file, please read the handbook section on
4238825Smm# Kernel Configuration Files:
5238825Smm#
6238825Smm#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7238825Smm#
8238825Smm# The handbook is also available locally in /usr/share/doc/handbook
9238825Smm# if you've installed the doc distribution, otherwise always see the
10238825Smm# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11238825Smm# latest information.
12238825Smm#
13238825Smm# An exhaustive list of options and more detailed explanations of the
14238825Smm# device lines is also present in the ../../conf/NOTES and NOTES files.
15238825Smm# If you are in doubt as to the purpose or necessity of a line, check first
16238825Smm# in NOTES.
17238825Smm#
18238825Smm# $FreeBSD: stable/11/sys/arm/conf/BWCT 302915 2016-07-15 21:30:19Z ian $
19238825Smm
20238825Smm#NO_UNIVERSE
21238825Smm
22238825Smmident		BWCT
23238825Smm
24238825Smminclude 	"std.arm"
25238825Smmoptions 	VERBOSE_INIT_ARM
26238825Smm
27238825Smminclude 	"../at91/std.bwct"
28238825Smm
29238825Smm#To statically compile in device wiring instead of /boot/device.hints
30238825Smmhints		"BWCT.hints"
31238825Smmmakeoptions	MODULES_OVERRIDE=""
32238825Smm
33238825Smmoptions 	SCHED_4BSD		# 4BSD scheduler
34238825Smmoptions 	INET			# InterNETworking
35238825Smm#options 	INET6			# IPv6 communications protocols
36238825Smmoptions 	FFS			# Berkeley Fast Filesystem
37238825Smmoptions 	SOFTUPDATES		# Enable FFS soft updates support
38238825Smm#options 	UFS_ACL			# Support for access control lists
39238825Smm#options 	UFS_DIRHASH		# Improve performance on big directories
40238825Smm#options 	MD_ROOT			# MD is a potential root device
41238825Smm#options 	MD_ROOT_SIZE=4096	# 4MB ram disk
42238825Smmoptions 	NFSCL			# Network Filesystem Client
43238825Smm#options 	NFSD			# Network Filesystem Server
44238825Smm#options 	NFSLOCKD		# Network Lock Manager
45238825Smmoptions 	NFS_ROOT		# NFS usable as /, requires NFSCL
46238825Smmoptions 	TMPFS			# Efficient memory filesystem
47238825Smm#options 	MSDOSFS			# MSDOS Filesystem
48248616Smm#options 	CD9660			# ISO 9660 Filesystem
49248616Smm#options 	PROCFS			# Process filesystem (requires PSEUDOFS)
50248616Smmoptions 	PSEUDOFS		# Pseudo-filesystem framework
51238825Smmoptions 	GEOM_PART_BSD		# BSD partition scheme
52248616Smmoptions 	GEOM_PART_MBR		# MBR partition scheme
53248616Smm#options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
54238825Smm#options 	KTRACE			# ktrace(1) support
55238825Smmoptions 	SYSVSHM			# SYSV-style shared memory
56238825Smmoptions 	SYSVMSG			# SYSV-style message queues
57238825Smmoptions 	SYSVSEM			# SYSV-style semaphores
58238825Smmoptions 	_KPOSIX_PRIORITY_SCHEDULING #POSIX P1003_1B real-time extensions
59238825Smm
60238825Smmoptions 	BOOTP
61238825Smmoptions 	BOOTP_NFSROOT
62238825Smm
63238825Smm#options 	ROOTDEVNAME=\"ufs:md0\"
64238825Smm#options 	ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
65238825Smm
66238825Smm# kernel/memory size reduction
67238825Smmoptions 	MUTEX_NOINLINE
68238825Smmoptions 	NO_FFS_SNAPSHOT
69238825Smmoptions 	NO_SWAPPING
70238825Smm#options 	NO_SYSCTL_DESCR
71options 	RWLOCK_NOINLINE
72
73# The `bpf' device enables the Berkeley Packet Filter.
74# Be aware of the administrative consequences of enabling this!
75# Note that 'bpf' is required for DHCP.
76device		bpf			# Berkeley packet filter
77
78# Ethernet
79device		mii			# Minimal MII support
80device		ate			# Atmel AT91 Ethernet driver
81device		rlswitch
82
83# I2C
84device		at91_twi		# Atmel AT91 Two-wire Interface
85device		iic			# I2C generic I/O device driver
86device		iicbus			# I2C bus system
87device		ds1672			# DS1672 on I2C bus
88#device		iicsmb			# smb over i2c bridge
89#device		smbus			# Bus support, required for smb below.
90#device		smb
91
92# MMC/SD
93device		at91_mci		# Atmel AT91 Multimedia Card Interface
94device		mmc			# MMC/SD bus
95device		mmcsd			# MMC/SD memory card
96
97# DataFlash
98device		at91_spi		# Atmel AT91 Serial Peripheral Interface
99device		spibus			# SPI bus
100#device		at45d			# Atmel AT45D
101
102# Pseudo devices.
103device		loop			# Network loopback
104device		random			# Entropy device
105device		ether			# Ethernet support
106device		vlan			# 802.1Q VLAN support
107device		md			# Memory "disks"
108
109# Serial (COM) ports
110device		uart			# Multi-uart driver
111
112# USB support
113#device		ohci
114#device		usb
115#device		umass			# Disks/Mass storage - Requires scbus and da
116
117device		at91_ssc
118