]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/powerpc/conf/QORIQ64
Update ena-com HAL to v1.1.4.3 and update driver accordingly
[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 include         "dpaa/config.dpaa"
15 makeoptions     DEBUG="-Wa,-me500 -g"
16 makeoptions     WERROR="-Werror -Wno-format -Wno-redundant-decls"
17 makeoptions     NO_MODULES=yes
18
19 #options        EARLY_PRINTF
20
21 options         FPU_EMU
22
23 options         BOOTVERBOSE=1
24 options         _KPOSIX_PRIORITY_SCHEDULING
25 options         ALT_BREAK_TO_DEBUGGER
26 options         BREAK_TO_DEBUGGER
27 options         BOOTP
28 options         BOOTP_NFSROOT
29 #options        BOOTP_NFSV3
30 options         CD9660
31 #options        COMPAT_43
32 options         COMPAT_FREEBSD32        #Compatible with FreeBSD/powerpc binaries
33 options         DDB
34 #options        DEADLKRES
35 options         DEVICE_POLLING
36 #options        DIAGNOSTIC
37 options         FDT
38 #makeoptions    FDT_DTS_FILE=mpc8555cds.dts
39 options         FFS
40 options         GDB
41 options         GEOM_PART_GPT
42 options         INET
43 options         INET6
44 options         TCP_HHOOK               # hhook(9) framework for TCP
45 options         INVARIANTS
46 options         INVARIANT_SUPPORT
47 options         KDB
48 options         KTRACE
49 options         MD_ROOT
50 options         MPC85XX
51 options         MSDOSFS
52 options         NFS_ROOT
53 options         NFSCL
54 options         NFSLOCKD
55 options         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
56 options         PROCFS
57 options         PSEUDOFS
58 options         SCHED_ULE
59 options         CAPABILITIES
60 options         CAPABILITY_MODE
61 options         SMP
62 options         SYSVMSG
63 options         SYSVSEM
64 options         SYSVSHM
65 options         WITNESS
66 options         WITNESS_SKIPSPIN
67
68 device          ata
69 device          bpf
70 device          cfi
71 device          crypto
72 device          cryptodev
73 device          da
74 device          ds1553
75 device          em
76 device          alc
77 device          dpaa
78 device          ether
79 device          fxp
80 device          gpio
81 device          gpiopower
82 device          iic
83 device          iicbus
84 #device         isa
85 device          loop
86 device          md
87 device          miibus
88 device          mmc
89 device          mmcsd
90 device          pass
91 device          pci
92 device          random
93 #device         rl
94 device          scbus
95 device          scc
96 device          sdhci
97 device          sec
98 device          tun
99 device          uart
100 options         USB_DEBUG       # enable debug msgs
101 #device         uhci
102 device          ehci
103 device          umass
104 device          usb
105 device          vlan