]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/DB-78XXX
Remove a couple of harmless stray references to nandfs.
[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         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
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 # USB
60 device          usb
61 device          ehci
62 device          umass
63 device          scbus
64 device          pass
65 device          da
66
67 # I2C (TWSI)
68 device          iic
69 device          iicbus
70 device          twsi
71 device          ds133x
72
73 # SATA
74 device          mvs
75
76 # GPIO
77 device          gpio
78
79 # Flattened Device Tree
80 options         FDT
81 options         FDT_DTB_STATIC
82 makeoptions     FDT_DTS_FILE=db78100.dts