]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/SHEEVAPLUG
MFC r305708, r305719
[FreeBSD/FreeBSD.git] / sys / arm / conf / SHEEVAPLUG
1 #
2 # Custom kernel for Marvell SheevaPlug devices.
3 #
4 # $FreeBSD$
5 #
6 #NO_UNIVERSE
7
8 ident           SHEEVAPLUG
9 include         "std.arm"
10 include         "../mv/kirkwood/std.db88f6xxx"
11
12 options         SOC_MV_KIRKWOOD
13
14 makeoptions     WERROR="-Werror"
15
16 options         HZ=1000
17 options         SCHED_4BSD              # 4BSD scheduler
18 options         INET                    # InterNETworking
19 options         INET6                   # IPv6 communications protocols
20 options         FFS                     # Berkeley Fast Filesystem
21 options         NANDFS                  # NAND Filesystem
22 options         NFSCL                   # Network Filesystem Client
23 options         NFSLOCKD                # Network Lock Manager
24 options         NFS_ROOT                # NFS usable as /, requires NFSCL
25 options         TMPFS                   # Efficient memory filesystem
26 options         GEOM_PART_BSD           # BSD partition scheme
27 options         GEOM_PART_MBR           # MBR partition scheme
28 options         SYSVSHM                 # SYSV-style shared memory
29 options         SYSVMSG                 # SYSV-style message queues
30 options         SYSVSEM                 # SYSV-style semaphores
31 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
32 options         MUTEX_NOINLINE
33 options         RWLOCK_NOINLINE
34 options         NO_FFS_SNAPSHOT
35 options         NO_SWAPPING
36
37 # NFS root from boopt/dhcp
38 options         BOOTP
39 options         BOOTP_NFSROOT
40 options         BOOTP_NFSV3
41 options         BOOTP_WIRED_TO=mge0
42
43 # Root fs on USB device
44 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
45
46 # Pseudo devices
47 device          loop
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 options         DEVICE_POLLING
61 device          vlan
62
63 device          cesa                    # Marvell security engine
64 device          crypto
65 device          cryptodev
66
67 # USB
68 device          usb
69 device          ehci
70 device          umass
71 device          scbus
72 device          pass
73 device          da
74
75 # NAND
76 device          nand
77
78 # GPIO
79 device          gpio
80
81 # Flattened Device Tree
82 options         FDT                     # Configure using FDT/DTB data
83 options         FDT_DTB_STATIC
84 makeoptions     FDT_DTS_FILE=sheevaplug.dts