]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/arm/conf/DB-88F6XXX
MFC 263245: Make all the comments '# ' and align to same column.
[FreeBSD/stable/10.git] / sys / arm / conf / DB-88F6XXX
1 #
2 # Custom kernel for Marvell DB-88F6xxx boards.
3 #
4 # $FreeBSD$
5 #
6
7 ident           DB-88F6XXX
8 include         "../mv/kirkwood/std.db88f6xxx"
9
10 options         SOC_MV_KIRKWOOD
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 device          cesa                    # Marvell security engine
73 device          crypto
74 device          cryptodev
75
76 # USB
77 options         USB_DEBUG               # enable debug msgs
78 device          usb
79 device          ehci
80 device          umass
81 device          scbus
82 device          pass
83 device          da
84
85 # I2C (TWSI)
86 device          iic
87 device          iicbus
88
89 # SATA
90 device          mvs
91
92 # NAND
93 device          nand
94
95 # Flattened Device Tree
96 options         FDT
97 options         FDT_DTB_STATIC
98 makeoptions     FDT_DTS_FILE=db88f6281.dts