]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/SHEEVAPLUG
MFV r353606: 10067 Miscellaneous man page typos
[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 options         HZ=1000
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         NFSCL                   # Network Filesystem Client
21 options         NFSLOCKD                # Network Lock Manager
22 options         NFS_ROOT                # NFS usable as /, requires NFSCL
23 options         TMPFS                   # Efficient memory filesystem
24 options         GEOM_PART_BSD           # BSD partition scheme
25 options         GEOM_PART_MBR           # MBR partition scheme
26 options         SYSVSHM                 # SYSV-style shared memory
27 options         SYSVMSG                 # SYSV-style message queues
28 options         SYSVSEM                 # SYSV-style semaphores
29 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
30 options         MUTEX_NOINLINE
31 options         RWLOCK_NOINLINE
32 options         NO_FFS_SNAPSHOT
33 options         NO_SWAPPING
34
35 # NFS root from boopt/dhcp
36 options         BOOTP
37 options         BOOTP_NFSROOT
38 options         BOOTP_NFSV3
39 options         BOOTP_WIRED_TO=mge0
40
41 # Root fs on USB device
42 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
43
44 # Pseudo devices
45 device          loop
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 device          vlan
59
60 device          cesa                    # Marvell security engine
61 device          crypto
62 device          cryptodev
63
64 # USB
65 device          usb
66 device          ehci
67 device          umass
68 device          scbus
69 device          pass
70 device          da
71
72 # GPIO
73 device          gpio
74
75 # Flattened Device Tree
76 options         FDT                     # Configure using FDT/DTB data
77 options         FDT_DTB_STATIC
78 makeoptions     FDT_DTS_FILE=sheevaplug.dts