1 #
2 # Custom kernel for Freescale MPC85XX development boards like the CDS etc.
3 #
4 # $FreeBSD$
5 #
6
7 cpu BOOKE
8 cpu BOOKE_E500
9 ident MPC85XX
10
11 machine powerpc powerpc
12
13 include "dpaa/config.dpaa"
14 makeoptions DEBUG="-Wa,-me500 -g"
15 makeoptions NO_MODULES=yes
16
17 options FPU_EMU
18
19 options _KPOSIX_PRIORITY_SCHEDULING
20 options ALT_BREAK_TO_DEBUGGER
21 options BREAK_TO_DEBUGGER
22 options BOOTP
23 options BOOTP_NFSROOT
24 #options BOOTP_NFSV3
25 options CD9660
26 options COMPAT_43
27 options DDB
28 #options DEADLKRES
29 options DEVICE_POLLING
30 #options DIAGNOSTIC
31 options FDT
32 #makeoptions FDT_DTS_FILE=mpc8555cds.dts
33 options FFS
34 options GDB
35 options GEOM_PART_GPT
36 options INET
37 options INET6
38 options INVARIANTS
39 options INVARIANT_SUPPORT
40 options KDB
41 options KTRACE
42 options MD_ROOT
43 options MPC85XX
44 options MSDOSFS
45 options NFS_ROOT
46 options NFSCL
47 options NFSLOCKD
48 options PROCFS
49 options PSEUDOFS
50 options SCHED_ULE
51 options CAPABILITIES
52 options CAPABILITY_MODE
53 options SMP
54 options SYSVMSG
55 options SYSVSEM
56 options SYSVSHM
57 options WITNESS
58 options WITNESS_SKIPSPIN
59
60 device ata
61 device bpf
62 device cfi
63 device crypto
64 device cryptodev
65 device da
66 device ds1553
67 device em
68 device alc
69 device ether
70 device fxp
71 device gpio
72 device iic
73 device iicbus
74 #device isa
75 device loop
76 device md
77 device miibus
78 device pass
79 device pci
80 device quicc
81 device random
82 #device rl
83 device scbus
84 device scc
85 device sec
86 device tsec
87 device tun
88 device uart
89 options USB_DEBUG # enable debug msgs
90 #device uhci
91 device ehci
92 device umass
93 device usb
94 device vlan
Cache object: c85d3e3052294c6bfc0f2337c304abf7
|