]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/DB-88F5XXX
MFC 350012: Always set td_errno to the error value of a system call.
[FreeBSD/FreeBSD.git] / sys / arm / conf / DB-88F5XXX
1 #
2 # Custom kernel for Marvell DB-88F5xxx boards.
3 #
4 # $FreeBSD$
5 #
6
7 ident           DB-88F5XXX
8 include         "std.arm"
9 include         "../mv/orion/std.db88f5xxx"
10
11 options         SOC_MV_ORION
12
13 options         SCHED_4BSD              # 4BSD scheduler
14 options         INET                    # InterNETworking
15 options         INET6                   # IPv6 communications protocols
16 options         TCP_HHOOK               # hhook(9) framework for TCP
17 options         GEOM_PART_BSD           # BSD partition scheme
18 options         GEOM_PART_MBR           # MBR partition scheme
19 options         TMPFS                   # Efficient memory filesystem
20 options         FFS                     # Berkeley Fast Filesystem
21 options         NFSCL                   # Network Filesystem Client
22 options         NFSLOCKD                # Network Lock Manager
23 options         NFS_ROOT                # NFS usable as /, requires NFSCL
24 options         BOOTP
25 options         BOOTP_NFSROOT
26 options         BOOTP_NFSV3
27 options         BOOTP_WIRED_TO=mge0
28
29 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
30
31 options         SYSVSHM                 # SYSV-style shared memory
32 options         SYSVMSG                 # SYSV-style message queues
33 options         SYSVSEM                 # SYSV-style semaphores
34 options         _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
35 options         MUTEX_NOINLINE
36 options         RWLOCK_NOINLINE
37 options         NO_FFS_SNAPSHOT
38 options         NO_SWAPPING
39
40 device          pci
41
42 # Pseudo devices
43 device          md
44 device          loop
45 device          random
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