]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/DB-78XXX
iflib: use default ntxd and nrxd when user value is not power of 2
[FreeBSD/FreeBSD.git] / sys / arm / conf / DB-78XXX
1 #
2 # Custom kernel for Marvell DB-78xx boards.
3 #
4 # $FreeBSD$
5 #
6
7 ident           DB-88F78XX
8 include         "std.arm"
9 include         "../mv/discovery/std.db78xxx"
10
11 options         SOC_MV_DISCOVERY
12
13 makeoptions     WERROR="-Werror"
14
15 options         SCHED_4BSD              # 4BSD scheduler
16 options         INET                    # InterNETworking
17 options         INET6                   # IPv6 communications protocols
18 options         TCP_HHOOK               # hhook(9) framework for TCP
19 options         GEOM_PART_BSD           # BSD partition scheme
20 options         GEOM_PART_MBR           # MBR partition scheme
21 options         TMPFS                   # Efficient memory filesystem
22 options         FFS                     # Berkeley Fast Filesystem
23 options         NANDFS                  # NAND Filesystem
24 options         NFSCL                   # Network Filesystem Client
25 options         NFSLOCKD                # Network Lock Manager
26 options         NFS_ROOT                # NFS usable as /, requires NFSCL
27 options         BOOTP
28 options         BOOTP_NFSROOT
29 options         BOOTP_NFSV3
30 options         BOOTP_WIRED_TO=mge0
31
32 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
33
34 options         SYSVSHM                 # SYSV-style shared memory
35 options         SYSVMSG                 # SYSV-style message queues
36 options         SYSVSEM                 # SYSV-style semaphores
37 options         _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
38 options         MUTEX_NOINLINE
39 options         RWLOCK_NOINLINE
40 options         NO_FFS_SNAPSHOT
41 options         NO_SWAPPING
42
43 device          pci
44
45 # Pseudo devices
46 device          loop
47 device          md
48 device          random
49
50 # Serial ports
51 device          uart
52
53 # Networking
54 device          ether
55 device          mge                     # Marvell Gigabit Ethernet controller
56 device          mii
57 device          mdio
58 device          e1000phy
59 device          bpf
60
61 # USB
62 device          usb
63 device          ehci
64 device          umass
65 device          scbus
66 device          pass
67 device          da
68
69 # I2C (TWSI)
70 device          iic
71 device          iicbus
72 device          twsi
73 device          ds133x
74
75 # SATA
76 device          mvs
77
78 # NAND
79 device          nand
80
81 # GPIO
82 device          gpio
83
84 # Flattened Device Tree
85 options         FDT
86 options         FDT_DTB_STATIC
87 makeoptions     FDT_DTS_FILE=db78100.dts