]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/DB-88F6XXX
MFV r329799, r329800:
[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         TCP_HHOOK               # hhook(9) framework for TCP
19 options         FFS                     # Berkeley Fast Filesystem
20 options         NANDFS                  # NAND Filesystem
21 options         NFSCL                   # Network Filesystem Client
22 options         NFSLOCKD                # Network Lock Manager
23 options         NFS_ROOT                # NFS usable as /, requires NFSCL
24 options         TMPFS                   # Efficient memory filesystem
25 options         GEOM_PART_BSD           # BSD partition scheme
26 options         GEOM_PART_MBR           # MBR partition scheme
27 options         SYSVSHM                 # SYSV-style shared memory
28 options         SYSVMSG                 # SYSV-style message queues
29 options         SYSVSEM                 # SYSV-style semaphores
30 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
31 options         MUTEX_NOINLINE
32 options         RWLOCK_NOINLINE
33 options         NO_FFS_SNAPSHOT
34 options         NO_SWAPPING
35
36 # NFS root from boopt/dhcp
37 options         BOOTP
38 options         BOOTP_NFSROOT
39 options         BOOTP_NFSV3
40 options         BOOTP_WIRED_TO=mge0
41
42 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
43
44 device          pci
45
46 # Pseudo devices
47 device          loop
48 device          md
49 device          random
50
51 # Serial ports
52 device          uart
53
54 # Networking
55 device          ether
56 device          mge                     # Marvell Gigabit Ethernet controller
57 device          mii
58 device          mdio
59 device          e1000phy
60 device          bpf
61
62 device          cesa                    # Marvell security engine
63 device          crypto
64 device          cryptodev
65
66 # USB
67 device          usb
68 device          ehci
69 device          umass
70 device          scbus
71 device          pass
72 device          da
73
74 # I2C (TWSI)
75 device          iic
76 device          iicbus
77 device          twsi
78
79 # SATA
80 device          mvs
81
82 # NAND
83 device          nand
84
85 # GPIO
86 device          gpio
87
88 # Flattened Device Tree
89 options         FDT                     # Configure using FDT/DTB data
90 options         FDT_DTB_STATIC
91 makeoptions     FDT_DTS_FILE=db88f6281.dts