]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/DOCKSTAR
sys/{x86,amd64}: remove one of doubled ;s
[FreeBSD/FreeBSD.git] / sys / arm / conf / DOCKSTAR
1 #
2 # Custom kernel for Seagate DockStar (Marvell SheevaPlug based) devices.
3 #
4 # $FreeBSD$
5 #
6 #    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7 #
8 # The handbook is also available locally in /usr/share/doc/handbook
9 # if you've installed the doc distribution, otherwise always see the
10 # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
11 # latest information.
12 #
13 # An exhaustive list of options and more detailed explanations of the
14 # device lines is also present in the ../../conf/NOTES and NOTES files. 
15 # If you are in doubt as to the purpose or necessity of a line, check first 
16 # in NOTES.
17 #
18 # $FreeBSD$
19 #
20 #NO_UNIVERSE
21
22 ident           DOCKSTAR
23
24 include         "std.arm"
25 include         "../mv/kirkwood/std.db88f6xxx"
26
27 options         SOC_MV_KIRKWOOD
28
29 options         SCHED_4BSD              # 4BSD scheduler
30 options         INET                    # InterNETworking
31 options         INET6                   # IPv6 communications protocols
32 options         TCP_HHOOK               # hhook(9) framework for TCP
33 options         FFS                     # Berkeley Fast Filesystem
34 options         SOFTUPDATES             # Enable FFS soft updates support
35 options         NFSCL                   # Network Filesystem Client
36 options         NFSLOCKD                # Network Lock Manager
37 #options        NFS_ROOT                # NFS usable as /, requires NFSCL
38 options         MSDOSFS                 # MSDOS Filesystem
39 options         CD9660                  # ISO 9660 filesystem
40 options         NULLFS                  # NULL filesystem
41 options         TMPFS                   # Efficient memory filesystem
42 options         GEOM_PART_GPT           # GUID Partition Tables
43 options         GEOM_PART_BSD           # BSD partition scheme
44 options         GEOM_PART_MBR           # MBR partition scheme
45 options         GEOM_LABEL              # Provides labelization
46 options         GEOM_ELI                # Disk encryption
47 options         SYSVSHM                 # SYSV-style shared memory
48 options         SYSVMSG                 # SYSV-style message queues
49 options         SYSVSEM                 # SYSV-style semaphores
50 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
51
52 # Enable these options for nfs root configured via BOOTP.
53 #options        BOOTP
54 #options        BOOTP_NFSROOT
55 #options        BOOTP_NFSV3
56 #options        BOOTP_WIRED_TO=mge0
57
58 # If not using BOOTP, use something like one of these...
59 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
60 options         ROOTDEVNAME=\"ufs:/dev/da0s1a\"
61 #options        ROOTDEVNAME=\"ufs:/dev/da0p10\"
62 #options        ROOTDEVNAME=\"nfs:192.168.0.254/dreamplug\"
63
64 # Misc pseudo devices
65 device          bpf                     # Required for DHCP
66 device          firmware                # firmware(9) required for USB wlan
67 device          gif                     # IPv6 and IPv4 tunneling
68 device          loop                    # Network loopback
69 device          md                      # Memory/malloc disk
70 device          pty                     # BSD-style compatibility pseudo ttys
71 device          tuntap                  # Packet tunnel.
72 device          ether                   # Required for all ethernet devices
73 device          vlan                    # 802.1Q VLAN support
74 device          wlan                    # 802.11 WLAN support
75
76 # cam support for umass and ahci
77 device          scbus
78 device          pass
79 device          da
80
81 # Serial ports
82 device          uart
83
84 # Networking
85 device          mge                     # Marvell Gigabit Ethernet controller
86 device          mii
87 device          mdio
88 device          e1000phy
89
90 # USB
91 options         USB_HOST_ALIGN=32       # Align DMA to cacheline
92 device          usb                     # Basic usb support                     
93 device          ehci                    # USB host controller
94 device          umass                   # Mass storage
95 device          uhid                    # Human-interface devices
96 device          rum                     # Ralink Technology RT2501USB wireless NICs
97 device          uath                    # Atheros AR5523 wireless NICs
98 device          ural                    # Ralink Technology RT2500USB wireless NICs
99 device          zyd                     # ZyDAS zb1211/zb1211b wireless NICs
100 device          urtw                    # Realtek RTL8187B/L USB
101 device          upgt                    # Conexant/Intersil PrismGT SoftMAC USB
102 device          u3g                     # USB-based 3G modems (Option, Huawei, Sierra)
103
104 # I2C (TWSI)
105 device          iic
106 device          iicbus
107 device          twsi
108
109 # Sound
110 device          sound
111 device          snd_uaudio
112
113 #crypto
114 device          cesa                    # Marvell security engine
115 device          crypto
116 device          cryptodev
117
118 # IPSec
119 device          enc
120 options         IPSEC
121 options         TCP_SIGNATURE           # include support for RFC 2385
122
123 # IPFW
124 options         IPFIREWALL
125 options         IPFIREWALL_DEFAULT_TO_ACCEPT
126 options         IPFIREWALL_VERBOSE
127 options         IPFIREWALL_VERBOSE_LIMIT=100
128 options         IPFIREWALL_NAT
129 options         LIBALIAS
130 options         DUMMYNET
131 options         IPDIVERT
132
133 #PF 
134 device          pf
135 device          pflog
136 device          pfsync
137
138 # GPIO
139 device          gpio
140
141 # ALTQ, required for PF
142 options         ALTQ                    # Basic ALTQ support
143 options         ALTQ_CBQ                # Class Based Queueing
144 options         ALTQ_RED                # Random Early Detection
145 options         ALTQ_RIO                # RED In/Out
146 options         ALTQ_HFSC               # Hierarchical Packet Scheduler
147 options         ALTQ_CDNR               # Traffic conditioner
148 options         ALTQ_PRIQ               # Priority Queueing
149 options         ALTQ_NOPCC              # Required if the TSC is unusable
150 #options        ALTQ_DEBUG
151
152 # Flattened Device Tree
153 options         FDT                     # Configure using FDT/DTB data
154 options         FDT_DTB_STATIC
155 makeoptions     FDT_DTS_FILE=dockstar.dts