]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/SHEEVAPLUG
Update to Zstandard 1.4.2
[FreeBSD/FreeBSD.git] / sys / arm / conf / SHEEVAPLUG
1 #
2 # Custom kernel for Marvell SheevaPlug devices.
3 #
4 # $FreeBSD$
5 #
6 #NO_UNIVERSE
7
8 ident           SHEEVAPLUG
9 include         "std.arm"
10 include         "../mv/kirkwood/std.db88f6xxx"
11
12 options         SOC_MV_KIRKWOOD
13
14 makeoptions     WERROR="-Werror"
15
16 options         HZ=1000
17 options         SCHED_4BSD              # 4BSD scheduler
18 options         INET                    # InterNETworking
19 options         INET6                   # IPv6 communications protocols
20 options         TCP_HHOOK               # hhook(9) framework for TCP
21 options         FFS                     # Berkeley Fast Filesystem
22 options         NFSCL                   # Network Filesystem Client
23 options         NFSLOCKD                # Network Lock Manager
24 options         NFS_ROOT                # NFS usable as /, requires NFSCL
25 options         TMPFS                   # Efficient memory filesystem
26 options         GEOM_PART_BSD           # BSD partition scheme
27 options         GEOM_PART_MBR           # MBR partition scheme
28 options         SYSVSHM                 # SYSV-style shared memory
29 options         SYSVMSG                 # SYSV-style message queues
30 options         SYSVSEM                 # SYSV-style semaphores
31 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
32 options         MUTEX_NOINLINE
33 options         RWLOCK_NOINLINE
34 options         NO_FFS_SNAPSHOT
35 options         NO_SWAPPING
36
37 # NFS root from boopt/dhcp
38 options         BOOTP
39 options         BOOTP_NFSROOT
40 options         BOOTP_NFSV3
41 options         BOOTP_WIRED_TO=mge0
42
43 # Root fs on USB device
44 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
45
46 # Pseudo devices
47 device          loop
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 device          vlan
61
62 device          cesa                    # Marvell security engine
63 device          crypto
64 device          cryptodev
65
66 # USB
67 device          usb
68 device          ehci
69 device          umass
70 device          scbus
71 device          pass
72 device          da
73
74 # GPIO
75 device          gpio
76
77 # Flattened Device Tree
78 options         FDT                     # Configure using FDT/DTB data
79 options         FDT_DTB_STATIC
80 makeoptions     FDT_DTS_FILE=sheevaplug.dts