]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/arm/conf/DB-88F5XXX
MFC r263245, r269233, r267101, r275961: Config style cleanups.
[FreeBSD/stable/10.git] / sys / arm / conf / DB-88F5XXX
1 #
2 # Custom kernel for Marvell DB-88F5xxx boards.
3 #
4 # $FreeBSD$
5 #
6
7 ident           DB-88F5XXX
8 include         "../mv/orion/std.db88f5xxx"
9
10 options         SOC_MV_ORION
11 makeoptions     MODULES_OVERRIDE=""
12
13 #makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols
14 makeoptions     WERROR="-Werror"
15
16 options         SCHED_4BSD              # 4BSD scheduler
17 options         INET                    # InterNETworking
18 options         INET6                   # IPv6 communications protocols
19 options         GEOM_PART_BSD           # BSD partition scheme
20 options         GEOM_PART_MBR           # MBR partition scheme
21 options         TMPFS                   # Efficient memory filesystem
22 options         FFS                     # Berkeley Fast Filesystem
23 options         NFSCL                   # New Network Filesystem Client
24 options         NFSLOCKD                # Network Lock Manager
25 options         NFS_ROOT                # NFS usable as /, requires NFSCL
26 options         BOOTP
27 options         BOOTP_NFSROOT
28 options         BOOTP_NFSV3
29 options         BOOTP_WIRED_TO=mge0
30
31 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
32
33 options         SYSVSHM                 # SYSV-style shared memory
34 options         SYSVMSG                 # SYSV-style message queues
35 options         SYSVSEM                 # SYSV-style semaphores
36 options         _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
37 options         MUTEX_NOINLINE
38 options         RWLOCK_NOINLINE
39 options         NO_FFS_SNAPSHOT
40 options         NO_SWAPPING
41
42 # Debugging
43 options         ALT_BREAK_TO_DEBUGGER
44 options         DDB
45 #options        DEADLKRES               # Enable the deadlock resolver
46 #options        DIAGNOSTIC
47 #options        INVARIANTS              # Enable calls of extra sanity checking
48 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
49 options         KDB
50 #options        WITNESS                 # Enable checks to detect deadlocks and cycles
51 #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
52 #options        WITNESS_KDB
53
54 device          pci
55
56 # Pseudo devices
57 device          md
58 device          loop
59 device          random
60
61 # Serial ports
62 device          uart
63
64 # Networking
65 device          ether
66 device          mge                     # Marvell Gigabit Ethernet controller
67 device          mii
68 device          e1000phy
69 device          bpf
70 options         DEVICE_POLLING
71 options         HZ=1000
72
73 # I2C (TWSI)
74 device          iic
75 device          iicbus
76 device          ds133x
77
78 # USB
79 options         USB_DEBUG               # enable debug msgs
80 device          usb
81 device          ehci
82 device          umass
83 device          scbus
84 device          pass
85 device          da
86
87 # SATA
88 device          mvs
89
90 # Flattened Device Tree
91 options         FDT
92 makeoptions     FDT_DTS_FILE=db88f5281.dts