xref: /freebsd/sys/powerpc/conf/GENERIC64 (revision be352d20d5198f55ed91c3805d5e7272b3f636a7)
166292dbfSNathan Whitehorn#
266292dbfSNathan Whitehorn# GENERIC -- Generic kernel configuration file for FreeBSD/powerpc
366292dbfSNathan Whitehorn#
466292dbfSNathan Whitehorn# For more information on this file, please read the handbook section on
566292dbfSNathan Whitehorn# Kernel Configuration Files:
666292dbfSNathan Whitehorn#
7a2aef24aSEitan Adler#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
866292dbfSNathan Whitehorn#
966292dbfSNathan Whitehorn# The handbook is also available locally in /usr/share/doc/handbook
1066292dbfSNathan Whitehorn# if you've installed the doc distribution, otherwise always see the
11a2aef24aSEitan Adler# FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
1266292dbfSNathan Whitehorn# latest information.
1366292dbfSNathan Whitehorn#
1466292dbfSNathan Whitehorn# An exhaustive list of options and more detailed explanations of the
1566292dbfSNathan Whitehorn# device lines is also present in the ../../conf/NOTES and NOTES files.
1666292dbfSNathan Whitehorn# If you are in doubt as to the purpose or necessity of a line, check first
1766292dbfSNathan Whitehorn# in NOTES.
1866292dbfSNathan Whitehorn#
1966292dbfSNathan Whitehorn# $FreeBSD$
2066292dbfSNathan Whitehorn
2166292dbfSNathan Whitehorncpu		AIM
2266292dbfSNathan Whitehornident		GENERIC
2366292dbfSNathan Whitehorn
2466292dbfSNathan Whitehornmachine 	powerpc	powerpc64
2566292dbfSNathan Whitehorn
2666292dbfSNathan Whitehornmakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
27f75483ceSJustin Hibbitsmakeoptions	WITH_CTF=1
2866292dbfSNathan Whitehorn
2966292dbfSNathan Whitehorn# Platform support
3066292dbfSNathan Whitehornoptions 	POWERMAC		#NewWorld Apple PowerMacs
3103479763SNathan Whitehornoptions 	PS3			#Sony Playstation 3
322c16c8d7SNathan Whitehornoptions 	MAMBO			#IBM Mambo Full System Simulator
337a8d25c0SNathan Whitehornoptions 	PSERIES			#PAPR-compliant systems (e.g. IBM p)
34fb3855e0SWojciech Macekoptions 	POWERNV			#Non-virtualized OpenPOWER systems
3566292dbfSNathan Whitehorn
3644d29d47SNathan Whitehornoptions		FDT			#Flattened Device Tree
3766292dbfSNathan Whitehornoptions 	SCHED_ULE		#ULE scheduler
38297becf9SNathan Whitehornoptions 	PREEMPTION		#Enable kernel thread preemption
398e94025bSBjoern A. Zeeboptions 	VIMAGE			# Subsystem virtualization, e.g. VNET
4066292dbfSNathan Whitehornoptions 	INET			#InterNETworking
4166292dbfSNathan Whitehornoptions 	INET6			#IPv6 communications protocols
42bd79708dSJonathan T. Looneyoptions 	TCP_HHOOK		# hhook(9) framework for TCP
4320a2f77eSMichael Tuexenoptions 	TCP_RFC7413		# TCP Fast Open
4466292dbfSNathan Whitehornoptions 	SCTP			#Stream Control Transmission Protocol
4566292dbfSNathan Whitehornoptions 	FFS			#Berkeley Fast Filesystem
4666292dbfSNathan Whitehornoptions 	SOFTUPDATES		#Enable FFS soft updates support
4766292dbfSNathan Whitehornoptions 	UFS_ACL			#Support for access control lists
4866292dbfSNathan Whitehornoptions 	UFS_DIRHASH		#Improve performance on big directories
4966292dbfSNathan Whitehornoptions 	UFS_GJOURNAL		#Enable gjournal-based UFS journaling
500dcbedfaSKonstantin Belousovoptions 	QUOTA			#Enable disk quotas for UFS
5166292dbfSNathan Whitehornoptions 	MD_ROOT			#MD is a potential root device
523e32dff5SJohn Baldwinoptions 	NFSCL			#Network Filesystem Client
533e32dff5SJohn Baldwinoptions 	NFSD			#Network Filesystem Server
5466292dbfSNathan Whitehornoptions 	NFSLOCKD		#Network Lock Manager
5566292dbfSNathan Whitehornoptions 	NFS_ROOT		#NFS usable as root device
5666292dbfSNathan Whitehornoptions 	MSDOSFS			#MSDOS Filesystem
5766292dbfSNathan Whitehornoptions 	CD9660			#ISO 9660 Filesystem
5866292dbfSNathan Whitehornoptions 	PROCFS			#Process filesystem (requires PSEUDOFS)
5966292dbfSNathan Whitehornoptions 	PSEUDOFS		#Pseudo-filesystem framework
60f25e72cbSMarcel Moolenaaroptions 	GEOM_PART_APM		#Apple Partition Maps.
6166292dbfSNathan Whitehornoptions 	GEOM_PART_GPT		#GUID Partition Tables.
6266292dbfSNathan Whitehornoptions 	GEOM_LABEL		#Provides labelization
6366292dbfSNathan Whitehornoptions 	COMPAT_FREEBSD32	#Compatible with FreeBSD/powerpc binaries
6466292dbfSNathan Whitehornoptions 	COMPAT_FREEBSD5		#Compatible with FreeBSD5
6566292dbfSNathan Whitehornoptions 	COMPAT_FREEBSD6		#Compatible with FreeBSD6
6666292dbfSNathan Whitehornoptions 	COMPAT_FREEBSD7		#Compatible with FreeBSD7
677d313e7bSJohn Baldwinoptions 	COMPAT_FREEBSD9		# Compatible with FreeBSD9
687d313e7bSJohn Baldwinoptions 	COMPAT_FREEBSD10	# Compatible with FreeBSD10
697f68a896SMark Johnstonoptions 	COMPAT_FREEBSD11	# Compatible with FreeBSD11
7066292dbfSNathan Whitehornoptions 	SCSI_DELAY=5000		#Delay (in ms) before probing SCSI
7166292dbfSNathan Whitehornoptions 	KTRACE			#ktrace(1) syscall trace support
7266292dbfSNathan Whitehornoptions 	STACK			#stack(9) support
7366292dbfSNathan Whitehornoptions 	SYSVSHM			#SYSV-style shared memory
7466292dbfSNathan Whitehornoptions 	SYSVMSG			#SYSV-style message queues
7566292dbfSNathan Whitehornoptions 	SYSVSEM			#SYSV-style semaphores
7666292dbfSNathan Whitehornoptions 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
778c6d1d4bSNathan Whitehornoptions		PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
7866292dbfSNathan Whitehornoptions 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
7966292dbfSNathan Whitehornoptions 	AUDIT			# Security event auditing
80e01bff72SJustin Hibbitsoptions 	CAPABILITY_MODE		# Capsicum capability mode
81e01bff72SJustin Hibbitsoptions 	CAPABILITIES		# Capsicum capabilities
8266292dbfSNathan Whitehornoptions 	MAC			# TrustedBSD MAC Framework
83f75483ceSJustin Hibbitsoptions 	KDTRACE_HOOKS		# Kernel DTrace hooks
84f75483ceSJustin Hibbitsoptions 	DDB_CTF			# Kernel ELF linker loads CTF data
8566292dbfSNathan Whitehornoptions 	INCLUDE_CONFIG_FILE     # Include this file in kernel
8666292dbfSNathan Whitehorn
878f8a2520SJoel Dahl# Debugging support.  Always need this:
888f8a2520SJoel Dahloptions 	KDB			# Enable kernel debugger support.
899ba0691bSAndriy Gaponoptions 	KDB_TRACE		# Print a stack trace for a panic.
909ba0691bSAndriy Gapon# For full debugger support use (turn off in stable branch):
9166292dbfSNathan Whitehornoptions 	DDB			#Support DDB
9266292dbfSNathan Whitehorn#options 	DEADLKRES		#Enable the deadlock resolver
9366292dbfSNathan Whitehornoptions 	INVARIANTS		#Enable calls of extra sanity checking
9466292dbfSNathan Whitehornoptions 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
9566292dbfSNathan Whitehornoptions 	WITNESS			#Enable checks to detect deadlocks and cycles
9666292dbfSNathan Whitehornoptions 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
97f6daba83SMatthew D Flemingoptions 	MALLOC_DEBUG_MAXZONES=8	# Separate malloc(9) zones
98*be352d20SKyle Evansoptions 	VERBOSE_SYSINIT=0	# Support debug.verbose_sysinit, off by default
9966292dbfSNathan Whitehorn
100892bdcccSMark Johnston# Kernel dump features.
101892bdcccSMark Johnstonoptions 	EKCD			# Support for encrypted kernel dumps
102892bdcccSMark Johnstonoptions 	GZIO			# gzip-compressed kernel and user dumps
103892bdcccSMark Johnstonoptions 	ZSTDIO			# zstd-compressed kernel and user dumps
104892bdcccSMark Johnstonoptions 	NETDUMP			# netdump(4) client support
105892bdcccSMark Johnston
106d8acfb88SPeter Grehan# Make an SMP-capable kernel by default
107d8acfb88SPeter Grehanoptions 	SMP			# Symmetric MultiProcessor Kernel
10866292dbfSNathan Whitehorn
10966292dbfSNathan Whitehorn# CPU frequency control
11066292dbfSNathan Whitehorndevice		cpufreq
11166292dbfSNathan Whitehorn
11266292dbfSNathan Whitehorn# Standard busses
11366292dbfSNathan Whitehorndevice		pci
11482cb5c3bSJohn Baldwinoptions 	PCI_HP			# PCI-Express native HotPlug
11550fd2a5bSNathan Whitehorndevice		agp
11666292dbfSNathan Whitehorn
11797b53e36SAlexander Motin# ATA controllers
118e70f868fSWojciech Macekdevice		ahci		# AHCI-compatible SATA controllers
11997b53e36SAlexander Motindevice		ata		# Legacy ATA/SATA controllers
12097b53e36SAlexander Motindevice		mvs		# Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
12197b53e36SAlexander Motindevice		siis		# SiliconImage SiI3124/SiI3132/SiI3531 SATA
12266292dbfSNathan Whitehorn
1233c41c1d4SWojciech Macek# NVM Express (NVMe) support
1243c41c1d4SWojciech Macekdevice		nvme		# base NVMe driver
1258ac2f3baSKevin Bowlingoptions		NVME_USE_NVD=0	# prefer the cam(4) based nda(4) driver
1263c41c1d4SWojciech Macekdevice		nvd		# expose NVMe namespaces as disks, depends on nvme
1273c41c1d4SWojciech Macek
12866292dbfSNathan Whitehorn# SCSI Controllers
12966292dbfSNathan Whitehorndevice		ahc		# AHA2940 and onboard AIC7xxx devices
13066292dbfSNathan Whitehornoptions 	AHC_ALLOW_MEMIO	# Attempt to use memory mapped I/O
13166292dbfSNathan Whitehorndevice		isp		# Qlogic family
13266292dbfSNathan Whitehorndevice		ispfw		# Firmware module for Qlogic host adapters
13366292dbfSNathan Whitehorndevice		mpt		# LSI-Logic MPT-Fusion
134e3604279SKenneth D. Merrydevice		mps		# LSI-Logic MPT-Fusion 2
13566292dbfSNathan Whitehorndevice		sym		# NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
13666292dbfSNathan Whitehorn
13797b53e36SAlexander Motin# ATA/SCSI peripherals
13897b53e36SAlexander Motindevice		scbus		# SCSI bus (required for ATA/SCSI)
13966292dbfSNathan Whitehorndevice		da		# Direct Access (disks)
14066292dbfSNathan Whitehorndevice		sa		# Sequential Access (tape etc)
14166292dbfSNathan Whitehorndevice		cd		# CD
14297b53e36SAlexander Motindevice		pass		# Passthrough device (direct ATA/SCSI access)
14366292dbfSNathan Whitehorn
14449588d0fSNathan Whitehorn# vt is the default console driver, resembling an SCO console
14549588d0fSNathan Whitehorndevice		vt		# Core console driver
14666292dbfSNathan Whitehorndevice		kbdmux
14766292dbfSNathan Whitehorn
14866292dbfSNathan Whitehorn# Serial (COM) ports
14966292dbfSNathan Whitehorndevice		scc
15066292dbfSNathan Whitehorndevice		uart
151f25e72cbSMarcel Moolenaardevice		uart_z8530
15266292dbfSNathan Whitehorn
15303479763SNathan Whitehorn# Ethernet hardware
1547a8d25c0SNathan Whitehorndevice		em		# Intel PRO/1000 Gigabit Ethernet Family
1551aa7c60cSJack F Vogeldevice		ix		# Intel PRO/10GbE PCIE PF Ethernet Family
1561aa7c60cSJack F Vogeldevice		ixv		# Intel PRO/10GbE PCIE VF Ethernet Family
15703479763SNathan Whitehorndevice		glc		# Sony Playstation 3 Ethernet
158757e5b29SNathan Whitehorndevice		llan		# IBM pSeries Virtual Ethernet
15955b823e5SWojciech Macekdevice		cxgbe		# Chelsio 10/25G NIC
16003479763SNathan Whitehorn
16166292dbfSNathan Whitehorn# PCI Ethernet NICs that use the common MII bus controller code.
16266292dbfSNathan Whitehorndevice		miibus		# MII bus support
16366292dbfSNathan Whitehorndevice		bge		# Broadcom BCM570xx Gigabit Ethernet
16466292dbfSNathan Whitehorndevice		gem		# Sun GEM/Sun ERI/Apple GMAC
16566292dbfSNathan Whitehorndevice		dc		# DEC/Intel 21143 and various workalikes
16666292dbfSNathan Whitehorndevice		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
1677a8d25c0SNathan Whitehorndevice		re		# RealTek 8139C+/8169/8169S/8110S
1687a8d25c0SNathan Whitehorndevice		rl		# RealTek 8129/8139
16966292dbfSNathan Whitehorn
17066292dbfSNathan Whitehorn# Pseudo devices.
17166292dbfSNathan Whitehorndevice		loop		# Network loopback
17266292dbfSNathan Whitehorndevice		random		# Entropy device
17366292dbfSNathan Whitehorndevice		ether		# Ethernet support
17466292dbfSNathan Whitehorndevice		vlan		# 802.1Q VLAN support
17566292dbfSNathan Whitehorndevice		tun		# Packet tunnel.
17666292dbfSNathan Whitehorndevice		md		# Memory "disks"
17766292dbfSNathan Whitehorndevice		ofwd		# Open Firmware disks
17866292dbfSNathan Whitehorndevice		gif		# IPv6 and IPv4 tunneling
17966292dbfSNathan Whitehorndevice		firmware	# firmware assist module
18066292dbfSNathan Whitehorn
18166292dbfSNathan Whitehorn# The `bpf' device enables the Berkeley Packet Filter.
18266292dbfSNathan Whitehorn# Be aware of the administrative consequences of enabling this!
18366292dbfSNathan Whitehorn# Note that 'bpf' is required for DHCP.
18466292dbfSNathan Whitehorndevice		bpf		#Berkeley packet filter
18566292dbfSNathan Whitehorn
18666292dbfSNathan Whitehorn# USB support
18766292dbfSNathan Whitehornoptions 	USB_DEBUG	# enable debug msgs
18866292dbfSNathan Whitehorndevice		uhci		# UHCI PCI->USB interface
18966292dbfSNathan Whitehorndevice		ohci		# OHCI PCI->USB interface
19066292dbfSNathan Whitehorndevice		ehci		# EHCI PCI->USB interface
191566a135bSNathan Whitehorndevice		xhci		# XHCI PCI->USB interface
19266292dbfSNathan Whitehorndevice		usb		# USB Bus (required)
19366292dbfSNathan Whitehorndevice		uhid		# "Human Interface Devices"
19466292dbfSNathan Whitehorndevice		ukbd		# Keyboard
19566292dbfSNathan Whitehornoptions 	KBD_INSTALL_CDEV # install a CDEV entry in /dev
19666292dbfSNathan Whitehorndevice		ulpt		# Printer
19766292dbfSNathan Whitehorndevice		umass		# Disks/Mass storage - Requires scbus and da0
19866292dbfSNathan Whitehorndevice		ums		# Mouse
19966292dbfSNathan Whitehorndevice		urio		# Diamond Rio 500 MP3 player
20066292dbfSNathan Whitehorn# USB Ethernet
20166292dbfSNathan Whitehorndevice		aue		# ADMtek USB Ethernet
20266292dbfSNathan Whitehorndevice		axe		# ASIX Electronics USB Ethernet
20366292dbfSNathan Whitehorndevice		cdce		# Generic USB over Ethernet
20466292dbfSNathan Whitehorndevice		cue		# CATC USB Ethernet
20566292dbfSNathan Whitehorndevice		kue		# Kawasaki LSI USB Ethernet
20666292dbfSNathan Whitehorn
2078d252f78SAndreas Tobler# Wireless NIC cards
2088d252f78SAndreas Tobleroptions 	IEEE80211_SUPPORT_MESH
2098d252f78SAndreas Tobleroptions 	AH_SUPPORT_AR5416
2108d252f78SAndreas Tobler
21166292dbfSNathan Whitehorn# FireWire support
21266292dbfSNathan Whitehorndevice		firewire	# FireWire bus code
21366292dbfSNathan Whitehorndevice		sbp		# SCSI over FireWire (Requires scbus and da)
21466292dbfSNathan Whitehorndevice		fwe		# Ethernet over FireWire (non-standard!)
21566292dbfSNathan Whitehorn
21666292dbfSNathan Whitehorn# Misc
217698ef695SNathan Whitehorndevice		iicbus		# I2C bus code
2184ffd72e3SWojciech Macekdevice		iic
219698ef695SNathan Whitehorndevice		kiic		# Keywest I2C
220d188174aSAndreas Toblerdevice		ad7417		# PowerMac7,2 temperature sensor
221d2d30ba3SAndreas Toblerdevice		ds1631		# PowerMac11,2 temperature sensor
222da89fa28SAndreas Toblerdevice		ds1775		# PowerMac7,2 temperature sensor
223da89fa28SAndreas Toblerdevice		fcu		# Apple Fan Control Unit
224da89fa28SAndreas Toblerdevice		max6690		# PowerMac7,2 temperature sensor
22566292dbfSNathan Whitehorndevice		powermac_nvram	# Open Firmware configuration NVRAM
22666292dbfSNathan Whitehorndevice		smu		# Apple System Management Unit
2273cc28bd9SJustin Hibbitsdevice		atibl		# ATI-based backlight driver for PowerBooks/iBooks
228d0ec68d4SJustin Hibbitsdevice		nvbl		# nVidia-based backlight driver for PowerBooks/iBooks
22966292dbfSNathan Whitehorn
23066292dbfSNathan Whitehorn# ADB support
23166292dbfSNathan Whitehorndevice		adb
23266292dbfSNathan Whitehorndevice		pmu
23366292dbfSNathan Whitehorn
234698ef695SNathan Whitehorn# Sound support
235698ef695SNathan Whitehorndevice		sound		# Generic sound driver (required)
236698ef695SNathan Whitehorndevice		snd_ai2s	# Apple I2S audio
237698ef695SNathan Whitehorndevice		snd_uaudio	# USB Audio
23866292dbfSNathan Whitehorn
239