1#
2# Custom kernel for the TS-7800 board.
3#
4# $FreeBSD: releng/11.0/sys/arm/conf/TS7800 302915 2016-07-15 21:30:19Z ian $
5#
6
7ident		TS7800
8include 	"std.arm"
9include 	"../mv/orion/std.ts7800"
10
11options 	SOC_MV_ORION
12
13makeoptions	WERROR="-Werror"
14
15options 	SCHED_4BSD		# 4BSD scheduler
16options 	INET			# InterNETworking
17options 	INET6			# IPv6 communications protocols
18options 	FFS			# Berkeley Fast Filesystem
19options 	SOFTUPDATES		# Enable FFS soft updates support
20options 	NFSCL			# Network Filesystem Client
21options 	NFSLOCKD		# Network Lock Manager
22options 	NFS_ROOT		# NFS usable as /, requires NFSCL
23options 	BOOTP
24options 	BOOTP_NFSROOT
25options 	BOOTP_NFSV3
26options 	BOOTP_WIRED_TO=mge0
27
28options 	GEOM_PART_BSD		# BSD partition scheme
29options 	GEOM_PART_MBR		# MBR partition scheme
30options 	TMPFS			# Efficient memory filesystem
31
32options 	SYSVSHM			# SYSV-style shared memory
33options 	SYSVMSG			# SYSV-style message queues
34options 	SYSVSEM			# SYSV-style semaphores
35options 	_KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
36options 	MUTEX_NOINLINE
37options 	RWLOCK_NOINLINE
38options 	NO_FFS_SNAPSHOT
39options 	NO_SWAPPING
40
41device		mvs
42device		pci
43
44# Pseudo devices
45device		md
46device		loop
47device		random
48
49# Serial ports
50device		uart
51
52# Networking
53device		ether
54device		mge			# Marvell Gigabit Ethernet controller
55device		mii
56device		mdio
57device		e1000phy
58device		bpf
59options 	HZ=1000
60
61# USB
62device		usb
63device		ehci
64device		umass
65device		scbus
66device		pass
67device		da
68
69# SATA
70device		ata
71
72# GPIO
73device		gpio
74
75# Flattened Device Tree
76options 	FDT
77options 	FDT_DTB_STATIC
78makeoptions	FDT_DTS_FILE=ts7800.dts
79
80