]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/DB-88F6XXX
sys: Remove DEV_RANDOM device option
[FreeBSD/FreeBSD.git] / sys / arm / conf / DB-88F6XXX
1 #
2 # Custom kernel for Marvell DB-88F6xxx boards.
3 #
4 # $FreeBSD$
5 #
6
7 ident           DB-88F6XXX
8 include         "std.arm"
9 include         "../mv/kirkwood/std.db88f6xxx"
10
11 options         SOC_MV_KIRKWOOD
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         FFS                     # Berkeley Fast Filesystem
20 options         NANDFS                  # NAND Filesystem
21 options         NFSCL                   # Network Filesystem Client
22 options         NFSLOCKD                # Network Lock Manager
23 options         NFS_ROOT                # NFS usable as /, requires NFSCL
24 options         TMPFS                   # Efficient memory filesystem
25 options         GEOM_PART_BSD           # BSD partition scheme
26 options         GEOM_PART_MBR           # MBR partition scheme
27 options         SYSVSHM                 # SYSV-style shared memory
28 options         SYSVMSG                 # SYSV-style message queues
29 options         SYSVSEM                 # SYSV-style semaphores
30 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
31 options         MUTEX_NOINLINE
32 options         RWLOCK_NOINLINE
33 options         NO_FFS_SNAPSHOT
34 options         NO_SWAPPING
35
36 # NFS root from boopt/dhcp
37 options         BOOTP
38 options         BOOTP_NFSROOT
39 options         BOOTP_NFSV3
40 options         BOOTP_WIRED_TO=mge0
41
42 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
43
44 device          pci
45
46 # Pseudo devices
47 device          loop
48 device          md
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 device          cesa                    # Marvell security engine
62 device          crypto
63 device          cryptodev
64
65 # USB
66 device          usb
67 device          ehci
68 device          umass
69 device          scbus
70 device          pass
71 device          da
72
73 # I2C (TWSI)
74 device          iic
75 device          iicbus
76 device          twsi
77
78 # SATA
79 device          mvs
80
81 # NAND
82 device          nand
83
84 # GPIO
85 device          gpio
86
87 # Flattened Device Tree
88 options         FDT                     # Configure using FDT/DTB data
89 options         FDT_DTB_STATIC
90 makeoptions     FDT_DTS_FILE=db88f6281.dts