]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/powerpc/conf/MPC85XX
zfs: merge openzfs/zfs@797f55ef1
[FreeBSD/FreeBSD.git] / sys / powerpc / conf / MPC85XX
1 #
2 # Custom kernel for Freescale MPC85XX development boards like the CDS etc.
3 #
4 #
5
6 cpu             BOOKE
7 cpu             BOOKE_E500
8 ident           MPC85XX
9
10 machine         powerpc powerpc
11
12 include         "dpaa/config.dpaa"
13 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
14 makeoptions     WITH_CTF=1
15
16 options         FPU_EMU
17 options         MAXCPU=32
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         GEOM_LABEL              # Provides labelization
37 options         INET
38 options         INET6
39 options         TCP_HHOOK               # hhook(9) framework for TCP
40 options         INVARIANTS
41 options         INVARIANT_SUPPORT
42 options         KDB
43 options         KTRACE
44 options         MD_ROOT
45 options         MPC85XX
46 options         MSDOSFS
47 options         NFS_ROOT
48 options         NFSCL
49 options         NFSLOCKD
50 options         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
51 options         PROCFS
52 options         PSEUDOFS
53 options         SCHED_ULE
54 options         CAPABILITIES
55 options         CAPABILITY_MODE
56 options         SMP
57 options         SYSVMSG
58 options         SYSVSEM
59 options         SYSVSHM
60 options         WITNESS
61 options         WITNESS_SKIPSPIN
62 options         COMPAT_FREEBSD10
63 options         COMPAT_FREEBSD11
64 options         COMPAT_FREEBSD12
65 options         COMPAT_FREEBSD13
66 options         COMPAT_FREEBSD14        # Compatible with FreeBSD14
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