]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm64/conf/GENERIC
Update from sqlite3-3.14.1 to sqlite3-3.20.0. This is a private lib.
[FreeBSD/FreeBSD.git] / sys / arm64 / conf / GENERIC
1 #
2 # GENERIC -- Generic kernel configuration file for FreeBSD/arm64
3 #
4 # For more information on this file, please read the config(5) manual page,
5 # and/or the handbook section on Kernel Configuration Files:
6 #
7 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8 #
9 # The handbook is also available locally in /usr/share/doc/handbook
10 # if you've installed the doc distribution, otherwise always see the
11 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12 # latest information.
13 #
14 # An exhaustive list of options and more detailed explanations of the
15 # device lines is also present in the ../../conf/NOTES and NOTES files.
16 # If you are in doubt as to the purpose or necessity of a line, check first
17 # in NOTES.
18 #
19 # $FreeBSD$
20
21 cpu             ARM64
22 ident           GENERIC
23
24 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
25 makeoptions     WITH_CTF=1              # Run ctfconvert(1) for DTrace support
26
27 options         SCHED_ULE               # ULE scheduler
28 options         PREEMPTION              # Enable kernel thread preemption
29 options         INET                    # InterNETworking
30 options         INET6                   # IPv6 communications protocols
31 options         IPSEC                   # IP (v4/v6) security
32 options         TCP_HHOOK               # hhook(9) framework for TCP
33 options         TCP_OFFLOAD             # TCP offload
34 options         SCTP                    # Stream Control Transmission Protocol
35 options         FFS                     # Berkeley Fast Filesystem
36 options         SOFTUPDATES             # Enable FFS soft updates support
37 options         UFS_ACL                 # Support for access control lists
38 options         UFS_DIRHASH             # Improve performance on big directories
39 options         UFS_GJOURNAL            # Enable gjournal-based UFS journaling
40 options         QUOTA                   # Enable disk quotas for UFS
41 options         MD_ROOT                 # MD is a potential root device
42 options         NFSCL                   # Network Filesystem Client
43 options         NFSD                    # Network Filesystem Server
44 options         NFSLOCKD                # Network Lock Manager
45 options         NFS_ROOT                # NFS usable as /, requires NFSCL
46 options         MSDOSFS                 # MSDOS Filesystem
47 options         CD9660                  # ISO 9660 Filesystem
48 options         PROCFS                  # Process filesystem (requires PSEUDOFS)
49 options         PSEUDOFS                # Pseudo-filesystem framework
50 options         GEOM_PART_GPT           # GUID Partition Tables.
51 options         GEOM_RAID               # Soft RAID functionality.
52 options         GEOM_LABEL              # Provides labelization
53 options         COMPAT_FREEBSD11        # Compatible with FreeBSD11
54 options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
55 options         KTRACE                  # ktrace(1) support
56 options         STACK                   # stack(9) support
57 options         SYSVSHM                 # SYSV-style shared memory
58 options         SYSVMSG                 # SYSV-style message queues
59 options         SYSVSEM                 # SYSV-style semaphores
60 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
61 options         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
62 options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
63 options         HWPMC_HOOKS             # Necessary kernel hooks for hwpmc(4)
64 options         AUDIT                   # Security event auditing
65 options         CAPABILITY_MODE         # Capsicum capability mode
66 options         CAPABILITIES            # Capsicum capabilities
67 options         MAC                     # TrustedBSD MAC Framework
68 options         KDTRACE_FRAME           # Ensure frames are compiled in
69 options         KDTRACE_HOOKS           # Kernel DTrace hooks
70 options         VFP                     # Floating-point support
71 options         RACCT                   # Resource accounting framework
72 options         RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
73 options         RCTL                    # Resource limits
74 options         SMP
75 options         INTRNG
76
77 # Debugging support.  Always need this:
78 options         KDB                     # Enable kernel debugger support.
79 options         KDB_TRACE               # Print a stack trace for a panic.
80 # For full debugger support use (turn off in stable branch):
81 options         DDB                     # Support DDB.
82 #options        GDB                     # Support remote GDB.
83 options         DEADLKRES               # Enable the deadlock resolver
84 options         INVARIANTS              # Enable calls of extra sanity checking
85 options         INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
86 options         WITNESS                 # Enable checks to detect deadlocks and cycles
87 options         WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
88 options         MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
89
90 # SoC support
91 options         SOC_ALLWINNER_A64
92 options         SOC_ALLWINNER_H5
93 options         SOC_CAVM_THUNDERX
94 options         SOC_HISI_HI6220
95 options         SOC_BRCM_BCM2837
96
97 # Annapurna Alpine drivers
98 device          al_ccu                  # Alpine Cache Coherency Unit
99 device          al_nb_service           # Alpine North Bridge Service
100 device          al_iofic                # I/O Fabric Interrupt Controller
101 device          al_serdes               # Serializer/Deserializer
102 device          al_udma                 # Universal DMA
103
104 # VirtIO support
105 device          virtio
106 device          virtio_pci
107 device          virtio_mmio
108 device          virtio_blk
109 device          vtnet
110
111 # CPU frequency control
112 device          cpufreq
113
114 # Bus drivers
115 device          pci
116 device          al_pci          # Annapurna Alpine PCI-E
117 options         PCI_HP                  # PCI-Express native HotPlug
118 options         PCI_IOV         # PCI SR-IOV support
119
120 # Ethernet NICs
121 device          mii
122 device          miibus          # MII bus support
123 device          awg             # Allwinner EMAC Gigabit Ethernet
124 device          axgbe           # AMD Opteron A1100 integrated NIC
125 device          em              # Intel PRO/1000 Gigabit Ethernet Family
126 device          ix              # Intel 10Gb Ethernet Family
127 device          msk             # Marvell/SysKonnect Yukon II Gigabit Ethernet
128 device          smc             # SMSC LAN91C111
129 device          vnic            # Cavium ThunderX NIC
130 device          al_eth          # Annapurna Alpine Ethernet NIC
131
132 # Block devices
133 device          ahci
134 device          scbus
135 device          da
136
137 # ATA/SCSI peripherals
138 device          pass            # Passthrough device (direct ATA/SCSI access)
139
140 # MMC/SD/SDIO Card slot support
141 device          sdhci
142 device          aw_mmc                  # Allwinner SD/MMC controller
143 device          mmc                     # mmc/sd bus
144 device          mmcsd                   # mmc/sd flash cards
145 device          dwmmc
146
147 # Serial (COM) ports
148 device          uart            # Generic UART driver
149 device          uart_ns8250     # ns8250-type UART driver
150 device          uart_snps
151 device          pl011
152
153 # USB support
154 options         USB_DEBUG               # enable debug msgs
155 device          aw_ehci                 # Allwinner EHCI USB interface (USB 2.0)
156 device          aw_usbphy               # Allwinner USB PHY
157 device          dwcotg                  # DWC OTG controller
158 device          ohci                    # OHCI USB interface
159 device          ehci                    # EHCI USB interface (USB 2.0)
160 device          xhci                    # XHCI PCI->USB interface (USB 3.0)
161 device          usb                     # USB Bus (required)
162 device          ukbd                    # Keyboard
163 device          umass                   # Disks/Mass storage - Requires scbus and da
164
165 # USB ethernet support
166 device          smcphy
167 device          smsc
168
169 # GPIO
170 device          aw_gpio         # Allwinner GPIO controller
171 device          gpio
172 device          gpioled
173 device          fdt_pinctrl
174
175 # I2C
176 device          aw_rsb          # Allwinner Reduced Serial Bus
177 device          bcm2835_bsc     # Broadcom BCM283x I2C bus
178 device          iicbus
179 device          iic
180 device          twsi            # Allwinner I2C controller
181
182 # Clock and reset controllers
183 device          aw_ccu          # Allwinner clock controller
184
185 # Interrupt controllers
186 device          aw_nmi          # Allwinner NMI support
187
188 # Real-time clock support
189 device          aw_rtc          # Allwinner Real-time Clock
190
191 # Watchdog controllers
192 device          aw_wdog         # Allwinner Watchdog
193
194 # Power management controllers
195 device          axp81x          # X-Powers AXP81x PMIC
196
197 # EFUSE
198 device          aw_sid          # Allwinner Secure ID EFUSE
199
200 # Thermal sensors
201 device          aw_thermal      # Allwinner Thermal Sensor Controller
202
203 # SPI
204 device          spibus
205 device          bcm2835_spi     # Broadcom BCM283x SPI bus
206
207 # Console
208 device          vt
209 device          kbdmux
210
211 # Pseudo devices.
212 device          loop            # Network loopback
213 device          random          # Entropy device
214 device          ether           # Ethernet support
215 device          vlan            # 802.1Q VLAN support
216 device          tun             # Packet tunnel.
217 device          md              # Memory "disks"
218 device          gif             # IPv6 and IPv4 tunneling
219 device          firmware        # firmware assist module
220 device          psci            # Support for ARM PSCI
221
222 # EXT_RESOURCES pseudo devices
223 options         EXT_RESOURCES
224 device          clk
225 device          phy
226 device          hwreset
227 device          regulator
228
229 # The `bpf' device enables the Berkeley Packet Filter.
230 # Be aware of the administrative consequences of enabling this!
231 # Note that 'bpf' is required for DHCP.
232 device          bpf             # Berkeley packet filter
233
234 # Chip-specific errata
235 options         THUNDERX_PASS_1_1_ERRATA
236
237 options         FDT
238 device          acpi
239
240 # The crypto framework is required by IPSEC
241 device          crypto                  # Required by IPSEC