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