ATMEL revision 302915
1# Kernel configuration to test compile all the atmel bits with one
2# configuration.  This kernel will not (presently) boot.  Do not copy
3# it to create your own custom config file.
4#
5# $FreeBSD: stable/11/sys/arm/conf/ATMEL 302915 2016-07-15 21:30:19Z ian $
6
7ident		ATMEL
8
9include 	"std.arm"
10include 	"../at91/std.atmel"
11
12# Typical values for most SoCs and board configurations.  Will not work for
13# at91sam9g45 or on some boards with non u-boot boot loaders.
14makeoptions	KERNPHYSADDR=0x20000000
15makeoptions	KERNVIRTADDR=0xc0000000
16options 	KERNVIRTADDR=0xc0000000
17
18makeoptions	MODULES_OVERRIDE="dtb/atmel"
19
20# list all boards here, but not just yet (no multiboard in mainline).
21options 	ARM_MANY_BOARD
22device		at91_board_bwct
23device		at91_board_ethernut5
24device		at91_board_hl200
25device		at91_board_hl201
26device		at91_board_kb920x
27device		at91_board_qila9g20
28device		at91_board_sam9260ek
29device		at91_board_sam9g20ek
30device		at91_board_sam9x25ek
31device		at91_board_sn9g45
32device		at91_board_tsc4370
33
34options 	SCHED_4BSD		# 4BSD scheduler
35#options 	PREEMPTION		# Enable kernel thread preemption
36options 	INET			# InterNETworking
37options 	INET6			# IPv6 communications protocols
38options 	SCTP			# Stream Control Transmission Protocol
39options 	FFS			# Berkeley Fast Filesystem
40options 	SOFTUPDATES		# Enable FFS soft updates support
41options 	UFS_ACL			# Support for access control lists
42options 	UFS_DIRHASH		# Improve performance on big directories
43options 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
44options 	MD_ROOT			# MD is a potential root device
45options 	NFSCL			# Network Filesystem Client
46options 	NFSD			# Network Filesystem Server
47options 	NFSLOCKD		# Network Lock Manager
48options 	NFS_ROOT		# NFS usable as /, requires NFSCL
49options 	TMPFS			# Efficient memory filesystem
50options 	MSDOSFS			# MSDOS Filesystem
51options 	CD9660			# ISO 9660 Filesystem
52options 	PROCFS			# Process filesystem (requires PSEUDOFS)
53options 	PSEUDOFS		# Pseudo-filesystem framework
54options 	GEOM_PART_BSD		# BSD partition scheme
55options 	GEOM_PART_MBR		# MBR partition scheme
56options 	GEOM_PART_GPT		# GUID Partition Tables.
57options 	GEOM_LABEL		# Provides labelization
58options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
59options 	KTRACE			# ktrace(1) support
60options 	STACK			# stack(9) support
61options 	SYSVSHM			# SYSV-style shared memory
62options 	SYSVMSG			# SYSV-style message queues
63options 	SYSVSEM			# SYSV-style semaphores
64options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
65options 	PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
66#options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
67#options 	AUDIT			# Security event auditing
68#options 	CAPABILITY_MODE		# Capsicum capability mode
69#options 	CAPABILITIES		# Capsicum capabilities
70#options 	MAC			# TrustedBSD MAC Framework
71#options 	INCLUDE_CONFIG_FILE	# Include this file in kernel
72
73# NFS root from boopt/dhcp
74options 	BOOTP
75options 	BOOTP_NFSROOT
76options 	BOOTP_COMPAT
77options 	BOOTP_NFSV3
78options 	BOOTP_WIRED_TO=ate0
79
80# alternatively, boot from a MMC/SD memory card
81#options 	ROOTDEVNAME=\"ufs:/dev/mmcsd0a\"
82
83# kernel/memory size reduction
84options 	MUTEX_NOINLINE
85options 	NO_FFS_SNAPSHOT
86options 	NO_SWAPPING
87options 	NO_SYSCTL_DESCR
88options 	RWLOCK_NOINLINE
89
90# The `bpf' device enables the Berkeley Packet Filter.
91# Be aware of the administrative consequences of enabling this!
92# Note that 'bpf' is required for DHCP.
93device		bpf			# Berkeley packet filter
94
95# Ethernet
96device		mii			# Minimal MII support
97device		ate			# Atmel AT91 Ethernet driver
98
99# I2C
100device		at91_twi		# Atmel AT91 Two-wire Interface
101device		iic			# I2C generic I/O device driver
102device		iicbus			# I2C bus system
103device		pcf8563			# NXP PCF8563 clock/calendar
104
105# MMC/SD
106device		at91_mci		# Atmel AT91 Multimedia Card Interface
107options 	AT91_MCI_HAS_4WIRE
108device		mmc			# MMC/SD bus
109device		mmcsd			# MMC/SD memory card
110
111# DataFlash
112device		at91_spi		# Atmel AT91 Serial Peripheral Interface
113device		spibus			# SPI bus
114device		at45d			# Atmel AT45D
115device		geom_map		# GEOM partition mapping
116
117# Pseudo devices.
118device		loop			# Network loopback
119device		random			# Entropy device
120device		ether			# Ethernet support
121device		vlan			# 802.1Q VLAN support
122device		tun			# Packet tunnel.
123device		md			# Memory "disks"
124device		gif			# IPv6 and IPv4 tunneling
125#device		firmware		# firmware assist module
126
127# SCSI peripherals
128device		scbus			# SCSI bus (required for ATA/SCSI)
129device		ch			# SCSI media changers
130device		da			# Direct Access (disks)
131device		sa			# Sequential Access (tape etc)
132device		cd			# CD
133device		pass			# Passthrough device (direct ATA/SCSI access)
134device		ses			# Enclosure Services (SES and SAF-TE)
135#device		ctl			# CAM Target Layer
136
137# Serial (COM) ports
138device		uart			# Multi-uart driver
139
140# USB support
141device		ohci			# OHCI USB interface
142device		usb			# USB Bus (required)
143device		umass			# Disks/Mass storage - Requires scbus and da
144
145# USB device (gadget) support
146device		at91_dci		# Atmel's usb device
147device		usfs			# emulate a flash
148device		cdce			# emulate an ethernet
149device		usb_template		# Control of the gadget
150
151# watchdog
152device		at91_wdt		# Atmel AT91 Watchdog Timer
153
154device		at91_rtc
155device		at91_ssc
156#device		at91_tc			# missing?
157
158# NAND Flash - Reference design has Samsung 256MB but others possible
159device		nand			# NAND interface on CS3
160