]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/arm/conf/DB-88F5XXX
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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         FFS                     #Berkeley Fast Filesystem
20 options         NFSCL                   #New Network Filesystem Client
21 options         NFSLOCKD                #Network Lock Manager
22 options         NFS_ROOT                #NFS usable as /, requires NFSCL
23 options         BOOTP
24 options         BOOTP_NFSROOT
25 options         BOOTP_NFSV3
26 options         BOOTP_WIRED_TO=mge0
27
28 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
29
30 options         SYSVSHM                 #SYSV-style shared memory
31 options         SYSVMSG                 #SYSV-style message queues
32 options         SYSVSEM                 #SYSV-style semaphores
33 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
34 options         MUTEX_NOINLINE
35 options         RWLOCK_NOINLINE
36 options         NO_FFS_SNAPSHOT
37 options         NO_SWAPPING
38
39 # Debugging
40 options         ALT_BREAK_TO_DEBUGGER
41 options         DDB
42 #options        DEADLKRES               #Enable the deadlock resolver
43 options         DIAGNOSTIC
44 #options        INVARIANTS              #Enable calls of extra sanity checking
45 #options        INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
46 options         KDB
47 options         WITNESS                 #Enable checks to detect deadlocks and cycles
48 options         WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed
49 #options        WITNESS_KDB
50
51 device          pci
52
53 # Pseudo devices
54 device          md
55 device          loop
56 device          random
57
58 # Serial ports
59 device          uart
60
61 # Networking
62 device          ether
63 device          mge                     # Marvell Gigabit Ethernet controller
64 device          mii
65 device          e1000phy
66 device          bpf
67 options         DEVICE_POLLING
68 options         HZ=1000
69
70 # I2C (TWSI)
71 device          iic
72 device          iicbus
73 device          ds133x
74
75 # USB
76 options         USB_DEBUG       # enable debug msgs
77 device          usb
78 device          ehci
79 device          umass
80 device          scbus
81 device          pass
82 device          da
83
84 # SATA
85 device          mvs
86
87 # Flattened Device Tree
88 options         FDT
89 makeoptions     FDT_DTS_FILE=db88f5281.dts