1176776Sraj#
2176776Sraj# Custom kernel for Freescale MPC85XX development boards like the CDS etc.
3176776Sraj#
4176776Sraj# $FreeBSD$
5176776Sraj#
6176776Sraj
7236141Srajcpu		BOOKE
8236141Srajcpu		BOOKE_E500
9176776Srajident		MPC85XX
10176776Sraj
11209975Snwhitehornmachine		powerpc	powerpc
12209975Snwhitehorn
13176776Srajmakeoptions	DEBUG="-Wa,-me500 -g"
14176776Srajmakeoptions	NO_MODULES=yes
15176776Sraj
16176776Srajoptions 	FPU_EMU
17176776Sraj
18176776Srajoptions 	_KPOSIX_PRIORITY_SCHEDULING
19176776Srajoptions 	ALT_BREAK_TO_DEBUGGER
20176776Srajoptions 	BREAK_TO_DEBUGGER
21176776Srajoptions 	BOOTP
22176776Srajoptions 	BOOTP_NFSROOT
23176776Srajoptions 	BOOTP_NFSV3
24176776Srajoptions 	BOOTP_WIRED_TO=tsec0
25176776Srajoptions 	CD9660
26176776Srajoptions 	COMPAT_43
27176776Srajoptions 	DDB
28203938Sattilio#options 	DEADLKRES
29191954Skuriyamaoptions 	DEVICE_POLLING
30176776Sraj#options 	DIAGNOSTIC
31209908Srajoptions 	FDT
32209908Srajmakeoptions	FDT_DTS_FILE=mpc8572ds.dts
33209908Sraj#makeoptions	FDT_DTS_FILE=mpc8555cds.dts
34176776Srajoptions 	FFS
35176776Srajoptions 	GDB
36176776Srajoptions 	GEOM_PART_GPT
37176776Srajoptions 	INET
38176776Srajoptions 	INET6
39176776Srajoptions 	INVARIANTS
40176776Srajoptions 	INVARIANT_SUPPORT
41176776Srajoptions 	KDB
42176776Srajoptions 	KTRACE
43176776Srajoptions 	MD_ROOT
44176776Srajoptions 	MPC85XX
45176776Srajoptions 	MSDOSFS
46176776Srajoptions 	NFS_ROOT
47224553Smarceloptions 	NFSCL
48191954Skuriyamaoptions 	NFSLOCKD
49176776Srajoptions 	PROCFS
50176776Srajoptions 	PSEUDOFS
51176776Srajoptions 	SCHED_4BSD
52194950Srajoptions		SMP
53176776Srajoptions 	SYSVMSG
54176776Srajoptions 	SYSVSEM
55176776Srajoptions 	SYSVSHM
56176776Srajoptions 	WITNESS
57176776Srajoptions 	WITNESS_SKIPSPIN
58176776Sraj
59176776Srajdevice		ata
60176776Srajdevice		bpf
61184252Smarceldevice		cfi
62193579Srajdevice		crypto
63193579Srajdevice		cryptodev
64176776Srajdevice		da
65194632Srajdevice		ds1553
66176776Srajdevice		em
67176776Srajdevice		ether
68176776Srajdevice		fxp
69194630Srajdevice		iic
70194630Srajdevice		iicbus
71209908Sraj#device		isa
72176776Srajdevice		loop
73176776Srajdevice		md
74176776Srajdevice		miibus
75220982Smavdevice		pass
76176776Srajdevice		pci
77176776Srajdevice		quicc
78176776Srajdevice		random
79176776Sraj#device		rl
80176776Srajdevice		scbus
81176776Srajdevice		scc
82193579Srajdevice		sec
83176776Srajdevice		tsec
84176776Srajdevice		tun
85176776Srajdevice		uart
86207077Sthompsaoptions 	USB_DEBUG	# enable debug msgs
87176776Sraj#device		uhci
88176776Srajdevice		umass
89176776Srajdevice		usb
90188711Srajdevice		vlan
91