]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/DB-88F6XXX
tpm(4): Fix 'go ready' in TPM 2.0 TIS driver
[FreeBSD/FreeBSD.git] / sys / arm / conf / DB-88F6XXX
1 #
2 # Custom kernel for Marvell DB-88F6xxx boards.
3 #
4 # $FreeBSD$
5 #
6 #NO_UNIVERSE
7
8 ident           DB-88F6XXX
9 include         "std.arm"
10 include         "../mv/kirkwood/std.db88f6xxx"
11
12 options         SOC_MV_KIRKWOOD
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         NFSCL                   # Network Filesystem Client
20 options         NFSLOCKD                # Network Lock Manager
21 options         NFS_ROOT                # NFS usable as /, requires NFSCL
22 options         TMPFS                   # Efficient memory filesystem
23 options         GEOM_PART_BSD           # BSD partition scheme
24 options         GEOM_PART_MBR           # MBR partition scheme
25 options         SYSVSHM                 # SYSV-style shared memory
26 options         SYSVMSG                 # SYSV-style message queues
27 options         SYSVSEM                 # SYSV-style semaphores
28 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
29 options         MUTEX_NOINLINE
30 options         RWLOCK_NOINLINE
31 options         NO_FFS_SNAPSHOT
32 options         NO_SWAPPING
33
34 # NFS root from boopt/dhcp
35 options         BOOTP
36 options         BOOTP_NFSROOT
37 options         BOOTP_NFSV3
38 options         BOOTP_WIRED_TO=mge0
39
40 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
41
42 device          pci
43
44 # Pseudo devices
45 device          loop
46 device          md
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
59 device          cesa                    # Marvell security engine
60 device          crypto
61 device          cryptodev
62
63 # USB
64 device          usb
65 device          ehci
66 device          umass
67 device          scbus
68 device          pass
69 device          da
70
71 # I2C (TWSI)
72 device          iic
73 device          iicbus
74 device          twsi
75
76 # SATA
77 device          mvs
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=db88f6281.dts