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