]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/DB-88F5XXX
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb, and openmp
[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 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         GEOM_PART_BSD           # BSD partition scheme
18 options         GEOM_PART_MBR           # MBR partition scheme
19 options         TMPFS                   # Efficient memory filesystem
20 options         FFS                     # Berkeley Fast Filesystem
21 options         NFSCL                   # Network Filesystem Client
22 options         NFSLOCKD                # Network Lock Manager
23 options         NFS_ROOT                # NFS usable as /, requires NFSCL
24 options         BOOTP
25 options         BOOTP_NFSROOT
26 options         BOOTP_NFSV3
27 options         BOOTP_WIRED_TO=mge0
28
29 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
30
31 options         SYSVSHM                 # SYSV-style shared memory
32 options         SYSVMSG                 # SYSV-style message queues
33 options         SYSVSEM                 # SYSV-style semaphores
34 options         _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
35 options         MUTEX_NOINLINE
36 options         RWLOCK_NOINLINE
37 options         NO_FFS_SNAPSHOT
38 options         NO_SWAPPING
39
40 device          pci
41
42 # Pseudo devices
43 device          md
44 device          loop
45
46 # Serial ports
47 device          uart
48
49 # Networking
50 device          ether
51 device          mge                     # Marvell Gigabit Ethernet controller
52 device          mii
53 device          mdio
54 device          e1000phy
55 device          bpf
56 options         DEVICE_POLLING
57 options         HZ=1000
58
59 # I2C (TWSI)
60 device          iic
61 device          iicbus
62 device          twsi
63 device          ds133x
64
65 # USB
66 device          usb
67 device          ehci
68 device          umass
69 device          scbus
70 device          pass
71 device          da
72
73 # SATA
74 device          mvs
75
76 # GPIO
77 device          gpio
78
79 # Flattened Device Tree
80 options         FDT
81 makeoptions     FDT_DTS_FILE=db88f5281.dts