1# 2# GENERIC64 -- Generic kernel configuration file for FreeBSD/powerpc64 3# 4# For more information on this file, please read the handbook section on 5# Kernel Configuration Files: 6# 7# https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config 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 AIM 22ident GENERIC 23 24machine powerpc powerpc64 25 26makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 27makeoptions WITH_CTF=1 28 29# Platform support 30options POWERMAC # NewWorld Apple PowerMacs 31options PS3 # Sony Playstation 3 32options MAMBO # IBM Mambo Full System Simulator 33options QEMU # QEMU processor emulator 34options PSERIES # PAPR-compliant systems (e.g. IBM p) 35options POWERNV # Non-virtualized OpenPOWER systems 36 37options FDT # Flattened Device Tree 38options SCHED_ULE # ULE scheduler 39options NUMA # Non-Uniform Memory Architecture support 40options PREEMPTION # Enable kernel thread preemption 41options VIMAGE # Subsystem virtualization, e.g. VNET 42options INET # InterNETworking 43options INET6 # IPv6 communications protocols 44options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5 45options ROUTE_MPATH # Multipath routing support 46options TCP_OFFLOAD # TCP offload 47options TCP_BLACKBOX # Enhanced TCP event logging 48options TCP_HHOOK # hhook(9) framework for TCP 49options TCP_RFC7413 # TCP Fast Open 50options SCTP_SUPPORT # Allow kldload of SCTP 51options KERN_TLS # TLS transmit & receive offload 52options FFS # Berkeley Fast Filesystem 53options SOFTUPDATES # Enable FFS soft updates support 54options UFS_ACL # Support for access control lists 55options UFS_DIRHASH # Improve performance on big directories 56options UFS_GJOURNAL # Enable gjournal-based UFS journaling 57options QUOTA # Enable disk quotas for UFS 58options MD_ROOT # MD is a potential root device 59options MD_ROOT_MEM # Enable use of initrd as MD root 60options NFSCL # Network Filesystem Client 61options NFSD # Network Filesystem Server 62options NFSLOCKD # Network Lock Manager 63options NFS_ROOT # NFS usable as root device 64options MSDOSFS # MSDOS Filesystem 65options CD9660 # ISO 9660 Filesystem 66options PROCFS # Process filesystem (requires PSEUDOFS) 67options PSEUDOFS # Pseudo-filesystem framework 68options TMPFS # Efficient memory filesystem 69options GEOM_PART_APM # Apple Partition Maps. 70options GEOM_PART_GPT # GUID Partition Tables. 71options GEOM_LABEL # Provides labelization 72options COMPAT_FREEBSD32 # Compatible with FreeBSD/powerpc binaries 73options COMPAT_FREEBSD6 # Compatible with FreeBSD6 74options COMPAT_FREEBSD7 # Compatible with FreeBSD7 75options COMPAT_FREEBSD9 # Compatible with FreeBSD9 76options COMPAT_FREEBSD10 # Compatible with FreeBSD10 77options COMPAT_FREEBSD11 # Compatible with FreeBSD11 78options COMPAT_FREEBSD12 # Compatible with FreeBSD12 79options COMPAT_FREEBSD13 # Compatible with FreeBSD13 80options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI 81options KTRACE # ktrace(1) syscall trace support 82options STACK # stack(9) support 83options SYSVSHM # SYSV-style shared memory 84options SYSVMSG # SYSV-style message queues 85options SYSVSEM # SYSV-style semaphores 86options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions 87options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed. 88options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4) 89options AUDIT # Security event auditing 90options CAPABILITY_MODE # Capsicum capability mode 91options CAPABILITIES # Capsicum capabilities 92options MAC # TrustedBSD MAC Framework 93options KDTRACE_HOOKS # Kernel DTrace hooks 94options DDB_CTF # Kernel ELF linker loads CTF data 95options INCLUDE_CONFIG_FILE # Include this file in kernel 96options RACCT # Resource accounting framework 97options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default 98options RCTL # Resource limits 99 100# Debugging support. Always need this: 101options KDB # Enable kernel debugger support. 102options KDB_TRACE # Print a stack trace for a panic. 103# For full debugger support use (turn off in stable branch): 104options DDB # Support DDB 105#options DEADLKRES # Enable the deadlock resolver 106options INVARIANTS # Enable calls of extra sanity checking 107options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS 108options WITNESS # Enable checks to detect deadlocks and cycles 109options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed 110options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones 111options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default 112 113# Kernel dump features. 114options EKCD # Support for encrypted kernel dumps 115options GZIO # gzip-compressed kernel and user dumps 116options ZSTDIO # zstd-compressed kernel and user dumps 117options DEBUGNET # debugnet networking 118options NETDUMP # netdump(4) client support 119 120# Make an SMP-capable kernel by default 121options SMP # Symmetric MultiProcessor Kernel 122 123# CPU frequency control 124device cpufreq 125 126# Standard busses 127device pci 128options PCI_HP # PCI-Express native HotPlug 129device agp 130 131options COMPAT_LINUXKPI 132 133# ATA controllers 134device ahci # AHCI-compatible SATA controllers 135device ata # Legacy ATA/SATA controllers 136device mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA 137device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA 138 139# NVM Express (NVMe) support 140device nvme # base NVMe driver 141options NVME_USE_NVD=0 # prefer the cam(4) based nda(4) driver 142device nvd # expose NVMe namespaces as disks, depends on nvme 143 144# SCSI Controllers 145device aacraid # Adaptec by PMC RAID 146device ahc # AHA2940 and onboard AIC7xxx devices 147options AHC_ALLOW_MEMIO # Attempt to use memory mapped I/O 148device isp # Qlogic family 149device ispfw # Firmware module for Qlogic host adapters 150device mrsas # LSI/Avago MegaRAID SAS/SATA, 6Gb/s and 12Gb/s 151device mpt # LSI-Logic MPT-Fusion 152device mps # LSI-Logic MPT-Fusion 2 153device mpr # LSI SAS3008 MPT-Fusion SAS-3 154device sym # NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D 155 156# ATA/SCSI peripherals 157device scbus # SCSI bus (required for ATA/SCSI) 158device ch # SCSI media changers 159device da # Direct Access (disks) 160device sa # Sequential Access (tape etc) 161device cd # CD 162device pass # Passthrough device (direct ATA/SCSI access) 163device ses # Enclosure Service (SES and SAF-TE) 164 165# vt is the default console driver, resembling an SCO console 166device vt # Core console driver 167device kbdmux 168 169# Serial (COM) ports 170device scc 171device uart 172device uart_z8530 173 174device iflib 175 176# Ethernet hardware 177device em # Intel PRO/1000 Gigabit Ethernet Family 178device ix # Intel PRO/10GbE PCIE PF Ethernet Family 179device ixl # Intel 700 Series Physical Function 180device ixv # Intel PRO/10GbE PCIE VF Ethernet Family 181device glc # Sony Playstation 3 Ethernet 182device llan # IBM pSeries Virtual Ethernet 183device cxgbe # Chelsio 10/25G NIC 184 185# PCI Ethernet NICs that use the common MII bus controller code. 186device miibus # MII bus support 187device bge # Broadcom BCM570xx Gigabit Ethernet 188device gem # Sun GEM/Sun ERI/Apple GMAC 189device dc # DEC/Intel 21143 and various workalikes 190device fxp # Intel EtherExpress PRO/100B (82557, 82558) 191device re # RealTek 8139C+/8169/8169S/8110S 192device rl # RealTek 8129/8139 193 194# Nvidia/Mellanox Connect-X 4 and later, Ethernet only 195# mlx5ib requires ibcore infra and is not included by default 196device mlx5 # Base driver 197device mlxfw # Firmware update 198device mlx5en # Ethernet driver 199 200# Pseudo devices. 201device crypto # core crypto support 202device loop # Network loopback 203device ether # Ethernet support 204device vlan # 802.1Q VLAN support 205device tuntap # Packet tunnel. 206device md # Memory "disks" 207device ofwd # Open Firmware disks 208device gif # IPv6 and IPv4 tunneling 209device firmware # firmware assist module 210device xz # lzma decompression 211 212# The `bpf' device enables the Berkeley Packet Filter. 213# Be aware of the administrative consequences of enabling this! 214# Note that 'bpf' is required for DHCP. 215device bpf # Berkeley packet filter 216 217# USB support 218options USB_DEBUG # enable debug msgs 219device uhci # UHCI PCI->USB interface 220device ohci # OHCI PCI->USB interface 221device ehci # EHCI PCI->USB interface 222device xhci # XHCI PCI->USB interface 223device usb # USB Bus (required) 224device uhid # "Human Interface Devices" 225device ukbd # Keyboard 226options KBD_INSTALL_CDEV # install a CDEV entry in /dev 227device umass # Disks/Mass storage - Requires scbus and da0 228device ums # Mouse 229# USB Ethernet 230device aue # ADMtek USB Ethernet 231device axe # ASIX Electronics USB Ethernet 232device cdce # Generic USB over Ethernet 233device cue # CATC USB Ethernet 234device kue # Kawasaki LSI USB Ethernet 235 236# Wireless NIC cards 237device wlan # 802.11 support 238options IEEE80211_SUPPORT_MESH # enable 802.11s draft support 239options IEEE80211_DEBUG # enable debug msgs 240device wlan_wep # 802.11 WEP support 241device wlan_ccmp # 802.11 CCMP support 242device wlan_tkip # 802.11 TKIP support 243device wlan_amrr # AMRR transmit rate control algorithm 244device ath # Atheros NICs 245device ath_pci # Atheros pci/cardbus glue 246device ath_hal # pci/cardbus chip support 247options AH_AR5416_INTERRUPT_MITIGATION # AR5416 interrupt mitigation 248options ATH_ENABLE_11N # Enable 802.11n support for AR5416 and later 249device ath_rate_sample # SampleRate tx rate control for ath 250 251# FireWire support 252device firewire # FireWire bus code 253device sbp # SCSI over FireWire (Requires scbus and da) 254device fwe # Ethernet over FireWire (non-standard!) 255 256# Misc 257device iicbus # I2C bus code 258device iic 259device kiic # Keywest I2C 260device ad7417 # PowerMac7,2 temperature sensor 261device ds1631 # PowerMac11,2 temperature sensor 262device ds1775 # PowerMac7,2 temperature sensor 263device fcu # Apple Fan Control Unit 264device max6690 # PowerMac7,2 temperature sensor 265device powermac_nvram # Open Firmware configuration NVRAM 266device smu # Apple System Management Unit 267device atibl # ATI-based backlight driver for PowerBooks/iBooks 268device nvbl # nVidia-based backlight driver for PowerBooks/iBooks 269device opalflash # PowerNV embedded flash memory 270 271# ADB support 272device adb 273device pmu 274 275# Sound support 276device sound # Generic sound driver (required) 277device snd_ai2s # Apple I2S audio 278device snd_hda # Intel High Definition Audio 279device snd_uaudio # USB Audio 280 281# Netmap provides direct access to TX/RX rings on supported NICs 282device netmap # netmap(4) support 283 284# evdev interface 285options EVDEV_SUPPORT # evdev support in legacy drivers 286device evdev # input event device support 287device uinput # install /dev/uinput cdev 288 289# VirtIO support 290device virtio # Generic VirtIO bus (required) 291device virtio_pci # VirtIO PCI device 292device vtnet # VirtIO Ethernet device 293device virtio_blk # VirtIO Block device 294device virtio_scsi # VirtIO SCSI device 295device virtio_balloon # VirtIO Memory Balloon device 296 297# HID support 298options HID_DEBUG # enable debug msgs 299device hid # Generic HID support 300