]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/powerpc/conf/QORIQ64
MFV r316931: 6268 zfs diff confused by moving a file to another directory
[FreeBSD/FreeBSD.git] / sys / powerpc / conf / QORIQ64
1 #
2 # Custom kernel for Freescale QorIQ (P5xxx, Txxxx) based boards, like
3 # AmigaOne X5000
4 #
5 # $FreeBSD$
6 #
7
8 cpu             BOOKE
9 cpu             BOOKE_E500
10 ident           MPC85XX
11
12 machine         powerpc powerpc64
13
14 makeoptions     DEBUG="-Wa,-me500 -g"
15 makeoptions     WERROR="-Werror -Wno-format -Wno-redundant-decls"
16 makeoptions     NO_MODULES=yes
17
18 #options        EARLY_PRINTF
19
20 options         FPU_EMU
21
22 options         BOOTVERBOSE=1
23 options         _KPOSIX_PRIORITY_SCHEDULING
24 options         ALT_BREAK_TO_DEBUGGER
25 options         BREAK_TO_DEBUGGER
26 options         BOOTP
27 options         BOOTP_NFSROOT
28 #options        BOOTP_NFSV3
29 options         CD9660
30 #options        COMPAT_43
31 options         COMPAT_FREEBSD32        #Compatible with FreeBSD/powerpc binaries
32 options         DDB
33 #options        DEADLKRES
34 options         DEVICE_POLLING
35 #options        DIAGNOSTIC
36 options         FDT
37 #makeoptions    FDT_DTS_FILE=mpc8555cds.dts
38 options         FFS
39 options         GDB
40 options         GEOM_PART_GPT
41 options         INET
42 options         INET6
43 options         TCP_HHOOK               # hhook(9) framework for TCP
44 options         INVARIANTS
45 options         INVARIANT_SUPPORT
46 options         KDB
47 options         KTRACE
48 options         MD_ROOT
49 options         MPC85XX
50 options         MSDOSFS
51 options         NFS_ROOT
52 options         NFSCL
53 options         NFSLOCKD
54 options         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
55 options         PROCFS
56 options         PSEUDOFS
57 options         SCHED_ULE
58 options         CAPABILITIES
59 options         CAPABILITY_MODE
60 options         SMP
61 options         SYSVMSG
62 options         SYSVSEM
63 options         SYSVSHM
64 options         WITNESS
65 options         WITNESS_SKIPSPIN
66
67 device          ata
68 device          bpf
69 device          cfi
70 device          crypto
71 device          cryptodev
72 device          da
73 device          ds1553
74 device          em
75 device          alc
76 device          ether
77 device          fxp
78 device          gpio
79 device          gpiopower
80 device          iic
81 device          iicbus
82 #device         isa
83 device          loop
84 device          md
85 device          miibus
86 device          mmc
87 device          mmcsd
88 device          pass
89 device          pci
90 device          random
91 #device         rl
92 device          scbus
93 device          scc
94 device          sdhci
95 device          sec
96 device          tun
97 device          uart
98 options         USB_DEBUG       # enable debug msgs
99 #device         uhci
100 device          ehci
101 device          umass
102 device          usb
103 device          vlan