]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/DB-88F5XXX
Import zstandard 1.3.1
[FreeBSD/FreeBSD.git] / sys / arm / conf / DB-88F5XXX
1 #
2 # Custom kernel for Marvell DB-88F5xxx boards.
3 #
4 # $FreeBSD$
5 #
6
7 ident           DB-88F5XXX
8 include         "std.arm"
9 include         "../mv/orion/std.db88f5xxx"
10
11 options         SOC_MV_ORION
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         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         NFSCL                   # Network Filesystem Client
24 options         NFSLOCKD                # Network Lock Manager
25 options         NFS_ROOT                # NFS usable as /, requires NFSCL
26 options         BOOTP
27 options         BOOTP_NFSROOT
28 options         BOOTP_NFSV3
29 options         BOOTP_WIRED_TO=mge0
30
31 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
32
33 options         SYSVSHM                 # SYSV-style shared memory
34 options         SYSVMSG                 # SYSV-style message queues
35 options         SYSVSEM                 # SYSV-style semaphores
36 options         _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
37 options         MUTEX_NOINLINE
38 options         RWLOCK_NOINLINE
39 options         NO_FFS_SNAPSHOT
40 options         NO_SWAPPING
41
42 device          pci
43
44 # Pseudo devices
45 device          md
46 device          loop
47 device          random
48
49 # Serial ports
50 device          uart
51
52 # Networking
53 device          ether
54 device          mge                     # Marvell Gigabit Ethernet controller
55 device          mii
56 device          mdio
57 device          e1000phy
58 device          bpf
59 options         DEVICE_POLLING
60 options         HZ=1000
61
62 # I2C (TWSI)
63 device          iic
64 device          iicbus
65 device          twsi
66 device          ds133x
67
68 # USB
69 device          usb
70 device          ehci
71 device          umass
72 device          scbus
73 device          pass
74 device          da
75
76 # SATA
77 device          mvs
78
79 # GPIO
80 device          gpio
81
82 # Flattened Device Tree
83 options         FDT
84 makeoptions     FDT_DTS_FILE=db88f5281.dts