TS7800 revision 240572
1220774Sphilip#
2220774Sphilip# Custom kernel for the TS-7800 board.
3220774Sphilip#
4220774Sphilip# $FreeBSD: head/sys/arm/conf/TS7800 240572 2012-09-16 19:48:48Z jmg $
5220774Sphilip#
6220774Sphilip
7220774Sphilipident		TS7800
8220774Sphilipinclude		"../mv/orion/std.ts7800"
9220774Sphilip
10220774Sphilipoptions 	SOC_MV_ORION
11220774Sphilipmakeoptions	MODULES_OVERRIDE=""
12220774Sphilip
13220774Sphilip#makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
14220774Sphilipmakeoptions	WERROR="-Werror"
15220774Sphilip
16220774Sphilipoptions 	SCHED_4BSD		#4BSD scheduler
17220774Sphilipoptions 	INET			#InterNETworking
18220774Sphilipoptions 	INET6			#IPv6 communications protocols
19220774Sphilipoptions 	FFS			#Berkeley Fast Filesystem
20220774Sphilipoptions 	SOFTUPDATES		# Enable FFS soft updates support
21224699Srmacklemoptions 	NFSCL			#New Network Filesystem Client
22220774Sphilipoptions 	NFSLOCKD		#Network Lock Manager
23224699Srmacklemoptions 	NFS_ROOT		#NFS usable as /, requires NFSCL
24220774Sphilipoptions 	BOOTP
25220774Sphilipoptions 	BOOTP_NFSROOT
26220774Sphilipoptions 	BOOTP_NFSV3
27220774Sphilipoptions 	BOOTP_WIRED_TO=mge0
28220774Sphilip
29220774Sphilipoptions 	SYSVSHM			#SYSV-style shared memory
30220774Sphilipoptions 	SYSVMSG			#SYSV-style message queues
31220774Sphilipoptions 	SYSVSEM			#SYSV-style semaphores
32220774Sphilipoptions 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
33220774Sphilipoptions 	MUTEX_NOINLINE
34220774Sphilipoptions 	RWLOCK_NOINLINE
35220774Sphilipoptions 	NO_FFS_SNAPSHOT
36220774Sphilipoptions 	NO_SWAPPING
37220774Sphilip
38220774Sphilip# Debugging
39220774Sphilipoptions 	ALT_BREAK_TO_DEBUGGER
40220774Sphilipoptions 	DDB
41220774Sphilipoptions 	KDB
42220774Sphilipoptions 	GDB			# Support remote GDB.
43220774Sphilip
44220774Sphilipdevice		mvs
45220774Sphilipdevice		pci
46220774Sphilip
47220774Sphilip# Pseudo devices
48220774Sphilipdevice		md
49220774Sphilipdevice		loop
50220774Sphilipdevice		random
51220774Sphilip
52220774Sphilip# Serial ports
53220774Sphilipdevice		uart
54220774Sphilip
55220774Sphilip# Networking
56220774Sphilipdevice		ether
57220774Sphilipdevice		mge			# Marvell Gigabit Ethernet controller
58220774Sphilipdevice		mii
59220774Sphilipdevice		e1000phy
60220774Sphilipdevice		bpf
61220774Sphilipoptions 	HZ=1000
62220774Sphilip
63220774Sphilip# USB
64220774Sphilipdevice		usb
65220774Sphilipdevice		ehci
66220774Sphilipdevice		umass
67220774Sphilipdevice		scbus
68220774Sphilipdevice		pass
69220774Sphilipdevice		da
70220774Sphilip
71220774Sphilip# SATA
72220774Sphilipdevice		ata
73220982Smavoptions 	ATA_CAM
74220774Sphilip
75220774Sphilip# Flattened Device Tree
76220774Sphilipoptions 	FDT
77240572Sjmgoptions 	FDT_DTB_STATIC
78220774Sphilipmakeoptions	FDT_DTS_FILE=ts7800.dts
79220774Sphilip
80