]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/DREAMPLUG-1001
Update our devicetree to 4.19 for arm and arm64
[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          random                  # Entropy device
75 device          tun                     # Packet tunnel.
76 device          ether                   # Required for all ethernet devices
77 device          vlan                    # 802.1Q VLAN support
78 device          wlan                    # 802.11 WLAN support
79
80 # cam support for umass and ahci
81 device          scbus
82 device          pass
83 device          da
84 device          cd
85
86 # Serial ports
87 device          uart
88
89 # Networking
90 device          mge                     # Marvell Gigabit Ethernet controller
91 device          mii
92 device          mdio
93 device          e1000phy
94
95 # USB
96 options         USB_HOST_ALIGN=32       # Align DMA to cacheline
97 device          usb                     # Basic usb support                     
98 device          ehci                    # USB host controller
99 device          umass                   # Mass storage
100 device          uhid                    # Human-interface devices
101 device          rum                     # Ralink Technology RT2501USB wireless NICs
102 device          uath                    # Atheros AR5523 wireless NICs
103 device          ural                    # Ralink Technology RT2500USB wireless NICs
104 device          zyd                     # ZyDAS zb1211/zb1211b wireless NICs
105 device          urtw                    # Realtek RTL8187B/L USB
106 device          upgt                    # Conexant/Intersil PrismGT SoftMAC USB
107 device          u3g                     # USB-based 3G modems (Option, Huawei, Sierra)
108
109 # I2C (TWSI)
110 device          iic
111 device          iicbus
112 device          twsi
113
114 # GPIO
115 device          gpio
116
117 # SATA
118 device          mvs
119 device          ahci
120
121 # Sound
122 device          sound
123 device          snd_uaudio
124
125 #crypto
126 device          cesa                    # Marvell security engine
127 device          crypto
128 device          cryptodev
129
130 # IPSec
131 device          enc
132 options         IPSEC
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 # To use this configuration with the (rare) model 1001N (nand flash),
162 # create a kernel config file that looks like this:
163 #
164 # include DREAMPLUG-1001
165 # nomakeoptions FDT_DTS_FILE
166 # makeoptions   FDT_DTS_FILE=dreamplug-1001N.dts
167 # device        nand
168
169 # Flattened Device Tree
170 options         FDT                     # Configure using FDT/DTB data
171 options         FDT_DTB_STATIC
172 makeoptions     FDT_DTS_FILE=dreamplug-1001.dts