]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/mips/conf/BCM
Exclude BCM from universe build until it compiles again.
[FreeBSD/FreeBSD.git] / sys / mips / conf / BCM
1 #
2 # $FreeBSD$
3 #
4 # The Broadcom 470x/471x/535x series of processors and boards is very commonly
5 # used in COTS hardware including the ASUS RT-N12, RT-N16, RT-N53.
6 #
7
8 #NO_UNIVERSE
9
10 ident           BCM
11
12 hints           "BCM.hints"
13 include         "../broadcom/std.broadcom"
14
15 # ships with cfe firmware
16 options         CFE
17 options         ALT_BREAK_TO_DEBUGGER
18 options         BREAK_TO_DEBUGGER
19 options         BOOTVERBOSE=0
20
21 makeoptions     INTRNG
22 options         INTRNG
23
24 makeoptions     TRAMPLOADADDR=0x80800000
25 makeoptions     DEBUG="-g3"             #Build kernel with gdb(1) debug symbols
26 makeoptions     MODULES_OVERRIDE=""
27
28 options         DDB
29 options         KDB
30
31 options         SCHED_4BSD              #4BSD scheduler
32 options         INET                    #InterNETworking
33 options         NFSCL                   #Network Filesystem Client
34 #options        NFS_ROOT                #NFS usable as /, requires NFSCL
35 options         PSEUDOFS                #Pseudo-filesystem framework
36 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
37
38 options         FFS                     #Berkeley Fast Filesystem
39 options         SOFTUPDATES             #Enable FFS soft updates support
40 options         UFS_ACL                 #Support for access control lists
41 options         UFS_DIRHASH             #Improve performance on big directories
42
43 device          geom_uzip
44 options         GEOM_UZIP
45 options         GEOM_LABEL              # Providers labelization.
46 options         ROOTDEVNAME=\"ufs:ufs/FBSD\"    # assumes FW built by 
47                                         # freebsd-build-wifi
48
49 # Debugging for use in -current
50 #options        DEADLKRES
51 options         INVARIANTS
52 options         INVARIANT_SUPPORT
53
54 #options        BHND_LOGLEVEL=BHND_DEBUG_LEVEL
55 #options        BUS_DEBUG
56 #makeoptions    BUS_DEBUG
57 #options        VERBOSE_SYSINIT
58 #makeoptions    VERBOSE_SYSINIT
59
60 device          pci
61
62 #device         bgmac                   # Broadcom GMAC - not yet
63 device          bhnd
64
65 device          mdio
66
67 #Flash
68 device          spibus
69 device          mx25l                   # Serial Flash
70 device          cfi                     # Parallel Flash
71 device          cfid
72
73 #UART
74 device          uart
75
76 #Base
77 device          loop
78 device          ether
79 device          random
80 device          md
81
82 #Performance
83 #options        HWPMC_HOOKS
84 #device         hwpmc
85 #device         hwpmc_mips74k
86
87 #Ethernet
88 # device        bfe                     # XXX will build both pci and siba
89 device          miibus                  # attachments
90
91 # pci devices
92
93 # USB is not yet ready
94 #options        USB_DEBUG               # enable debug msgs
95 #device         usb                     # USB Bus (required)
96 #device         uhci                    # UHCI PCI->USB interface
97 #device         ehci                    # EHCI PCI->USB interface (USB 2.0)