xref: /freebsd-14.2/sys/powerpc/conf/MPC85XXSPE (revision 8e908fab)
1#
2# Custom kernel for Freescale MPC85XX development boards like the CDS etc.
3#
4#
5
6cpu		BOOKE
7cpu		BOOKE_E500
8ident		MPC85XXSPE
9
10machine		powerpc	powerpcspe
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=2
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
62
63# The powerpcspe target arch can run non Altivec/VMX powerpc binaries
64# Keep COMPAT options in sync with powerpc target arch.
65options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
66options 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
67options 	COMPAT_FREEBSD9		# Compatible with FreeBSD9
68options 	COMPAT_FREEBSD10	# Compatible with FreeBSD10
69options 	COMPAT_FREEBSD11	# Compatible with FreeBSD11
70options 	COMPAT_FREEBSD12	# Compatible with FreeBSD12
71options 	COMPAT_FREEBSD13	# Compatible with FreeBSD13
72
73options 	HWPMC_HOOKS
74options 	KDTRACE_HOOKS		# Kernel DTrace hooks
75options 	DDB_CTF			# Kernel ELF linker loads CTF data
76
77device		ata
78device		bpf
79device		cfi
80device  	cpufreq
81device		crypto
82device		cryptodev
83device		da
84device  	ds1307
85device		ds1553
86device		iflib
87device		em
88device		alc
89device		ether
90device		fxp
91device  	gpio
92device  	gpiopower
93device		iic
94device		iicbus
95#device		isa
96device		loop
97device		md
98device		miibus
99device  	mmc
100device  	mmcsd
101device		pass
102device		pci
103device		quicc
104#device		rl
105device		scbus
106device		scc
107device  	sdhci
108device		sec
109device  	spibus
110device  	spigen
111device		tsec
112device  	dpaa
113device		tuntap
114device		uart
115options 	USB_DEBUG	# enable debug msgs
116#device		uhci
117device		ehci
118device  	hkbd
119device  	ukbd
120device  	hms
121device  	ums
122device		umass
123device		usb
124device		usbhid
125device		vlan
126
127# VirtIO support
128device          virtio                  # Generic VirtIO bus (required)
129device          virtio_pci              # VirtIO PCI device
130device          vtnet                   # VirtIO Ethernet device
131device          virtio_blk              # VirtIO Block device
132device          virtio_scsi             # VirtIO SCSI device
133device          virtio_balloon          # VirtIO Memory Balloon device
134
135# P1022 DIU
136device  	diu
137device  	videomode
138device  	vt
139device  	fbd
140
141# evdev interface
142options 	EVDEV_SUPPORT		# evdev support in legacy drivers
143device		evdev			# input event device support
144device		uinput			# install /dev/uinput cdev
145
146# HID support
147options 	HID_DEBUG	# enable debug msgs
148device		hid		# Generic HID support
149device		hidbus		# Generic HID bus
150