xref: /freebsd/sys/powerpc/conf/MPC85XX (revision 031beb4e)
1#
2# Custom kernel for Freescale MPC85XX development boards like the CDS etc.
3#
4#
5
6cpu		BOOKE
7cpu		BOOKE_E500
8ident		MPC85XX
9
10machine		powerpc	powerpc
11
12include 	"dpaa/config.dpaa"
13makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
14makeoptions	WITH_CTF=1
15
16options 	FPU_EMU
17options 	MAXCPU=32
18
19options 	_KPOSIX_PRIORITY_SCHEDULING
20options 	ALT_BREAK_TO_DEBUGGER
21options 	BREAK_TO_DEBUGGER
22options 	BOOTP
23options 	BOOTP_NFSROOT
24#options 	BOOTP_NFSV3
25options 	CD9660
26options 	COMPAT_43
27options 	DDB
28#options 	DEADLKRES
29options 	DEVICE_POLLING
30#options 	DIAGNOSTIC
31options 	FDT
32#makeoptions	FDT_DTS_FILE=mpc8555cds.dts
33options 	FFS
34options 	GDB
35options 	GEOM_PART_GPT
36options         GEOM_LABEL              # Provides labelization
37options 	INET
38options 	INET6
39options 	TCP_HHOOK		# hhook(9) framework for TCP
40options 	INVARIANTS
41options 	INVARIANT_SUPPORT
42options 	KDB
43options 	KTRACE
44options 	MD_ROOT
45options 	MPC85XX
46options 	MSDOSFS
47options 	NFS_ROOT
48options 	NFSCL
49options 	NFSLOCKD
50options 	PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
51options 	PROCFS
52options 	PSEUDOFS
53options 	SCHED_ULE
54options 	CAPABILITIES
55options 	CAPABILITY_MODE
56options 	SMP
57options 	SYSVMSG
58options 	SYSVSEM
59options 	SYSVSHM
60options 	WITNESS
61options 	WITNESS_SKIPSPIN
62options 	COMPAT_FREEBSD10
63options 	COMPAT_FREEBSD11
64options 	COMPAT_FREEBSD12
65options 	COMPAT_FREEBSD13
66options 	HWPMC_HOOKS
67options 	KDTRACE_HOOKS		# Kernel DTrace hooks
68options 	DDB_CTF			# Kernel ELF linker loads CTF data
69
70device		ata
71device		bpf
72device		cfi
73device  	cpufreq
74device		crypto
75device		cryptodev
76device		da
77device  	ds1307
78device		ds1553
79device		iflib
80device		em
81device		alc
82device		ether
83device		fxp
84device  	gpio
85device  	gpiopower
86device		iic
87device		iicbus
88#device		isa
89device		loop
90device		md
91device		miibus
92device  	mmc
93device  	mmcsd
94device		pass
95device		pci
96device		quicc
97#device		rl
98device		scbus
99device		scc
100device  	sdhci
101device		sec
102device  	spibus
103device  	spigen
104device		tsec
105device  	dpaa
106device		tuntap
107device		uart
108options 	USB_DEBUG	# enable debug msgs
109#device		uhci
110device		ehci
111device  	ukbd
112device  	ums
113device		umass
114device		usb
115device		vlan
116
117# P1022 DIU
118device  	diu
119device  	videomode
120device  	vt
121device  	fbd
122
123# HID support
124options 	HID_DEBUG	# enable debug msgs
125device		hid		# Generic HID support
126