]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/powerpc/conf/QORIQ64
Merge ^/head r323559 through r325504.
[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=-g                #Build kernel with gdb(1) debug symbols
16 makeoptions     WITH_CTF=1
17 makeoptions     WERROR="-Werror -Wno-format -Wno-redundant-decls"
18 makeoptions     NO_MODULES=yes
19
20 options         FPU_EMU
21
22 options         _KPOSIX_PRIORITY_SCHEDULING
23 options         ALT_BREAK_TO_DEBUGGER
24 options         BREAK_TO_DEBUGGER
25 options         BOOTP
26 options         BOOTP_NFSROOT
27 #options        BOOTP_NFSV3
28 options         CD9660
29 #options        COMPAT_43
30 options         COMPAT_FREEBSD32        #Compatible with FreeBSD/powerpc binaries
31 options         DDB
32 #options        DEADLKRES
33 options         DEVICE_POLLING
34 #options        DIAGNOSTIC
35 options         FDT
36 #makeoptions    FDT_DTS_FILE=mpc8555cds.dts
37 options         FFS                     #Berkeley Fast Filesystem
38 options         SOFTUPDATES             #Enable FFS soft updates support
39 options         UFS_ACL                 #Support for access control lists
40 options         UFS_DIRHASH             #Improve performance on big directories
41 options         UFS_GJOURNAL            #Enable gjournal-based UFS journaling
42 options         QUOTA                   #Enable disk quotas for UFS
43 options         GDB
44 options         GEOM_PART_GPT
45 options         GEOM_LABEL              #Provides labelization
46 options         INET
47 options         INET6
48 options         TCP_HHOOK               # hhook(9) framework for TCP
49 options         INVARIANTS
50 options         INVARIANT_SUPPORT
51 options         KDB
52 options         KDB_TRACE               # Print a stack trace for a panic.
53 options         KTRACE
54 options         MD_ROOT
55 options         MPC85XX
56 options         MSDOSFS
57 options         NFS_ROOT
58 options         NFSCL
59 options         NFSLOCKD
60 options         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
61 options         PROCFS
62 options         PSEUDOFS
63 options         SCHED_ULE
64 options         CAPABILITIES
65 options         CAPABILITY_MODE
66 options         SMP
67 options         STACK                   #stack(9) support
68 options         SYSVMSG
69 options         SYSVSEM
70 options         SYSVSHM
71 options         WITNESS
72 options         WITNESS_SKIPSPIN
73 options         HWPMC_HOOKS
74 options         KDTRACE_HOOKS           # Kernel DTrace hooks
75 options         DDB_CTF                 # Kernel ELF linker loads CTF data
76
77 device          ata
78 device          bpf
79 device          cfi
80 device          crypto
81 device          cryptodev
82 device          da
83 device          ds1307
84 device          ds1553
85 device          em
86 device          alc
87 device          dpaa
88 device          ether
89 device          fxp
90 device          gpio
91 device          gpiopower
92 device          iic
93 device          iicbus
94 #device         isa
95 device          loop
96 device          md
97 device          miibus
98 device          mmc
99 device          mmcsd
100 device          pass
101 device          pci
102 device          random
103 #device         rl
104 device          scbus
105 device          scc
106 device          sdhci
107 device          sec
108 device          spibus
109 device          spigen
110 device          tun
111 device          uart
112 options         USB_DEBUG       # enable debug msgs
113 #device         uhci
114 device          ehci
115 device          umass
116 device          usb
117 device          vlan