]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/SHEEVAPLUG
Update our devicetree to 4.19 for arm and arm64
[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         NANDFS                  # NAND Filesystem
23 options         NFSCL                   # Network Filesystem Client
24 options         NFSLOCKD                # Network Lock Manager
25 options         NFS_ROOT                # NFS usable as /, requires NFSCL
26 options         TMPFS                   # Efficient memory filesystem
27 options         GEOM_PART_BSD           # BSD partition scheme
28 options         GEOM_PART_MBR           # MBR partition scheme
29 options         SYSVSHM                 # SYSV-style shared memory
30 options         SYSVMSG                 # SYSV-style message queues
31 options         SYSVSEM                 # SYSV-style semaphores
32 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
33 options         MUTEX_NOINLINE
34 options         RWLOCK_NOINLINE
35 options         NO_FFS_SNAPSHOT
36 options         NO_SWAPPING
37
38 # NFS root from boopt/dhcp
39 options         BOOTP
40 options         BOOTP_NFSROOT
41 options         BOOTP_NFSV3
42 options         BOOTP_WIRED_TO=mge0
43
44 # Root fs on USB device
45 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
46
47 # Pseudo devices
48 device          loop
49 device          random
50
51 # Serial ports
52 device          uart
53
54 # Networking
55 device          ether
56 device          mge                     # Marvell Gigabit Ethernet controller
57 device          mii
58 device          mdio
59 device          e1000phy
60 device          bpf
61 options         DEVICE_POLLING
62 device          vlan
63
64 device          cesa                    # Marvell security engine
65 device          crypto
66 device          cryptodev
67
68 # USB
69 device          usb
70 device          ehci
71 device          umass
72 device          scbus
73 device          pass
74 device          da
75
76 # NAND
77 device          nand
78
79 # GPIO
80 device          gpio
81
82 # Flattened Device Tree
83 options         FDT                     # Configure using FDT/DTB data
84 options         FDT_DTB_STATIC
85 makeoptions     FDT_DTS_FILE=sheevaplug.dts