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# https://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 (https://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 21cpu ARM64 22ident GENERIC 23 24makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 25makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support 26 27options SCHED_ULE # ULE scheduler 28options NUMA # Non-Uniform Memory Architecture support 29options PREEMPTION # Enable kernel thread preemption 30options VIMAGE # Subsystem virtualization, e.g. VNET 31options INET # InterNETworking 32options INET6 # IPv6 communications protocols 33options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5 34options ROUTE_MPATH # Multipath routing support 35options TCP_OFFLOAD # TCP offload 36options TCP_HHOOK # hhook(9) framework for TCP 37options TCP_RFC7413 # TCP Fast Open 38options SCTP_SUPPORT # Allow kldload of SCTP 39options KERN_TLS # TLS transmit & receive offload 40options FFS # Berkeley Fast Filesystem 41options SOFTUPDATES # Enable FFS soft updates support 42options UFS_ACL # Support for access control lists 43options UFS_DIRHASH # Improve performance on big directories 44options UFS_GJOURNAL # Enable gjournal-based UFS journaling 45options QUOTA # Enable disk quotas for UFS 46options MD_ROOT # MD is a potential root device 47options NFSCL # Network Filesystem Client 48options NFSD # Network Filesystem Server 49options NFSLOCKD # Network Lock Manager 50options NFS_ROOT # NFS usable as /, requires NFSCL 51options MSDOSFS # MSDOS Filesystem 52options CD9660 # ISO 9660 Filesystem 53options PROCFS # Process filesystem (requires PSEUDOFS) 54options PSEUDOFS # Pseudo-filesystem framework 55options TMPFS # Efficient memory filesystem 56options GEOM_RAID # Soft RAID functionality. 57options GEOM_LABEL # Provides labelization 58options EFIRT # EFI Runtime Services support 59options COMPAT_FREEBSD32 # Compatible with FreeBSD/arm 60options COMPAT_FREEBSD11 # Compatible with FreeBSD11 61options COMPAT_FREEBSD12 # Compatible with FreeBSD12 62options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI 63options KTRACE # ktrace(1) support 64options STACK # stack(9) support 65options SYSVSHM # SYSV-style shared memory 66options SYSVMSG # SYSV-style message queues 67options SYSVSEM # SYSV-style semaphores 68options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions 69options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed. 70options KBD_INSTALL_CDEV # install a CDEV entry in /dev 71options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4) 72options AUDIT # Security event auditing 73options CAPABILITY_MODE # Capsicum capability mode 74options CAPABILITIES # Capsicum capabilities 75options MAC # TrustedBSD MAC Framework 76options KDTRACE_FRAME # Ensure frames are compiled in 77options KDTRACE_HOOKS # Kernel DTrace hooks 78options DDB_CTF # Kernel ELF linker loads CTF data 79options VFP # Floating-point support 80options RACCT # Resource accounting framework 81options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default 82options RCTL # Resource limits 83options INTRNG 84options LINUX_BOOT_ABI # Boot using booti command from U-Boot 85 86# Debugging support. Always need this: 87options KDB # Enable kernel debugger support. 88options KDB_TRACE # Print a stack trace for a panic. 89# For full debugger support use (turn off in stable branch): 90options DDB # Support DDB. 91options GDB # Support remote GDB. 92options DEADLKRES # Enable the deadlock resolver 93options INVARIANTS # Enable calls of extra sanity checking 94options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS 95options WITNESS # Enable checks to detect deadlocks and cycles 96options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed 97options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones 98options ALT_BREAK_TO_DEBUGGER # Enter debugger on keyboard escape sequence 99options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default 100 101# Kernel Sanitizers 102#options COVERAGE # Generic kernel coverage. Used by KCOV 103#options KCOV # Kernel Coverage Sanitizer 104# Warning: KUBSAN can result in a kernel too large for loader to load 105#options KUBSAN # Kernel Undefined Behavior Sanitizer 106#options KCSAN # Kernel Concurrency Sanitizer 107 108# Kernel dump features. 109options EKCD # Support for encrypted kernel dumps 110options GZIO # gzip-compressed kernel and user dumps 111options ZSTDIO # zstd-compressed kernel and user dumps 112options DEBUGNET # debugnet networking 113options NETDUMP # netdump(4) client support 114 115# Make an SMP-capable kernel by default 116options SMP # Symmetric MultiProcessor Kernel 117 118# SoC support 119options SOC_ALLWINNER_A64 120options SOC_ALLWINNER_H5 121options SOC_ALLWINNER_H6 122options SOC_CAVM_THUNDERX 123options SOC_FREESCALE_IMX8 124options SOC_HISI_HI6220 125options SOC_INTEL_STRATIX10 126options SOC_BRCM_BCM2837 127options SOC_BRCM_BCM2838 128options SOC_MARVELL_8K 129options SOC_NVIDIA_TEGRA210 130options SOC_NXP_LS 131options SOC_ROCKCHIP_RK3328 132options SOC_ROCKCHIP_RK3399 133options SOC_XILINX_ZYNQ 134 135# Timer drivers 136device a10_timer 137 138# Annapurna Alpine drivers 139device al_ccu # Alpine Cache Coherency Unit 140device al_nb_service # Alpine North Bridge Service 141device al_iofic # I/O Fabric Interrupt Controller 142device al_serdes # Serializer/Deserializer 143device al_udma # Universal DMA 144 145# Qualcomm Snapdragon drivers 146device qcom_gcc # Global Clock Controller 147 148# CPU frequency control 149device cpufreq 150 151# Bus drivers 152device pci 153device pci_n1sdp # ARM Neoverse N1 SDP PCI 154device al_pci # Annapurna Alpine PCI-E 155options PCI_HP # PCI-Express native HotPlug 156options PCI_IOV # PCI SR-IOV support 157 158# Block devices 159device ahci 160device scbus 161device da 162 163# ATA/SCSI peripherals 164device cd # CD 165device pass # Passthrough device (direct ATA/SCSI access) 166 167# NVM Express (NVMe) support 168device nvme # base NVMe driver 169options NVME_USE_NVD=0 # prefer the cam(4) based nda(4) driver 170device nvd # expose NVMe namespaces as disks, depends on nvme 171 172# DMA controller 173device a31_dmac 174 175# GPIO / PINCTRL 176device a37x0_gpio # Marvell Armada 37x0 GPIO controller 177device aw_gpio # Allwinner GPIO controller 178device dwgpio # Synopsys DesignWare APB GPIO Controller 179device gpio 180device gpioled 181device fdt_pinctrl 182device gpioregulator 183device ls1046_gpio # LS1046A GPIO controller 184device mv_gpio # Marvell GPIO controller 185device mvebu_pinctrl # Marvell Pinmux Controller 186device pl061 # Arm PL061 GPIO controller 187device rk_gpio # RockChip GPIO Controller 188device rk_pinctrl # RockChip Pinmux Controller 189 190# I2C 191device a37x0_iic # Armada 37x0 I2C controller 192device aw_rsb # Allwinner Reduced Serial Bus 193device bcm2835_bsc # Broadcom BCM283x I2C bus 194device iicbus 195device iicmux 196device iic 197device icee # Generic IIC eeprom 198device twsi # Allwinner I2C controller 199device pca9547 # NPX I2C bus multiplexer 200device pcf8563 # NXP Real-time clock/calendar 201device rk_i2c # RockChip I2C controller 202device syr827 # Silergy SYR827 PMIC 203device sy8106a # SY8106A Buck Regulator 204device vf_i2c # Freescale Vybrid I2C controller 205device fsliic # Freescale iMX I2C controller 206 207# Clock and reset controllers 208device aw_ccu # Allwinner clock controller 209 210# Interrupt controllers 211device aw_nmi # Allwinner NMI support 212device mv_cp110_icu # Marvell CP110 ICU 213device mv_ap806_gicp # Marvell AP806 GICP 214device mv_ap806_sei # Marvell AP806 SEI 215 216# Real-time clock support 217device aw_rtc # Allwinner Real-time Clock 218device mv_rtc # Marvell Real-time Clock 219 220# Crypto accelerators 221device armv8crypto # ARMv8 OpenCrypto module 222device safexcel # Inside Secure EIP-97 223 224# Watchdog controllers 225device aw_wdog # Allwinner Watchdog 226 227# Power management controllers 228device axp81x # X-Powers AXP81x PMIC 229device rk805 # RockChip RK805 PMIC 230 231# EFUSE 232device aw_sid # Allwinner Secure ID EFUSE 233 234# Thermal sensors 235device aw_thermal # Allwinner Thermal Sensor Controller 236device mv_thermal # Marvell Thermal Sensor Controller 237 238# SPI 239device spibus 240device a37x0_spi # Marvell Armada 37x0 SPI Controller 241device bcm2835_spi # Broadcom BCM283x SPI bus 242device rk_spi # RockChip SPI controller 243 244# PWM 245device pwm 246device aw_pwm 247device rk_pwm 248 249# Console 250device vt 251device kbdmux 252 253device vt_efifb 254 255# EVDEV support 256device evdev # input event device support 257options EVDEV_SUPPORT # evdev support in legacy drivers 258device uinput # install /dev/uinput cdev 259device aw_cir 260 261# Serial (COM) ports 262device uart # Generic UART driver 263device uart_imx # iMX8 UART 264device uart_msm # Qualcomm MSM UART driver 265device uart_mu # RPI3 aux port 266device uart_mvebu # Armada 3700 UART driver 267device uart_ns8250 # ns8250-type UART driver 268device uart_snps 269device pl011 270 271# PCI/PCI-X/PCIe Ethernet NICs that use iflib infrastructure 272device iflib 273device em # Intel PRO/1000 Gigabit Ethernet Family 274device ix # Intel 10Gb Ethernet Family 275 276# Ethernet NICs 277device mdio 278device mii 279device miibus # MII bus support 280device al_eth # Annapurna Alpine Ethernet NIC 281device awg # Allwinner EMAC Gigabit Ethernet 282device axa # AMD Opteron A1100 integrated NIC 283device cgem # Cadence GEM Gigabit Ethernet device 284device dwc_rk # Rockchip Designware 285device dwc_socfpga # Altera SOCFPGA Ethernet MAC 286device ffec # iMX FFEC 287device genet # Broadcom on RPi4 288device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet 289device neta # Marvell Armada 370/38x/XP/3700 NIC 290device re # RealTek 8139C+/8169/8169S/8110S 291device smc # SMSC LAN91C111 292device vnic # Cavium ThunderX NIC 293 294# Etherswitch devices 295device etherswitch # Enable etherswitch support 296device miiproxy # Required for etherswitch 297device e6000sw # Marvell mv88e6085 based switches 298 299 300# Pseudo devices. 301device crypto # core crypto support 302device loop # Network loopback 303device ether # Ethernet support 304device vlan # 802.1Q VLAN support 305device tuntap # Packet tunnel. 306device md # Memory "disks" 307device gif # IPv6 and IPv4 tunneling 308device firmware # firmware assist module 309 310# EXT_RESOURCES pseudo devices 311options EXT_RESOURCES 312device clk 313device phy 314device hwreset 315device nvmem 316device regulator 317device syscon 318device aw_syscon 319 320# IO Domains 321device rk_iodomain 322 323# The `bpf' device enables the Berkeley Packet Filter. 324# Be aware of the administrative consequences of enabling this! 325# Note that 'bpf' is required for DHCP. 326device bpf # Berkeley packet filter 327 328# USB support 329options USB_DEBUG # enable debug msgs 330options USB_HOST_ALIGN=64 # Align usb buffers to cache line size. 331device aw_usbphy # Allwinner USB PHY 332device rk_usb2phy # Rockchip USB2PHY 333device rk_typec_phy # Rockchip TypeC PHY 334device dwcotg # DWC OTG controller 335device musb # Mentor Graphics USB OTG controller 336device ohci # OHCI USB interface 337device uhci # UHCI USB interface 338device ehci # EHCI USB interface (USB 2.0) 339device ehci_mv # Marvell EHCI USB interface 340device xhci # XHCI USB interface (USB 3.0) 341device dwc3 # Synopsys DWC controller 342device aw_dwc3 # Allwinner DWC3 controller 343device rk_dwc3 # Rockchip DWC3 controller 344device usb # USB Bus (required) 345device ukbd # Keyboard 346device umass # Disks/Mass storage - Requires scbus and da 347device tegra210_xusb_fw # Tegra XUSB firmware 348 349# USB ethernet support 350device muge 351device smcphy 352device smsc 353device ure 354 355# Sound support 356device sound 357device a10_codec 358 359# MMC/SD/SDIO Card slot support 360device sdhci 361device sdhci_xenon # Marvell Xenon SD/MMC controller 362device aw_mmc # Allwinner SD/MMC controller 363device mmc # mmc/sd bus 364device mmcsd # mmc/sd flash cards 365device dwmmc 366device dwmmc_altera 367device dwmmc_hisi 368device rk_dwmmc 369device rk_emmcphy 370 371# VirtIO support 372device virtio 373device virtio_pci 374device virtio_mmio 375device virtio_blk 376device vtnet 377 378# Chip-specific errata 379options THUNDERX_PASS_1_1_ERRATA 380 381options FDT 382device acpi 383 384# DTBs 385makeoptions MODULES_EXTRA="dtb/allwinner dtb/freescale dtb/imx8 dtb/nvidia dtb/mv dtb/rockchip dtb/rpi" 386 387# HID support 388options HID_DEBUG # enable debug msgs 389device hid # Generic HID support 390