]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/DB-88F5XXX
MFV r356163,r356197:
[FreeBSD/FreeBSD.git] / sys / arm / conf / DB-88F5XXX
1 #
2 # Custom kernel for Marvell DB-88F5xxx boards.
3 #
4 # $FreeBSD$
5 #
6 #NO_UNIVERSE
7
8 ident           DB-88F5XXX
9 include         "std.arm"
10 include         "../mv/orion/std.db88f5xxx"
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         GEOM_PART_BSD           # BSD partition scheme
19 options         GEOM_PART_MBR           # MBR partition scheme
20 options         TMPFS                   # Efficient memory filesystem
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         BOOTP
26 options         BOOTP_NFSROOT
27 options         BOOTP_NFSV3
28 options         BOOTP_WIRED_TO=mge0
29
30 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
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          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         DEVICE_POLLING
58 options         HZ=1000
59
60 # I2C (TWSI)
61 device          iic
62 device          iicbus
63 device          twsi
64 device          ds133x
65
66 # USB
67 device          usb
68 device          ehci
69 device          umass
70 device          scbus
71 device          pass
72 device          da
73
74 # SATA
75 device          mvs
76
77 # GPIO
78 device          gpio
79
80 # Flattened Device Tree
81 options         FDT
82 makeoptions     FDT_DTS_FILE=db88f5281.dts