2007-01-05 02:08:35 +00:00
|
|
|
# BWCT -- Custom kernel configuration for the AT91RM9200 boards from bwct.de.
|
|
|
|
#
|
|
|
|
# For more information on this file, please read the handbook section on
|
|
|
|
# Kernel Configuration Files:
|
|
|
|
#
|
|
|
|
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
|
|
|
|
#
|
|
|
|
# The handbook is also available locally in /usr/share/doc/handbook
|
|
|
|
# if you've installed the doc distribution, otherwise always see the
|
|
|
|
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
|
|
|
|
# latest information.
|
|
|
|
#
|
|
|
|
# An exhaustive list of options and more detailed explanations of the
|
2012-06-13 04:40:29 +00:00
|
|
|
# device lines is also present in the ../../conf/NOTES and NOTES files.
|
|
|
|
# If you are in doubt as to the purpose or necessity of a line, check first
|
2007-01-05 02:08:35 +00:00
|
|
|
# in NOTES.
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-04-30 18:02:10 +00:00
|
|
|
#NO_UNIVERSE
|
|
|
|
|
2007-01-05 02:08:35 +00:00
|
|
|
ident BWCT
|
|
|
|
|
2009-05-10 00:00:25 +00:00
|
|
|
options VERBOSE_INIT_ARM
|
2007-01-05 02:08:35 +00:00
|
|
|
|
2008-11-25 19:05:46 +00:00
|
|
|
include "../at91/std.bwct"
|
2007-01-05 02:08:35 +00:00
|
|
|
|
|
|
|
#To statically compile in device wiring instead of /boot/device.hints
|
|
|
|
hints "BWCT.hints"
|
2008-11-30 17:53:19 +00:00
|
|
|
makeoptions MODULES_OVERRIDE=""
|
2007-01-05 02:08:35 +00:00
|
|
|
|
2014-03-16 15:22:46 +00:00
|
|
|
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
2009-05-10 00:00:25 +00:00
|
|
|
options DDB
|
|
|
|
options KDB
|
2007-01-05 02:08:35 +00:00
|
|
|
options BREAK_TO_DEBUGGER
|
|
|
|
options ALT_BREAK_TO_DEBUGGER
|
|
|
|
|
2014-03-16 15:22:46 +00:00
|
|
|
options SCHED_4BSD # 4BSD scheduler
|
|
|
|
options INET # InterNETworking
|
|
|
|
#options INET6 # IPv6 communications protocols
|
|
|
|
options FFS # Berkeley Fast Filesystem
|
|
|
|
options SOFTUPDATES # Enable FFS soft updates support
|
|
|
|
#options UFS_ACL # Support for access control lists
|
|
|
|
#options UFS_DIRHASH # Improve performance on big directories
|
|
|
|
#options MD_ROOT # MD is a potential root device
|
2014-01-24 16:57:42 +00:00
|
|
|
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
2007-01-05 02:08:35 +00:00
|
|
|
#options ROOTDEVNAME=\"ufs:md0\"
|
|
|
|
#options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
2014-03-16 15:22:46 +00:00
|
|
|
options NFSCL # New Network Filesystem Client
|
|
|
|
#options NFSD # New Network Filesystem Server
|
|
|
|
#options NFSLOCKD # Network Lock Manager
|
|
|
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
2009-05-10 00:00:25 +00:00
|
|
|
options BOOTP_NFSROOT
|
|
|
|
options BOOTP
|
2007-01-05 02:08:35 +00:00
|
|
|
|
2014-03-16 15:22:46 +00:00
|
|
|
options GEOM_PART_BSD # BSD partition scheme
|
|
|
|
options GEOM_PART_MBR # MBR partition scheme
|
2014-03-18 14:41:18 +00:00
|
|
|
options TMPFS # Efficient memory filesystem
|
2014-03-16 15:22:46 +00:00
|
|
|
#options MSDOSFS # MSDOS Filesystem
|
|
|
|
#options CD9660 # ISO 9660 Filesystem
|
|
|
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
|
|
|
options PSEUDOFS # Pseudo-filesystem framework
|
|
|
|
#options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
|
|
|
#options KTRACE # ktrace(1) support
|
|
|
|
options SYSVSHM # SYSV-style shared memory
|
|
|
|
options SYSVMSG # SYSV-style message queues
|
|
|
|
options SYSVSEM # SYSV-style semaphores
|
2007-01-05 02:08:35 +00:00
|
|
|
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
2010-02-24 19:28:15 +00:00
|
|
|
#options NO_SYSCTL_DESCR
|
2007-01-05 02:08:35 +00:00
|
|
|
options MUTEX_NOINLINE
|
2009-05-10 00:00:25 +00:00
|
|
|
options RWLOCK_NOINLINE
|
2007-01-05 02:08:35 +00:00
|
|
|
options NO_FFS_SNAPSHOT
|
|
|
|
options NO_SWAPPING
|
|
|
|
device loop
|
|
|
|
device random
|
|
|
|
device ether
|
|
|
|
device vlan
|
|
|
|
device uart
|
|
|
|
device ate
|
|
|
|
device mii
|
|
|
|
device rlswitch
|
|
|
|
|
|
|
|
# Debugging for use in -current
|
2014-03-16 15:22:46 +00:00
|
|
|
#options DEADLKRES # Enable the deadlock resolver
|
|
|
|
#options INVARIANTS # Enable calls of extra sanity checking
|
|
|
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
|
|
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
|
|
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
2009-05-10 00:00:25 +00:00
|
|
|
#options DIAGNOSTIC
|
2007-01-05 02:08:35 +00:00
|
|
|
|
|
|
|
device md
|
|
|
|
device at91_twi # TWI: Two Wire Interface
|
|
|
|
device at91_spi # SPI:
|
|
|
|
device at91_ssc
|
|
|
|
device at91_mci
|
|
|
|
device mmc # mmc/sd bus
|
|
|
|
device mmcsd # mmc/sd flash cards
|
|
|
|
# iic
|
|
|
|
device iic
|
|
|
|
device iicbus
|
2014-03-16 15:22:46 +00:00
|
|
|
device ds1672 # DS1672 on I2C bus
|
2007-01-05 02:08:35 +00:00
|
|
|
#device iicsmb # smb over i2c bridge
|
|
|
|
#device smbus # Bus support, required for smb below.
|
|
|
|
#device smb
|
|
|
|
# SPI bus
|
|
|
|
device spibus
|
2014-03-16 15:22:46 +00:00
|
|
|
#device at45d # at45db642 and maybe others
|
2007-01-05 02:08:35 +00:00
|
|
|
|
2014-03-16 15:22:46 +00:00
|
|
|
device bpf # Berkeley packet filter
|
2007-01-05 02:08:35 +00:00
|
|
|
|
|
|
|
#options USB_DEBUG
|
|
|
|
#device ohci
|
|
|
|
#device usb
|
2014-03-16 15:22:46 +00:00
|
|
|
#device umass # Disks/Mass storage - Requires scbus and da
|