]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/arm/conf/DOCKSTAR
MFC r276004: Fix the indentation to simplify comparing the ARM config files.
[FreeBSD/stable/10.git] / sys / arm / conf / DOCKSTAR
1 #
2 # Custom kernel for Seagate DockStar (Marvell SheevaPlug based) devices.
3 #
4 # $FreeBSD$
5 #
6 #    http://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 (http://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
21 ident           DOCKSTAR
22
23 include         "../mv/kirkwood/std.db88f6xxx"
24
25 makeoptions     FDT_DTS_FILE=dockstar.dts
26
27 makeoptions     MODULES_OVERRIDE=""
28
29 options         SOC_MV_KIRKWOOD
30
31 options         SCHED_4BSD              # 4BSD scheduler
32 options         INET                    # InterNETworking
33 options         INET6                   # IPv6 communications protocols
34 options         SOFTUPDATES
35 options         CD9660                  # ISO 9660 filesystem
36 options         FFS                     # Berkeley Fast Filesystem
37 options         TMPFS                   # Efficient memory filesystem
38 options         MSDOSFS                 # MS DOS File System (FAT, FAT32)
39 options         NULLFS                  # NULL filesystem
40 options         SYSVSHM                 # SYSV-style shared memory
41 options         SYSVMSG                 # SYSV-style message queues
42 options         SYSVSEM                 # SYSV-style semaphores
43 options         _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
44 options         GEOM_PART_BSD           # BSD partition scheme
45 options         GEOM_PART_MBR           # MBR partition scheme
46 options         GEOM_ELI                # Disk encryption.
47 options         GEOM_LABEL              # Providers labelization.
48 options         GEOM_PART_GPT           # GPT partitioning
49
50 # Flattened Device Tree
51 device          fdt
52 options         FDT
53 options         FDT_DTB_STATIC
54
55 # Misc pseudo devices
56 device          bpf                     # Required for DHCP
57 device          faith                   # IPv6-to-IPv4 relaying (translation)
58 device          firmware                # firmware(9) required for USB wlan
59 device          gif                     # IPv6 and IPv4 tunneling
60 device          loop                    # Network loopback
61 device          md                      # Memory/malloc disk
62 device          pty                     # BSD-style compatibility pseudo ttys
63 device          random                  # Entropy device
64 device          tun                     # Packet tunnel.
65 device          ether                   # Required for all ethernet devices
66 device          vlan                    # 802.1Q VLAN support
67 device          wlan                    # 802.11 WLAN support
68
69 # cam support for umass and ahci
70 device          scbus
71 device          pass
72 device          da
73
74 # Serial ports
75 device          uart
76
77 # Networking
78 device          mge                     # Marvell Gigabit Ethernet controller
79 device          mii
80 device          e1000phy
81
82 # USB
83 options         USB_HOST_ALIGN=32       # Align DMA to cacheline
84 #options        USB_DEBUG               # Compile in USB debug support
85 device          usb                     # Basic usb support                     
86 device          ehci                    # USB host controller
87 device          umass                   # Mass storage
88 device          uhid                    # Human-interface devices
89 device          rum                     # Ralink Technology RT2501USB wireless NICs
90 device          uath                    # Atheros AR5523 wireless NICs
91 device          ural                    # Ralink Technology RT2500USB wireless NICs
92 device          zyd                     # ZyDAS zb1211/zb1211b wireless NICs
93 device          urtw                    # Realtek RTL8187B/L USB
94 device          upgt                    # Conexant/Intersil PrismGT SoftMAC USB
95 device          u3g                     # USB-based 3G modems (Option, Huawei, Sierra)
96
97 # I2C (TWSI)
98 device          iic
99 device          iicbus
100
101 # Sound
102 device          sound
103 device          snd_uaudio
104
105 #crypto
106 device          cesa                    # Marvell security engine
107 device          crypto
108 device          cryptodev
109
110 # IPSec
111 device          enc
112 options         IPSEC
113 options         IPSEC_NAT_T
114 options         TCP_SIGNATURE           # include support for RFC 2385
115
116 # IPFW
117 options         IPFIREWALL
118 options         IPFIREWALL_DEFAULT_TO_ACCEPT
119 options         IPFIREWALL_VERBOSE
120 options         IPFIREWALL_VERBOSE_LIMIT=100
121 options         IPFIREWALL_NAT
122 options         LIBALIAS
123 options         DUMMYNET
124 options         IPDIVERT
125
126 #PF 
127 device          pf
128 device          pflog
129 device          pfsync
130
131 # ALTQ, required for PF
132 options         ALTQ                    # Basic ALTQ support
133 options         ALTQ_CBQ                # Class Based Queueing
134 options         ALTQ_RED                # Random Early Detection
135 options         ALTQ_RIO                # RED In/Out
136 options         ALTQ_HFSC               # Hierarchical Packet Scheduler
137 options         ALTQ_CDNR               # Traffic conditioner
138 options         ALTQ_PRIQ               # Priority Queueing
139 options         ALTQ_NOPCC              # Required if the TSC is unusable
140 #options        ALTQ_DEBUG
141
142 # Debugging
143 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
144 options         BREAK_TO_DEBUGGER
145 options         ALT_BREAK_TO_DEBUGGER
146 options         DDB
147 options         KDB
148 #options        DIAGNOSTIC
149 #options        INVARIANTS              # Enable calls of extra sanity checking
150 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
151 #options        WITNESS                 # Enable checks to detect deadlocks and cycles
152 #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
153 #options        WITNESS_KDB
154
155 # Enable these options for nfs root configured via BOOTP.
156 options         NFSCL                   # Network Filesystem Client
157 options         NFSLOCKD                # Network Lock Manager
158 #options        NFS_ROOT                # NFS usable as /, requires NFSCLIENT
159 #options        BOOTP
160 #options        BOOTP_NFSROOT
161 #options        BOOTP_NFSV3
162 #options        BOOTP_WIRED_TO=mge0
163
164 # If not using BOOTP, use something like one of these...
165 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
166 options         ROOTDEVNAME=\"ufs:/dev/da0s1a\"
167 #options        ROOTDEVNAME=\"ufs:/dev/da0p10\"
168 #options        ROOTDEVNAME=\"nfs:192.168.0.254/dreamplug\"
169