]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/powerpc/conf/MPC85XX
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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 makeoptions     DEBUG="-Wa,-me500 -g"
11 makeoptions     NO_MODULES=yes
12
13 options         FPU_EMU
14
15 options         _KPOSIX_PRIORITY_SCHEDULING
16 options         ALT_BREAK_TO_DEBUGGER
17 options         BREAK_TO_DEBUGGER
18 options         BOOTP
19 options         BOOTP_NFSROOT
20 options         BOOTP_NFSV3
21 options         BOOTP_WIRED_TO=tsec0
22 options         CD9660
23 options         COMPAT_43
24 options         DDB
25 options         DEVICE_POLLING
26 options         HZ=1000
27 #options        DIAGNOSTIC
28 options         FFS
29 options         GDB
30 options         GEOM_PART_GPT
31 options         INET
32 options         INET6
33 options         INVARIANTS
34 options         INVARIANT_SUPPORT
35 options         KDB
36 options         KTRACE
37 options         MD_ROOT
38 options         MPC85XX
39 options         MSDOSFS
40 options         NFS_ROOT
41 options         NFSCLIENT
42 options         NFSLOCKD
43 options         PROCFS
44 options         PSEUDOFS
45 options         SCHED_4BSD
46 options         SMP
47 options         SYSVMSG
48 options         SYSVSEM
49 options         SYSVSHM
50 options         WITNESS
51 options         WITNESS_SKIPSPIN
52
53 device          ata
54 device          atadisk
55 device          bpf
56 device          cfi
57 device          crypto
58 device          cryptodev
59 device          da
60 device          ds1553
61 device          em
62 device          ether
63 device          fxp
64 device          iic
65 device          iicbus
66 device          isa
67 device          loop
68 device          md
69 device          miibus
70 device          pci
71 device          pty
72 device          quicc
73 device          random
74 #device         rl
75 device          scbus
76 device          scc
77 device          sec
78 device          tsec
79 device          tun
80 device          uart
81 options         USB_DEBUG       # enable debug msgs
82 #device         uhci
83 device          umass
84 device          usb
85 device          vlan