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