]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/DB-78XXX
MFV r302003,r302037,r302038,r302056:
[FreeBSD/FreeBSD.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         "std.arm"
9 include         "../mv/discovery/std.db78xxx"
10
11 options         SOC_MV_DISCOVERY
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                   # 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          mdio
70 device          e1000phy
71 device          bpf
72
73 # USB
74 options         USB_DEBUG               # enable debug msgs
75 device          usb
76 device          ehci
77 device          umass
78 device          scbus
79 device          pass
80 device          da
81
82 # I2C (TWSI)
83 device          iic
84 device          iicbus
85 device          twsi
86 device          ds133x
87
88 # SATA
89 device          mvs
90
91 # NAND
92 device          nand
93
94 # GPIO
95 device          gpio
96
97 # Flattened Device Tree
98 options         FDT
99 options         FDT_DTB_STATIC
100 makeoptions     FDT_DTS_FILE=db78100.dts