aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/conf/MPC85XXSPE
blob: 553a616bb70714d6b199ee890c9adf69e0193ab4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
#
# Custom kernel for Freescale MPC85XX development boards like the CDS etc.
#
# $FreeBSD$
#

cpu		BOOKE
cpu		BOOKE_E500
ident		MPC85XXSPE

machine		powerpc	powerpcspe

include 	"dpaa/config.dpaa"
makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
makeoptions	WITH_CTF=1

options 	FPU_EMU
options 	MAXCPU=2

options 	_KPOSIX_PRIORITY_SCHEDULING
options 	ALT_BREAK_TO_DEBUGGER
options 	BREAK_TO_DEBUGGER
options 	BOOTP
options 	BOOTP_NFSROOT
#options 	BOOTP_NFSV3
options 	CD9660
options 	COMPAT_43
options 	DDB
#options 	DEADLKRES
options 	DEVICE_POLLING
#options 	DIAGNOSTIC
options 	FDT
#makeoptions	FDT_DTS_FILE=mpc8555cds.dts
options 	FFS
options 	GDB
options 	GEOM_PART_GPT
options 	INET
options 	INET6
options 	TCP_HHOOK		# hhook(9) framework for TCP
options 	INVARIANTS
options 	INVARIANT_SUPPORT
options 	KDB
options 	KTRACE
options 	MD_ROOT
options 	MPC85XX
options 	MSDOSFS
options 	NFS_ROOT
options 	NFSCL
options 	NFSLOCKD
options 	PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
options 	PROCFS
options 	PSEUDOFS
options 	SCHED_ULE
options 	CAPABILITIES
options 	CAPABILITY_MODE
options 	SMP
options 	SYSVMSG
options 	SYSVSEM
options 	SYSVSHM
options 	WITNESS
options 	WITNESS_SKIPSPIN
options 	COMPAT_FREEBSD10
options 	COMPAT_FREEBSD11
options 	COMPAT_FREEBSD12
options 	HWPMC_HOOKS
options 	KDTRACE_HOOKS		# Kernel DTrace hooks
options 	DDB_CTF			# Kernel ELF linker loads CTF data

device		ata
device		bpf
device		cfi
device  	cpufreq
device		crypto
device		cryptodev
device		da
device  	ds1307
device		ds1553
device		iflib
device		em
device		alc
device		ether
device		fxp
device  	gpio
device  	gpiopower
device		iic
device		iicbus
#device		isa
device		loop
device		md
device		miibus
device  	mmc
device  	mmcsd
device		pass
device		pci
device		quicc
#device		rl
device		scbus
device		scc
device  	sdhci
device		sec
device  	spibus
device  	spigen
device		tsec
device  	dpaa
device		tuntap
device		uart
options 	USB_DEBUG	# enable debug msgs
#device		uhci
device		ehci
device  	ukbd
device  	ums
device		umass
device		usb
device		vlan

# P1022 DIU
device  	diu
device  	videomode
device  	vt
device  	fbd

# HID support
options 	HID_DEBUG	# enable debug msgs
device		hid		# Generic HID support