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