xref: /freebsd/sys/powerpc/conf/GENERIC (revision 8f8a2520d7eb09177e4445877d6abe2a26d29f9f)
1c585bae1SBenno Rice#
2c585bae1SBenno Rice# GENERIC -- Generic kernel configuration file for FreeBSD/powerpc
3c585bae1SBenno Rice#
4c585bae1SBenno Rice# For more information on this file, please read the handbook section on
5c585bae1SBenno Rice# Kernel Configuration Files:
6c585bae1SBenno Rice#
7c0727dcbSMarc Fonvieille#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8c585bae1SBenno Rice#
9c585bae1SBenno Rice# The handbook is also available locally in /usr/share/doc/handbook
10c585bae1SBenno Rice# if you've installed the doc distribution, otherwise always see the
11c585bae1SBenno Rice# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12c585bae1SBenno Rice# latest information.
13c585bae1SBenno Rice#
14c585bae1SBenno Rice# An exhaustive list of options and more detailed explanations of the
15dde04295SJohn Baldwin# device lines is also present in the ../../conf/NOTES and NOTES files.
16dde04295SJohn Baldwin# If you are in doubt as to the purpose or necessity of a line, check first
17dde04295SJohn Baldwin# in NOTES.
18c585bae1SBenno Rice#
19c585bae1SBenno Rice# $FreeBSD$
20c585bae1SBenno Rice
215d8dd7e6SMarcel Moolenaarcpu		AIM
22c585bae1SBenno Riceident		GENERIC
23c585bae1SBenno Rice
24c3e289e1SNathan Whitehornmachine 	powerpc powerpc
25c3e289e1SNathan Whitehorn
26a5bd7d29SPeter Grehanmakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
27c585bae1SBenno Rice
2826eed6e9SPeter Grehan# Platform support
2926eed6e9SPeter Grehanoptions 	POWERMAC		#NewWorld Apple PowerMacs
3026eed6e9SPeter Grehanoptions 	PSIM			#GDB PSIM ppc simulator
312c16c8d7SNathan Whitehornoptions 	MAMBO			#IBM Mambo Full System Simulator
3259307865SMark Peek
33cbdd62adSPeter Grehanoptions 	SCHED_ULE		#ULE scheduler
34297becf9SNathan Whitehornoptions 	PREEMPTION		#Enable kernel thread preemption
3526eed6e9SPeter Grehanoptions 	INET			#InterNETworking
3626eed6e9SPeter Grehanoptions 	INET6			#IPv6 communications protocols
374fabde56SChristian Bruefferoptions 	SCTP			#Stream Control Transmission Protocol
3826eed6e9SPeter Grehanoptions 	FFS			#Berkeley Fast Filesystem
3926eed6e9SPeter Grehanoptions 	SOFTUPDATES		#Enable FFS soft updates support
40c7063e59SRobert Watsonoptions 	UFS_ACL			#Support for access control lists
4126eed6e9SPeter Grehanoptions 	UFS_DIRHASH		#Improve performance on big directories
42fef2a259SPawel Jakub Dawidekoptions 	UFS_GJOURNAL		#Enable gjournal-based UFS journaling
4326eed6e9SPeter Grehanoptions 	MD_ROOT			#MD is a potential root device
444309e17aSRick Macklemoptions 	NFSCL			#New Network Filesystem Client
454309e17aSRick Macklemoptions 	NFSD			#New Network Filesystem Server
46fa9d9930SDoug Rabsonoptions 	NFSLOCKD		#Network Lock Manager
47a5bd7d29SPeter Grehanoptions 	NFS_ROOT		#NFS usable as root device
48c2399f7aSPeter Grehanoptions 	MSDOSFS			#MSDOS Filesystem
4926eed6e9SPeter Grehanoptions 	CD9660			#ISO 9660 Filesystem
5026eed6e9SPeter Grehanoptions 	PROCFS			#Process filesystem (requires PSEUDOFS)
5126eed6e9SPeter Grehanoptions 	PSEUDOFS		#Pseudo-filesystem framework
521d3aed33SMarcel Moolenaaroptions 	GEOM_PART_GPT		#GUID Partition Tables.
53983f9709SBrooks Davisoptions 	GEOM_LABEL		#Provides labelization
54a5bd7d29SPeter Grehanoptions 	COMPAT_FREEBSD4		#Keep this for a while
556c9fdda7SRuslan Ermilovoptions 	COMPAT_FREEBSD5		#Compatible with FreeBSD5
566c9fdda7SRuslan Ermilovoptions 	COMPAT_FREEBSD6		#Compatible with FreeBSD6
575965c4b7SJohn Baldwinoptions 	COMPAT_FREEBSD7		#Compatible with FreeBSD7
5832672ba8SAndre Oppermannoptions 	SCSI_DELAY=5000		#Delay (in ms) before probing SCSI
5926eed6e9SPeter Grehanoptions 	KTRACE			#ktrace(1) syscall trace support
603c90d1eaSRobert Watsonoptions 	STACK			#stack(9) support
6126eed6e9SPeter Grehanoptions 	SYSVSHM			#SYSV-style shared memory
6226eed6e9SPeter Grehanoptions 	SYSVMSG			#SYSV-style message queues
6326eed6e9SPeter Grehanoptions 	SYSVSEM			#SYSV-style semaphores
64400a0a23SSuleiman Souhlaloptions 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
65dbd47f15SXin LIoptions 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
6668d4cc61SRobert Watsonoptions 	AUDIT			# Security event auditing
67009d2032SRobert Watsonoptions 	CAPABILITY_MODE		# Capsicum capability mode
68009d2032SRobert Watsonoptions 	CAPABILITIES		# Capsicum capabilities
69bd875f5fSRobert Watsonoptions 	MAC			# TrustedBSD MAC Framework
7087948dfdSWarner Loshoptions 	INCLUDE_CONFIG_FILE     # Include this file in kernel
71c5f0b00cSBenno Rice
726168545aSKen Smith# Debugging support.  Always need this:
736168545aSKen Smithoptions 	KDB			# Enable kernel debugger support.
746168545aSKen Smith# For minimum debugger support (stable branch) use:
756168545aSKen Smith#options 	KDB_TRACE		# Print a stack trace for a panic.
766168545aSKen Smith# For full debugger support use this instead:
7724c1c571SPeter Grehanoptions 	DDB			#Support DDB
7888cbfa85SAttilio Rao#options 	DEADLKRES		#Enable the deadlock resolver
7926eed6e9SPeter Grehanoptions 	INVARIANTS		#Enable calls of extra sanity checking
8026eed6e9SPeter Grehanoptions 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
8126eed6e9SPeter Grehanoptions 	WITNESS			#Enable checks to detect deadlocks and cycles
82a2d791e2SMarcel Moolenaaroptions 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
83d7854da1SMatthew D Flemingoptions 	MALLOC_DEBUG_MAXZONES=8	# Separate malloc(9) zones
8426eed6e9SPeter Grehan
85*8f8a2520SJoel Dahl# Make an SMP-capable kernel by default
866533dd88SNathan Whitehornoptions 	SMP			# Symmetric MultiProcessor Kernel
8726eed6e9SPeter Grehan
889eb9db93SNathan Whitehorn# CPU frequency control
899eb9db93SNathan Whitehorndevice		cpufreq
909eb9db93SNathan Whitehorn
9126eed6e9SPeter Grehan# Standard busses
92b618108fSPeter Wemmdevice		pci
9350fd2a5bSNathan Whitehorndevice		agp
9426eed6e9SPeter Grehan
9597b53e36SAlexander Motin# ATA controllers
9697b53e36SAlexander Motindevice		ahci		# AHCI-compatible SATA controllers
9797b53e36SAlexander Motindevice		ata		# Legacy ATA/SATA controllers
9897b53e36SAlexander Motinoptions 	ATA_CAM		# Handle legacy controllers with CAM
9997b53e36SAlexander Motindevice		mvs		# Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
10097b53e36SAlexander Motindevice		siis		# SiliconImage SiI3124/SiI3132/SiI3531 SATA
10126eed6e9SPeter Grehan
1023d59b758SNathan Whitehorn# SCSI Controllers
1033d59b758SNathan Whitehorndevice		ahc		# AHA2940 and onboard AIC7xxx devices
1043d59b758SNathan Whitehornoptions 	AHC_ALLOW_MEMIO	# Attempt to use memory mapped I/O
1053d59b758SNathan Whitehornoptions 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
1063d59b758SNathan Whitehorn					# output.  Adds ~128k to driver.
1073d59b758SNathan Whitehorndevice		isp		# Qlogic family
1083d59b758SNathan Whitehorndevice		ispfw		# Firmware module for Qlogic host adapters
1093d59b758SNathan Whitehorndevice		mpt		# LSI-Logic MPT-Fusion
1103d59b758SNathan Whitehorndevice		sym		# NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
1113d59b758SNathan Whitehorn
11297b53e36SAlexander Motin# ATA/SCSI peripherals
11397b53e36SAlexander Motindevice		scbus		# SCSI bus (required for ATA/SCSI)
114f73a5a7fSHidetoshi Shimokawadevice		da		# Direct Access (disks)
115f73a5a7fSHidetoshi Shimokawadevice		sa		# Sequential Access (tape etc)
116f73a5a7fSHidetoshi Shimokawadevice		cd		# CD
11797b53e36SAlexander Motindevice		pass		# Passthrough device (direct ATA/SCSI access)
118f73a5a7fSHidetoshi Shimokawa
119e878e008SPeter Grehan# syscons is the default console driver, resembling an SCO console
120e878e008SPeter Grehandevice		sc
121068bb61cSMarcel Moolenaardevice		kbdmux
122e878e008SPeter Grehanoptions 	SC_OFWFB	# OFW frame buffer
123e878e008SPeter Grehanoptions 	SC_DFLT_FONT	# compile font in
124e878e008SPeter Grehanmakeoptions	SC_DFLT_FONT=cp437
125e878e008SPeter Grehan
12626eed6e9SPeter Grehan# Serial (COM) ports
1277d2c35edSMarcel Moolenaardevice		scc
1287d2c35edSMarcel Moolenaardevice		uart
12926eed6e9SPeter Grehan
13026eed6e9SPeter Grehan# PCI Ethernet NICs that use the common MII bus controller code.
13126eed6e9SPeter Grehandevice		miibus		# MII bus support
132d71cc3c8SMarcel Moolenaardevice		bge		# Broadcom BCM570xx Gigabit Ethernet
133cf99524aSMarcel Moolenaardevice		bm		# Apple BMAC Ethernet
134be0e6bfcSBenno Ricedevice		gem		# Sun GEM/Sun ERI/Apple GMAC
13524c1c571SPeter Grehandevice		dc		# DEC/Intel 21143 and various workalikes
13624c1c571SPeter Grehandevice		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
13726eed6e9SPeter Grehan
138aa355a26SMaxim Konovalov# Pseudo devices.
13926eed6e9SPeter Grehandevice		loop		# Network loopback
1408ab2f5ecSMark Murraydevice		random		# Entropy device
14126eed6e9SPeter Grehandevice		ether		# Ethernet support
1429efde583SBrooks Davisdevice		vlan		# 802.1Q VLAN support
14326eed6e9SPeter Grehandevice		tun		# Packet tunnel.
14426eed6e9SPeter Grehandevice		md		# Memory "disks"
14526eed6e9SPeter Grehandevice		ofwd		# Open Firmware disks
14626eed6e9SPeter Grehandevice		gif		# IPv6 and IPv4 tunneling
14726eed6e9SPeter Grehandevice		faith		# IPv6-to-IPv4 relaying/(translation)
1483d59b758SNathan Whitehorndevice		firmware	# firmware assist module
14926eed6e9SPeter Grehan
15026eed6e9SPeter Grehan# The `bpf' device enables the Berkeley Packet Filter.
15126eed6e9SPeter Grehan# Be aware of the administrative consequences of enabling this!
152991f5121SMurray Stokely# Note that 'bpf' is required for DHCP.
15326eed6e9SPeter Grehandevice		bpf		#Berkeley packet filter
15426eed6e9SPeter Grehan
155c89d41e5SAndrew Thompson# USB support
156b850ecc1SAndrew Thompsonoptions 	USB_DEBUG	# enable debug msgs
157c89d41e5SAndrew Thompsondevice		uhci		# UHCI PCI->USB interface
158c89d41e5SAndrew Thompsondevice		ohci		# OHCI PCI->USB interface
159c89d41e5SAndrew Thompsondevice		ehci		# EHCI PCI->USB interface
160c89d41e5SAndrew Thompsondevice		usb		# USB Bus (required)
161c89d41e5SAndrew Thompsondevice		uhid		# "Human Interface Devices"
162c89d41e5SAndrew Thompsondevice		ukbd		# Keyboard
163c89d41e5SAndrew Thompsonoptions 	KBD_INSTALL_CDEV # install a CDEV entry in /dev
164c89d41e5SAndrew Thompsondevice		ulpt		# Printer
165c89d41e5SAndrew Thompsondevice		umass		# Disks/Mass storage - Requires scbus and da0
166c89d41e5SAndrew Thompsondevice		ums		# Mouse
1672c494821SNathan Whitehorndevice		atp		# Apple USB touchpad
168c89d41e5SAndrew Thompsondevice		urio		# Diamond Rio 500 MP3 player
16926eed6e9SPeter Grehan# USB Ethernet
170c89d41e5SAndrew Thompsondevice		aue		# ADMtek USB Ethernet
171c89d41e5SAndrew Thompsondevice		axe		# ASIX Electronics USB Ethernet
172c89d41e5SAndrew Thompsondevice		cdce		# Generic USB over Ethernet
173c89d41e5SAndrew Thompsondevice		cue		# CATC USB Ethernet
174c89d41e5SAndrew Thompsondevice		kue		# Kawasaki LSI USB Ethernet
17526eed6e9SPeter Grehan
1768cb8d9fbSAdrian Chadd# Wireless NIC cards
1778cb8d9fbSAdrian Chaddoptions		IEEE80211_SUPPORT_MESH
1788cb8d9fbSAdrian Chaddoptions		AH_SUPPORT_AR5416
1798cb8d9fbSAdrian Chadd
180092cd06fSHidetoshi Shimokawa# FireWire support
181092cd06fSHidetoshi Shimokawadevice		firewire	# FireWire bus code
1827042aba7SKen Smith# sbp(4) works for some systems but causes boot failure on others
183092cd06fSHidetoshi Shimokawadevice		sbp		# SCSI over FireWire (Requires scbus and da)
184092cd06fSHidetoshi Shimokawadevice		fwe		# Ethernet over FireWire (non-standard!)
185092cd06fSHidetoshi Shimokawa
186e5d34218SMaxim Sobolev# Misc
187698ef695SNathan Whitehorndevice		iicbus		# I2C bus code
188698ef695SNathan Whitehorndevice		kiic		# Keywest I2C
189d188174aSAndreas Toblerdevice		ad7417		# PowerMac7,2 temperature sensor
190da89fa28SAndreas Toblerdevice		ds1775		# PowerMac7,2 temperature sensor
191da89fa28SAndreas Toblerdevice		fcu		# Apple Fan Control Unit
192da89fa28SAndreas Toblerdevice		max6690		# PowerMac7,2 temperature sensor
193e5d34218SMaxim Sobolevdevice		powermac_nvram	# Open Firmware configuration NVRAM
1941016f143SNathan Whitehorndevice		smu		# Apple System Management Unit
19503c6aecaSAndreas Toblerdevice		windtunnel	# Apple G4 MDD fan controller
1963cc28bd9SJustin Hibbitsdevice		atibl		# ATI-based backlight driver for PowerBooks/iBooks
197e5d34218SMaxim Sobolev
198b4dbc599SNathan Whitehorn# ADB support
199b4dbc599SNathan Whitehorndevice		adb
200b4dbc599SNathan Whitehorndevice		cuda
201b4dbc599SNathan Whitehorndevice		pmu
202b4dbc599SNathan Whitehorn
203698ef695SNathan Whitehorn# Sound support
204698ef695SNathan Whitehorndevice		sound		# Generic sound driver (required)
205698ef695SNathan Whitehorndevice		snd_ai2s	# Apple I2S audio
206698ef695SNathan Whitehorndevice		snd_davbus	# Apple DAVBUS audio
207698ef695SNathan Whitehorndevice		snd_uaudio	# USB Audio
2088486eb86SNathan Whitehorn
209