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