xref: /freebsd/sys/powerpc/conf/GENERIC64 (revision 1aa7c60ccd9b0dac09bae9090a20c2f97f816ff7)
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#
766292dbfSNathan Whitehorn#    http://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
1166292dbfSNathan Whitehorn# FreeBSD World Wide Web server (http://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)
3466292dbfSNathan Whitehorn
3544d29d47SNathan Whitehornoptions		FDT			#Flattened Device Tree
3666292dbfSNathan Whitehornoptions 	SCHED_ULE		#ULE scheduler
37297becf9SNathan Whitehornoptions 	PREEMPTION		#Enable kernel thread preemption
3866292dbfSNathan Whitehornoptions 	INET			#InterNETworking
3966292dbfSNathan Whitehornoptions 	INET6			#IPv6 communications protocols
4066292dbfSNathan Whitehornoptions 	SCTP			#Stream Control Transmission Protocol
4166292dbfSNathan Whitehornoptions 	FFS			#Berkeley Fast Filesystem
4266292dbfSNathan Whitehornoptions 	SOFTUPDATES		#Enable FFS soft updates support
4366292dbfSNathan Whitehornoptions 	UFS_ACL			#Support for access control lists
4466292dbfSNathan Whitehornoptions 	UFS_DIRHASH		#Improve performance on big directories
4566292dbfSNathan Whitehornoptions 	UFS_GJOURNAL		#Enable gjournal-based UFS journaling
460dcbedfaSKonstantin Belousovoptions 	QUOTA			#Enable disk quotas for UFS
4766292dbfSNathan Whitehornoptions 	MD_ROOT			#MD is a potential root device
483e32dff5SJohn Baldwinoptions 	NFSCL			#Network Filesystem Client
493e32dff5SJohn Baldwinoptions 	NFSD			#Network Filesystem Server
5066292dbfSNathan Whitehornoptions 	NFSLOCKD		#Network Lock Manager
5166292dbfSNathan Whitehornoptions 	NFS_ROOT		#NFS usable as root device
5266292dbfSNathan Whitehornoptions 	MSDOSFS			#MSDOS Filesystem
5366292dbfSNathan Whitehornoptions 	CD9660			#ISO 9660 Filesystem
5466292dbfSNathan Whitehornoptions 	PROCFS			#Process filesystem (requires PSEUDOFS)
5566292dbfSNathan Whitehornoptions 	PSEUDOFS		#Pseudo-filesystem framework
56f25e72cbSMarcel Moolenaaroptions 	GEOM_PART_APM		#Apple Partition Maps.
5766292dbfSNathan Whitehornoptions 	GEOM_PART_GPT		#GUID Partition Tables.
5866292dbfSNathan Whitehornoptions 	GEOM_LABEL		#Provides labelization
5966292dbfSNathan Whitehornoptions 	COMPAT_FREEBSD32	#Compatible with FreeBSD/powerpc binaries
6066292dbfSNathan Whitehornoptions 	COMPAT_FREEBSD5		#Compatible with FreeBSD5
6166292dbfSNathan Whitehornoptions 	COMPAT_FREEBSD6		#Compatible with FreeBSD6
6266292dbfSNathan Whitehornoptions 	COMPAT_FREEBSD7		#Compatible with FreeBSD7
637d313e7bSJohn Baldwinoptions 	COMPAT_FREEBSD9		# Compatible with FreeBSD9
647d313e7bSJohn Baldwinoptions 	COMPAT_FREEBSD10	# Compatible with FreeBSD10
6566292dbfSNathan Whitehornoptions 	SCSI_DELAY=5000		#Delay (in ms) before probing SCSI
6666292dbfSNathan Whitehornoptions 	KTRACE			#ktrace(1) syscall trace support
6766292dbfSNathan Whitehornoptions 	STACK			#stack(9) support
6866292dbfSNathan Whitehornoptions 	SYSVSHM			#SYSV-style shared memory
6966292dbfSNathan Whitehornoptions 	SYSVMSG			#SYSV-style message queues
7066292dbfSNathan Whitehornoptions 	SYSVSEM			#SYSV-style semaphores
7166292dbfSNathan Whitehornoptions 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
7266292dbfSNathan Whitehornoptions 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
7366292dbfSNathan Whitehornoptions 	AUDIT			# Security event auditing
74e01bff72SJustin Hibbitsoptions 	CAPABILITY_MODE		# Capsicum capability mode
75e01bff72SJustin Hibbitsoptions 	CAPABILITIES		# Capsicum capabilities
7666292dbfSNathan Whitehornoptions 	MAC			# TrustedBSD MAC Framework
77f75483ceSJustin Hibbitsoptions 	KDTRACE_HOOKS		# Kernel DTrace hooks
78f75483ceSJustin Hibbitsoptions 	DDB_CTF			# Kernel ELF linker loads CTF data
7966292dbfSNathan Whitehornoptions 	INCLUDE_CONFIG_FILE     # Include this file in kernel
8066292dbfSNathan Whitehorn
818f8a2520SJoel Dahl# Debugging support.  Always need this:
828f8a2520SJoel Dahloptions 	KDB			# Enable kernel debugger support.
839ba0691bSAndriy Gaponoptions 	KDB_TRACE		# Print a stack trace for a panic.
849ba0691bSAndriy Gapon# For full debugger support use (turn off in stable branch):
8566292dbfSNathan Whitehornoptions 	DDB			#Support DDB
8666292dbfSNathan Whitehorn#options 	DEADLKRES		#Enable the deadlock resolver
8766292dbfSNathan Whitehornoptions 	INVARIANTS		#Enable calls of extra sanity checking
8866292dbfSNathan Whitehornoptions 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
8966292dbfSNathan Whitehornoptions 	WITNESS			#Enable checks to detect deadlocks and cycles
9066292dbfSNathan Whitehornoptions 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
91f6daba83SMatthew D Flemingoptions 	MALLOC_DEBUG_MAXZONES=8	# Separate malloc(9) zones
9266292dbfSNathan Whitehorn
93d8acfb88SPeter Grehan# Make an SMP-capable kernel by default
94d8acfb88SPeter Grehanoptions 	SMP			# Symmetric MultiProcessor Kernel
9566292dbfSNathan Whitehorn
9666292dbfSNathan Whitehorn# CPU frequency control
9766292dbfSNathan Whitehorndevice		cpufreq
9866292dbfSNathan Whitehorn
9966292dbfSNathan Whitehorn# Standard busses
10066292dbfSNathan Whitehorndevice		pci
10150fd2a5bSNathan Whitehorndevice		agp
10266292dbfSNathan Whitehorn
10397b53e36SAlexander Motin# ATA controllers
10497b53e36SAlexander Motindevice		ahci		# AHCI-compatible SATA controllers
10597b53e36SAlexander Motindevice		ata		# Legacy ATA/SATA controllers
10697b53e36SAlexander Motindevice		mvs		# Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
10797b53e36SAlexander Motindevice		siis		# SiliconImage SiI3124/SiI3132/SiI3531 SATA
10866292dbfSNathan Whitehorn
10966292dbfSNathan Whitehorn# SCSI Controllers
11066292dbfSNathan Whitehorndevice		ahc		# AHA2940 and onboard AIC7xxx devices
11166292dbfSNathan Whitehornoptions 	AHC_ALLOW_MEMIO	# Attempt to use memory mapped I/O
11266292dbfSNathan Whitehornoptions 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
11366292dbfSNathan Whitehorn					# output.  Adds ~128k to driver.
11466292dbfSNathan Whitehorndevice		isp		# Qlogic family
11566292dbfSNathan Whitehorndevice		ispfw		# Firmware module for Qlogic host adapters
11666292dbfSNathan Whitehorndevice		mpt		# LSI-Logic MPT-Fusion
117e3604279SKenneth D. Merrydevice		mps		# LSI-Logic MPT-Fusion 2
11866292dbfSNathan Whitehorndevice		sym		# NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
11966292dbfSNathan Whitehorn
12097b53e36SAlexander Motin# ATA/SCSI peripherals
12197b53e36SAlexander Motindevice		scbus		# SCSI bus (required for ATA/SCSI)
12266292dbfSNathan Whitehorndevice		da		# Direct Access (disks)
12366292dbfSNathan Whitehorndevice		sa		# Sequential Access (tape etc)
12466292dbfSNathan Whitehorndevice		cd		# CD
12597b53e36SAlexander Motindevice		pass		# Passthrough device (direct ATA/SCSI access)
12666292dbfSNathan Whitehorn
12749588d0fSNathan Whitehorn# vt is the default console driver, resembling an SCO console
12849588d0fSNathan Whitehorndevice		vt		# Core console driver
12966292dbfSNathan Whitehorndevice		kbdmux
13066292dbfSNathan Whitehorn
13166292dbfSNathan Whitehorn# Serial (COM) ports
13266292dbfSNathan Whitehorndevice		scc
13366292dbfSNathan Whitehorndevice		uart
134f25e72cbSMarcel Moolenaardevice		uart_z8530
13566292dbfSNathan Whitehorn
13603479763SNathan Whitehorn# Ethernet hardware
1377a8d25c0SNathan Whitehorndevice		em		# Intel PRO/1000 Gigabit Ethernet Family
1387a8d25c0SNathan Whitehorndevice		igb		# Intel PRO/1000 PCIE Server Gigabit Family
139*1aa7c60cSJack F Vogeldevice		ix		# Intel PRO/10GbE PCIE PF Ethernet Family
140*1aa7c60cSJack F Vogeldevice		ixv		# Intel PRO/10GbE PCIE VF Ethernet Family
14103479763SNathan Whitehorndevice		glc		# Sony Playstation 3 Ethernet
142757e5b29SNathan Whitehorndevice		llan		# IBM pSeries Virtual Ethernet
14303479763SNathan Whitehorn
14466292dbfSNathan Whitehorn# PCI Ethernet NICs that use the common MII bus controller code.
14566292dbfSNathan Whitehorndevice		miibus		# MII bus support
14666292dbfSNathan Whitehorndevice		bge		# Broadcom BCM570xx Gigabit Ethernet
14766292dbfSNathan Whitehorndevice		gem		# Sun GEM/Sun ERI/Apple GMAC
14866292dbfSNathan Whitehorndevice		dc		# DEC/Intel 21143 and various workalikes
14966292dbfSNathan Whitehorndevice		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
1507a8d25c0SNathan Whitehorndevice		re		# RealTek 8139C+/8169/8169S/8110S
1517a8d25c0SNathan Whitehorndevice		rl		# RealTek 8129/8139
15266292dbfSNathan Whitehorn
15366292dbfSNathan Whitehorn# Pseudo devices.
15466292dbfSNathan Whitehorndevice		loop		# Network loopback
15566292dbfSNathan Whitehorndevice		random		# Entropy device
15666292dbfSNathan Whitehorndevice		ether		# Ethernet support
15766292dbfSNathan Whitehorndevice		vlan		# 802.1Q VLAN support
15866292dbfSNathan Whitehorndevice		tun		# Packet tunnel.
15966292dbfSNathan Whitehorndevice		md		# Memory "disks"
16066292dbfSNathan Whitehorndevice		ofwd		# Open Firmware disks
16166292dbfSNathan Whitehorndevice		gif		# IPv6 and IPv4 tunneling
16266292dbfSNathan Whitehorndevice		firmware	# firmware assist module
16366292dbfSNathan Whitehorn
16466292dbfSNathan Whitehorn# The `bpf' device enables the Berkeley Packet Filter.
16566292dbfSNathan Whitehorn# Be aware of the administrative consequences of enabling this!
16666292dbfSNathan Whitehorn# Note that 'bpf' is required for DHCP.
16766292dbfSNathan Whitehorndevice		bpf		#Berkeley packet filter
16866292dbfSNathan Whitehorn
16966292dbfSNathan Whitehorn# USB support
17066292dbfSNathan Whitehornoptions 	USB_DEBUG	# enable debug msgs
17166292dbfSNathan Whitehorndevice		uhci		# UHCI PCI->USB interface
17266292dbfSNathan Whitehorndevice		ohci		# OHCI PCI->USB interface
17366292dbfSNathan Whitehorndevice		ehci		# EHCI PCI->USB interface
17466292dbfSNathan Whitehorndevice		usb		# USB Bus (required)
17566292dbfSNathan Whitehorndevice		uhid		# "Human Interface Devices"
17666292dbfSNathan Whitehorndevice		ukbd		# Keyboard
17766292dbfSNathan Whitehornoptions 	KBD_INSTALL_CDEV # install a CDEV entry in /dev
17866292dbfSNathan Whitehorndevice		ulpt		# Printer
17966292dbfSNathan Whitehorndevice		umass		# Disks/Mass storage - Requires scbus and da0
18066292dbfSNathan Whitehorndevice		ums		# Mouse
18166292dbfSNathan Whitehorndevice		urio		# Diamond Rio 500 MP3 player
18266292dbfSNathan Whitehorn# USB Ethernet
18366292dbfSNathan Whitehorndevice		aue		# ADMtek USB Ethernet
18466292dbfSNathan Whitehorndevice		axe		# ASIX Electronics USB Ethernet
18566292dbfSNathan Whitehorndevice		cdce		# Generic USB over Ethernet
18666292dbfSNathan Whitehorndevice		cue		# CATC USB Ethernet
18766292dbfSNathan Whitehorndevice		kue		# Kawasaki LSI USB Ethernet
18866292dbfSNathan Whitehorn
1898d252f78SAndreas Tobler# Wireless NIC cards
1908d252f78SAndreas Tobleroptions 	IEEE80211_SUPPORT_MESH
1918d252f78SAndreas Tobleroptions 	AH_SUPPORT_AR5416
1928d252f78SAndreas Tobler
19366292dbfSNathan Whitehorn# FireWire support
19466292dbfSNathan Whitehorndevice		firewire	# FireWire bus code
19566292dbfSNathan Whitehorndevice		sbp		# SCSI over FireWire (Requires scbus and da)
19666292dbfSNathan Whitehorndevice		fwe		# Ethernet over FireWire (non-standard!)
19766292dbfSNathan Whitehorn
19866292dbfSNathan Whitehorn# Misc
199698ef695SNathan Whitehorndevice		iicbus		# I2C bus code
200698ef695SNathan Whitehorndevice		kiic		# Keywest I2C
201d188174aSAndreas Toblerdevice		ad7417		# PowerMac7,2 temperature sensor
202d2d30ba3SAndreas Toblerdevice		ds1631		# PowerMac11,2 temperature sensor
203da89fa28SAndreas Toblerdevice		ds1775		# PowerMac7,2 temperature sensor
204da89fa28SAndreas Toblerdevice		fcu		# Apple Fan Control Unit
205da89fa28SAndreas Toblerdevice		max6690		# PowerMac7,2 temperature sensor
20666292dbfSNathan Whitehorndevice		powermac_nvram	# Open Firmware configuration NVRAM
20766292dbfSNathan Whitehorndevice		smu		# Apple System Management Unit
2083cc28bd9SJustin Hibbitsdevice		atibl		# ATI-based backlight driver for PowerBooks/iBooks
209d0ec68d4SJustin Hibbitsdevice		nvbl		# nVidia-based backlight driver for PowerBooks/iBooks
21066292dbfSNathan Whitehorn
21166292dbfSNathan Whitehorn# ADB support
21266292dbfSNathan Whitehorndevice		adb
21366292dbfSNathan Whitehorndevice		pmu
21466292dbfSNathan Whitehorn
215698ef695SNathan Whitehorn# Sound support
216698ef695SNathan Whitehorndevice		sound		# Generic sound driver (required)
217698ef695SNathan Whitehorndevice		snd_ai2s	# Apple I2S audio
218698ef695SNathan Whitehorndevice		snd_uaudio	# USB Audio
21966292dbfSNathan Whitehorn
220