]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/TS7800
gnu/dts: Update our copy of arm dts from Linux 4.16
[FreeBSD/FreeBSD.git] / sys / arm / conf / TS7800
1 #
2 # Custom kernel for the TS-7800 board.
3 #
4 # $FreeBSD$
5 #
6
7 ident           TS7800
8 include         "std.arm"
9 include         "../mv/orion/std.ts7800"
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         FFS                     # Berkeley Fast Filesystem
20 options         SOFTUPDATES             # Enable FFS soft updates support
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         GEOM_PART_BSD           # BSD partition scheme
30 options         GEOM_PART_MBR           # MBR partition scheme
31 options         TMPFS                   # Efficient memory filesystem
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          mvs
43 device          pci
44
45 # Pseudo devices
46 device          md
47 device          loop
48 device          random
49
50 # Serial ports
51 device          uart
52
53 # Networking
54 device          ether
55 device          mge                     # Marvell Gigabit Ethernet controller
56 device          mii
57 device          mdio
58 device          e1000phy
59 device          bpf
60 options         HZ=1000
61
62 # USB
63 device          usb
64 device          ehci
65 device          umass
66 device          scbus
67 device          pass
68 device          da
69
70 # SATA
71 device          ata
72
73 # GPIO
74 device          gpio
75
76 # Flattened Device Tree
77 options         FDT
78 options         FDT_DTB_STATIC
79 makeoptions     FDT_DTS_FILE=ts7800.dts
80