]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/DB-78XXX
Attach RSB early. Children of RSB may provide resources necessary for
[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         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         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         BOOTP
27 options         BOOTP_NFSROOT
28 options         BOOTP_NFSV3
29 options         BOOTP_WIRED_TO=mge0
30
31 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
32
33 options         SYSVSHM                 # SYSV-style shared memory
34 options         SYSVMSG                 # SYSV-style message queues
35 options         SYSVSEM                 # SYSV-style semaphores
36 options         _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
37 options         MUTEX_NOINLINE
38 options         RWLOCK_NOINLINE
39 options         NO_FFS_SNAPSHOT
40 options         NO_SWAPPING
41
42 device          pci
43
44 # Pseudo devices
45 device          loop
46 device          md
47 device          random
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
60 # USB
61 device          usb
62 device          ehci
63 device          umass
64 device          scbus
65 device          pass
66 device          da
67
68 # I2C (TWSI)
69 device          iic
70 device          iicbus
71 device          twsi
72 device          ds133x
73
74 # SATA
75 device          mvs
76
77 # NAND
78 device          nand
79
80 # GPIO
81 device          gpio
82
83 # Flattened Device Tree
84 options         FDT
85 options         FDT_DTB_STATIC
86 makeoptions     FDT_DTS_FILE=db78100.dts