]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/TS7800
MFV r357163:
[FreeBSD/FreeBSD.git] / sys / arm / conf / TS7800
1 #
2 # Custom kernel for the TS-7800 board.
3 #
4 # $FreeBSD$
5 #
6 #NO_UNIVERSE
7
8 ident           TS7800
9 include         "std.arm"
10 include         "../mv/orion/std.ts7800"
11
12 options         SOC_MV_ORION
13
14 options         SCHED_4BSD              # 4BSD scheduler
15 options         INET                    # InterNETworking
16 options         INET6                   # IPv6 communications protocols
17 options         TCP_HHOOK               # hhook(9) framework for TCP
18 options         FFS                     # Berkeley Fast Filesystem
19 options         SOFTUPDATES             # Enable FFS soft updates support
20 options         NFSCL                   # Network Filesystem Client
21 options         NFSLOCKD                # Network Lock Manager
22 options         NFS_ROOT                # NFS usable as /, requires NFSCL
23 options         BOOTP
24 options         BOOTP_NFSROOT
25 options         BOOTP_NFSV3
26 options         BOOTP_WIRED_TO=mge0
27
28 options         GEOM_PART_BSD           # BSD partition scheme
29 options         GEOM_PART_MBR           # MBR partition scheme
30 options         TMPFS                   # Efficient memory filesystem
31
32 options         SYSVSHM                 # SYSV-style shared memory
33 options         SYSVMSG                 # SYSV-style message queues
34 options         SYSVSEM                 # SYSV-style semaphores
35 options         _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
36 options         MUTEX_NOINLINE
37 options         RWLOCK_NOINLINE
38 options         NO_FFS_SNAPSHOT
39 options         NO_SWAPPING
40
41 device          mvs
42 device          pci
43
44 # Pseudo devices
45 device          md
46 device          loop
47
48 # Serial ports
49 device          uart
50
51 # Networking
52 device          ether
53 device          mge                     # Marvell Gigabit Ethernet controller
54 device          mii
55 device          mdio
56 device          e1000phy
57 device          bpf
58 options         HZ=1000
59
60 # USB
61 device          usb
62 device          ehci
63 device          umass
64 device          scbus
65 device          pass
66 device          da
67
68 # SATA
69 device          ata
70
71 # GPIO
72 device          gpio
73
74 # Flattened Device Tree
75 options         FDT
76 options         FDT_DTB_STATIC
77 makeoptions     FDT_DTS_FILE=ts7800.dts
78