]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/DB-88F6XXX
Add support for RMII in macb, cribbed slightly from the ate
[FreeBSD/FreeBSD.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         "std.arm"
9 include         "../mv/kirkwood/std.db88f6xxx"
10
11 options         SOC_MV_KIRKWOOD
12
13 makeoptions     WERROR="-Werror"
14
15 options         SCHED_4BSD              # 4BSD scheduler
16 options         INET                    # InterNETworking
17 options         INET6                   # IPv6 communications protocols
18 options         FFS                     # Berkeley Fast Filesystem
19 options         NANDFS                  # NAND Filesystem
20 options         NFSCL                   # Network Filesystem Client
21 options         NFSLOCKD                # Network Lock Manager
22 options         NFS_ROOT                # NFS usable as /, requires NFSCL
23 options         TMPFS                   # Efficient memory filesystem
24 options         GEOM_PART_BSD           # BSD partition scheme
25 options         GEOM_PART_MBR           # MBR partition scheme
26 options         SYSVSHM                 # SYSV-style shared memory
27 options         SYSVMSG                 # SYSV-style message queues
28 options         SYSVSEM                 # SYSV-style semaphores
29 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
30 options         MUTEX_NOINLINE
31 options         RWLOCK_NOINLINE
32 options         NO_FFS_SNAPSHOT
33 options         NO_SWAPPING
34
35 # Debugging for use in -current
36 #makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols
37 options         ALT_BREAK_TO_DEBUGGER
38 options         KDB                     # Enable kernel debugger support
39 options         DDB                     # Enable the kernel debugger
40 #options        DEADLKRES               # Enable the deadlock resolver
41 #options        INVARIANTS              # Enable calls of extra sanity checking
42 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
43 options         WITNESS                 # Enable checks to detect deadlocks and cycles
44 options         WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
45 #options        WITNESS_KDB
46 #options        DIAGNOSTIC
47
48 # NFS root from boopt/dhcp
49 options         BOOTP
50 options         BOOTP_NFSROOT
51 options         BOOTP_NFSV3
52 options         BOOTP_WIRED_TO=mge0
53
54 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
55
56 device          pci
57
58 # Pseudo devices
59 device          loop
60 device          md
61 device          random
62
63 # Serial ports
64 device          uart
65
66 # Networking
67 device          ether
68 device          mge                     # Marvell Gigabit Ethernet controller
69 device          mii
70 device          mdio
71 device          e1000phy
72 device          bpf
73
74 device          cesa                    # Marvell security engine
75 device          crypto
76 device          cryptodev
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 # I2C (TWSI)
88 device          iic
89 device          iicbus
90
91 # SATA
92 device          mvs
93
94 # NAND
95 device          nand
96
97 # Flattened Device Tree
98 options         FDT                     # Configure using FDT/DTB data
99 options         FDT_DTB_STATIC
100 makeoptions     FDT_DTS_FILE=db88f6281.dts