]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/TS7800
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb, and openmp
[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 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         SOFTUPDATES             # Enable FFS soft updates support
19 options         NFSCL                   # Network Filesystem Client
20 options         NFSLOCKD                # Network Lock Manager
21 options         NFS_ROOT                # NFS usable as /, requires NFSCL
22 options         BOOTP
23 options         BOOTP_NFSROOT
24 options         BOOTP_NFSV3
25 options         BOOTP_WIRED_TO=mge0
26
27 options         GEOM_PART_BSD           # BSD partition scheme
28 options         GEOM_PART_MBR           # MBR partition scheme
29 options         TMPFS                   # Efficient memory filesystem
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          mvs
41 device          pci
42
43 # Pseudo devices
44 device          md
45 device          loop
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 options         HZ=1000
58
59 # USB
60 device          usb
61 device          ehci
62 device          umass
63 device          scbus
64 device          pass
65 device          da
66
67 # SATA
68 device          ata
69
70 # GPIO
71 device          gpio
72
73 # Flattened Device Tree
74 options         FDT
75 options         FDT_DTB_STATIC
76 makeoptions     FDT_DTS_FILE=ts7800.dts
77