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