]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/powerpc/conf/MPC85XX
zfs: merge openzfs/zfs@cb01da680
[FreeBSD/FreeBSD.git] / sys / powerpc / conf / MPC85XX
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
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         TCP_HHOOK               # hhook(9) framework for TCP
39 options         INVARIANTS
40 options         INVARIANT_SUPPORT
41 options         KDB
42 options         KTRACE
43 options         MD_ROOT
44 options         MPC85XX
45 options         MSDOSFS
46 options         NFS_ROOT
47 options         NFSCL
48 options         NFSLOCKD
49 options         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
50 options         PROCFS
51 options         PSEUDOFS
52 options         SCHED_ULE
53 options         CAPABILITIES
54 options         CAPABILITY_MODE
55 options         SMP
56 options         SYSVMSG
57 options         SYSVSEM
58 options         SYSVSHM
59 options         WITNESS
60 options         WITNESS_SKIPSPIN
61 options         COMPAT_FREEBSD10
62 options         COMPAT_FREEBSD11
63 options         COMPAT_FREEBSD12
64 options         COMPAT_FREEBSD13
65 options         HWPMC_HOOKS
66 options         KDTRACE_HOOKS           # Kernel DTrace hooks
67 options         DDB_CTF                 # Kernel ELF linker loads CTF data
68
69 device          ata
70 device          bpf
71 device          cfi
72 device          cpufreq
73 device          crypto
74 device          cryptodev
75 device          da
76 device          ds1307
77 device          ds1553
78 device          iflib
79 device          em
80 device          alc
81 device          ether
82 device          fxp
83 device          gpio
84 device          gpiopower
85 device          iic
86 device          iicbus
87 #device         isa
88 device          loop
89 device          md
90 device          miibus
91 device          mmc
92 device          mmcsd
93 device          pass
94 device          pci
95 device          quicc
96 #device         rl
97 device          scbus
98 device          scc
99 device          sdhci
100 device          sec
101 device          spibus
102 device          spigen
103 device          tsec
104 device          dpaa
105 device          tuntap
106 device          uart
107 options         USB_DEBUG       # enable debug msgs
108 #device         uhci
109 device          ehci
110 device          ukbd
111 device          ums
112 device          umass
113 device          usb
114 device          vlan
115
116 # P1022 DIU
117 device          diu
118 device          videomode
119 device          vt
120 device          fbd
121
122 # HID support
123 options         HID_DEBUG       # enable debug msgs
124 device          hid             # Generic HID support