]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/powerpc/conf/MPC85XX
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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             E500
8 ident           MPC85XX
9
10 machine         powerpc powerpc
11
12 makeoptions     DEBUG="-Wa,-me500 -g"
13 makeoptions     NO_MODULES=yes
14
15 options         FPU_EMU
16
17 options         _KPOSIX_PRIORITY_SCHEDULING
18 options         ALT_BREAK_TO_DEBUGGER
19 options         BREAK_TO_DEBUGGER
20 options         BOOTP
21 options         BOOTP_NFSROOT
22 options         BOOTP_NFSV3
23 options         BOOTP_WIRED_TO=tsec0
24 options         CD9660
25 options         COMPAT_43
26 options         DDB
27 #options        DEADLKRES
28 options         DEVICE_POLLING
29 #options        DIAGNOSTIC
30 options         FDT
31 makeoptions     FDT_DTS_FILE=mpc8572ds.dts
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_4BSD
51 options         SMP
52 options         SYSVMSG
53 options         SYSVSEM
54 options         SYSVSHM
55 options         WITNESS
56 options         WITNESS_SKIPSPIN
57
58 device          ata
59 options         ATA_CAM
60 device          bpf
61 device          cfi
62 device          crypto
63 device          cryptodev
64 device          da
65 device          ds1553
66 device          em
67 device          ether
68 device          fxp
69 device          iic
70 device          iicbus
71 #device         isa
72 device          loop
73 device          md
74 device          miibus
75 device          pass
76 device          pci
77 device          pty
78 device          quicc
79 device          random
80 #device         rl
81 device          scbus
82 device          scc
83 device          sec
84 device          tsec
85 device          tun
86 device          uart
87 options         USB_DEBUG       # enable debug msgs
88 #device         uhci
89 device          umass
90 device          usb
91 device          vlan