GENERIC64 revision 1.213
1#
2#	$NetBSD: GENERIC64,v 1.213 2023/10/04 07:48:55 rin Exp $
3#
4#	GENERIC ARM (aarch64) kernel
5#
6
7include	"arch/evbarm/conf/std.generic64"
8include "arch/evbarm/conf/files.generic64"
9include	"arch/evbarm/conf/GENERIC.common"
10
11maxusers	64
12
13options 	CPU_CORTEX
14options 	CPU_THUNDERX
15options 	SOC_APPLE
16options 	SOC_BCM2837
17options 	SOC_MESONG12
18options 	SOC_MESONGXBB
19options 	SOC_MESONGXL
20options 	SOC_RK3328
21options 	SOC_RK3399
22options 	SOC_RK3588
23options 	SOC_SUN50I_A64
24options 	SOC_SUN50I_H5
25options 	SOC_SUN50I_H6
26options 	SOC_TEGRA210
27options 	MULTIPROCESSOR
28
29pseudo-device 	openfirm	# /dev/openfirm
30
31#options 	DIAGNOSTIC	# internal consistency checks
32#options 	DEBUG
33#options 	LOCKDEBUG
34#options 	VERBOSE_INIT_ARM # verbose bootstrapping messages
35options 	INCLUDE_CONFIG_FILE
36#options 	UVMHIST		# kernhist for uvm/pmap subsystems
37#options 	UVMHIST_PRINT,KERNHIST_DELAY=0
38#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
39
40# Heartbeat checks
41options 	HEARTBEAT
42options 	HEARTBEAT_MAX_PERIOD_DEFAULT=15
43
44# EARLYCONS is required for early init messages from VERBOSE_INIT_ARM.
45#options 	EARLYCONS=bcm2837, CONSADDR=0x3f215040
46#options 	EARLYCONS=bcm2711, CONSADDR=0xfe215040
47#options 	EARLYCONS=meson, CONSADDR=0xc81004c0
48#options 	EARLYCONS=rk3328, CONSADDR=0xff130000
49#options 	EARLYCONS=rk3399, CONSADDR=0xff1a0000
50#options 	EARLYCONS=rk3588, CONSADDR=0xfeb50000
51#options 	EARLYCONS=sunxi, CONSADDR=0x01c28000
52#options 	EARLYCONS=tegra, CONSADDR=0x70006000
53#options 	EARLYCONS=thunderx, CONSADDR=0x87e024000000
54
55# The QEMU virt machine
56#options 	EARLYCONS=plcom, CONSADDR=0x09000000
57
58# Hardware management of the Access flag and dirty state (HAFDBS).
59options 	ARMV81_HAFDBS
60
61# Privileged Access Never (PAN).
62options 	ARMV81_PAN
63
64# Pointer Authentication (PAC).
65#makeoptions 	ARMV83_PAC=1
66#options 	ARMV83_PAC
67
68# Branch Target Identification (BTI).
69#makeoptions 	ARMV85_BTI=1
70#options 	ARMV85_BTI
71
72# Kernel Undefined Behavior Sanitizer (kUBSan). Use UBSAN_ALWAYS_FATAL
73# if you want panics instead of warnings.
74#options 	KUBSAN			# mandatory
75#options 	UBSAN_ALWAYS_FATAL	# optional
76
77# Kernel Address Sanitizer (kASan). The quarantine is optional and can
78# help KASAN find more use-after-frees. Use KASAN_PANIC if you want panics
79# instead of warnings.
80#makeoptions 	KASAN=1		# mandatory
81#options 	KASAN		# mandatory
82#options 	POOL_QUARANTINE	# optional
83#options 	KASAN_PANIC	# optional
84
85# These options enable verbose messages for several subsystems.
86# Warning, these may compile large string tables into the kernel!
87#options 	ACPIVERBOSE	# verbose ACPI configuration messages
88#options 	MIIVERBOSE	# verbose PHY autoconfig messages
89#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
90#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
91#options 	SCSIVERBOSE	# human readable SCSI error messages
92#options 	USBVERBOSE	# verbose USB device autoconfig messages
93
94makeoptions	DEBUG="-g"	# compile full symbol table
95makeoptions	COPY_SYMTAB=1
96
97config		netbsd		root on ? type ?
98
99#options 	COMPAT_NETBSD32	# already defined in GENERIC.common (there
100options 	EXEC_ELF32	# for a.out, but here we need it for elf32)
101
102#options 	COMPAT_LINUX	# binary compatibility with Linux
103#options 	COMPAT_LINUX32	# binary compatibility with Linux 32-bit
104#options 	COMPAT_50	# COMPAT_LINUX depends on
105#options 	COMPAT_OSSAUDIO # binary compatibility with Linux
106
107# EFI runtime support
108options 	EFI_RUNTIME
109pseudo-device	efi		# /dev/efi
110
111# Device tree support
112armfdt0 	at root
113simplebus*	at fdt? pass 0
114
115# ACPI support
116acpifdt*	at fdt? pass 1
117acpi*		at acpifdt?
118acpiacad*	at acpi?
119acpibat*	at acpi?
120acpibut*	at acpi?
121acpicppc*	at acpi?
122acpipcd*	at acpi?
123acpipcc*	at acpi?
124acpifan*	at acpi?
125acpiged*	at acpi?
126acpilid*	at acpi?
127acpitz* 	at acpi?
128
129# CPUs
130cpus*		at fdt? pass 0
131cpu*		at fdt? pass 0
132cpu*		at acpi?
133
134vmt*		at fdt?			# VMware Tools
135
136# Performance monitors
137armpmu* 	at fdt?
138pseudo-device	tprof
139
140# CPU frequency scaling
141cpufreqdt*	at cpu?
142
143# Power State Coordination Interface (PSCI)
144psci*		at fdt? pass 0
145
146fclock* 	at fdt? pass 1
147ffclock*	at fdt? pass 1
148fregulator*	at fdt? pass 4
149gregulator*	at fdt? pass 4
150pregulator*	at fdt? pass 4
151gpiokeys*	at fdt?
152wskbd*		at gpiokeys? console ? mux 1
153gpioleds*	at fdt?
154
155# System Controller
156syscon* 	at fdt? pass 1		# Generic System Controller
157sunxisramc*	at fdt? pass 1		# Allwinner System Control
158
159# Timer
160gtmr*		at fdt? pass 2		# ARM Generic Timer
161gtmr*		at acpi?
162armgtmr0	at gtmr?
163tegratimer*	at fdt?			# Timers
164
165# Watchdog
166applewdog*	at fdt?			# Apple watchdog
167bcmpmwdog*	at fdt?			# Broadcom BCM283x watchdog
168dwcwdt* 	at fdt?			# DesignWare watchdog
169dwcwdt*		at acpi?
170mesongxwdt*	at fdt?			# Amlogic Meson GX watchdog
171sbsawdt*	at acpi?		# ARM SBSA-compliant watchdog
172sunxiwdt*	at fdt?			# Allwinner watchdog
173
174# Interrupt controller
175appleintc*	at fdt? pass 1		# Apple AIC
176bcmicu* 	at fdt? pass 1		# Broadcom BCM283x ICU
177tegralic*	at fdt? pass 1		# NVIDIA Tegra LIC
178gic*		at fdt? pass 1		# ARM GICv2
179gic*		at acpi?
180armgic0 	at gic?
181gicvthree*	at fdt? pass 1		# ARM GICv3
182gicvthree*	at acpi?
183imx7gpc*	at fdt? pass 2		# IMX GPCv2
184sunxinmi*	at fdt? pass 2		# Allwinner NMI / R_INTC
185
186# IOMMU
187appledart*	at fdt? pass 3		# Apple DART
188
189# Memory controller
190tegramc*	at fdt?	pass 4		# NVIDIA Tegra MC
191
192# Firmware devices
193applesmc*	at fdt? pass 3		# Apple RTKIT based SMC
194bcmmbox*	at fdt?			# Broadcom VideoCore IV mailbox
195bcmmbox*	at acpi?
196vcmbox* 	at bcmmbox?
197qemufwcfg*	at fdt?			# QEMU Firmware Configuration device
198qemufwcfg*	at acpi?
199
200# DMA controller
201bcmdmac*	at fdt?			# Broadcom BCM283x DMA controller
202sun6idma*	at fdt?	pass 4		# Allwinner DMA controller (sun6i)
203tegraapbdma*	at fdt? pass 4		# NVIDIA Tegra APB DMA
204
205# FUSE controller
206sunxisid*	at fdt? pass 4		# Allwinner SID
207tegrafuse*	at fdt? pass 4		# NVIDIA Tegra FUSE
208
209# Power management controller
210tegrapmc*	at fdt? pass 4		# NVIDIA Tegra PMC
211
212# Mailbox controller
213applembox*	at fdt? pass 2		# Apple Mailbox
214
215# Clock and Reset controller
216bcmcprman*	at fdt? pass 1		# Broadcom BCM283x Clock Manager
217bcmaux* 	at fdt? pass 1		# Broadcom BCM283x Aux Periph Clocks
218g12aoclkc*	at fdt? pass 2		# Amlogic Meson G12 AO clock controller
219g12clkc*	at fdt? pass 2		# Amlogic Meson G12 EE clock controller
220gxbbaoclkc*	at fdt? pass 2		# Amlogic Meson GXBB AO clock controller
221gxbbclkc*	at fdt? pass 2		# Amlogic Meson GXBB/GXL EE clock controller
222imx8mqccm*	at fdt? pass 2		# NXP iMX8MQ CCM
223mesonresets*	at fdt? pass 2		# Amlogic Meson misc. clock resets
224rkcru*		at fdt? pass 2		# Rockchip RK3328 CRU
225sun8ih3ccu*	at fdt? pass 2		# Allwinner H3/H5 CCU
226sun8ih3rccu*	at fdt? pass 2		# Allwinner H3/H5 CCU (PRCM)
227sun50ia64ccu*	at fdt? pass 2		# Allwinner A64 CCU
228sun50ia64rccu*	at fdt? pass 2		# Allwinner A64 CCU (PRCM)
229sun50ih6ccu*	at fdt? pass 2		# Allwinner H6 CCU
230sun50ih6rccu*	at fdt? pass 2		# Allwinner H6 CCU (PRCM)
231sunxide2ccu*	at fdt? pass 3		# Allwinner DE2 clock controller
232sunxiresets*	at fdt? pass 1		# Allwinner misc. resets
233sunxigates*	at fdt? pass 1		# Allwinner misc. gates
234sunxigmacclk*	at fdt? pass 2		# Allwinner GMAC MII/RGMII clock mux
235tegra210car*	at fdt? pass 3		# NVIDIA Tegra CAR (T210)
236
237# GPIO controller
238applepinctrl*	at fdt?			# Apple GPIO
239bcmgpio*	at fdt? pass 3		# Broadcom BCM283x GPIO
240imxgpio*	at fdt? pass 3		# IMX GPIO
241mesonpinctrl*	at fdt? pass 2		# Amlogic Meson GPIO
242plgpio* 	at fdt?			# ARM PrimeCell PL061 GPIO
243plgpio* 	at acpi?
244sunxigpio*	at fdt? pass 3		# Allwinner GPIO
245tegragpio*	at fdt? pass 2		# NVIDIA Tegra GPIO
246rkgpio* 	at rkiomux?		# Rockchip GPIO
247gpio*		at gpiobus?
248
249# PWM controller
250mesonpwm*	at fdt? pass 3		# Amlogic PWM
251rkpwm*		at fdt? pass 3		# Rockchip PWM
252sunxipwm*	at fdt? pass 3		# Allwinner PWM
253
254# MPIO / Pinmux
255imxiomux*	at fdt? pass 2		# IMX IOMUX
256rkiomux*	at fdt?	pass 3		# Rockchip IOMUX
257tegrapinmux*	at fdt?			# NVIDIA Tegra MPIO
258
259# XUSB PADCTL
260tegra210xpad*	at fdt?			# NVIDIA Tegra XUSB PADCTL (T210)
261tegra210xphy*	at tegra210xpad?
262
263# PCIE
264applepcie*	at fdt?			# Apple PCIe
265pcihost*	at fdt?			# Generic PCI host controller
266acpipchb*	at acpi?		# ACPI PCIe host bridge
267rkpcie* 	at fdt?			# Rockchip AXI PCIE
268rkpciephy*	at fdt? pass 9		# Rockchip AXI PCIE PHY
269tegrapcie0	at fdt?			# NVIDIA Tegra PCIE
270pci*		at pcibus?
271ppb*		at pci? dev ? function ?
272pci*		at ppb?
273
274# Ethernet
275awge*		at fdt?				# DesignWare Gigabit Ethernet
276emac*		at fdt?				# Allwinner Gigabit Ethernet (EMAC)
277enet*		at fdt?				# IMX FEC
278eqos*		at acpi?			# DesignWare Ethernet QoS
279eqos*		at fdt?
280genet*		at acpi?			# Broadcom GENET v5
281genet*		at fdt?
282#scx*		at acpi?			# Socionext Gigabit Ethernet
283#scx*		at fdt?
284aq*		at pci? dev ? function ?	# Aquantia AQC 10 gigabit
285bge*		at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
286ena*		at pci? dev ? function ?	# Amazon.com Elastic Network Adapter
287igc*		at pci? dev ? function ?	# Intel 22x 2.5 gigabit
288ixg* 		at pci? dev ? function ?	# Intel 8259x 10 gigabit
289ixv* 		at pci? dev ? function ?	# Intel 8259x 10G virtual function
290mcx*		at pci? dev ? function ?	# Mellanox 5th generation Ethernet
291mskc*		at pci? dev ? function ?	# Marvell Yukon 2 Gigabit Ethernet
292msk*		at mskc?
293re*		at pci? dev ? function ?	# Realtek RTL8111GS
294rge*		at pci? dev ? function ?	# Realtek 8125
295vmx*		at pci? dev ? function ?	# VMware VMXNET3
296wm*		at pci? dev ? function ?	# Intel Gigabit Ethernet
297
298# MII/PHY support
299atphy*		at mii? phy ?		# Attansic/Atheros PHYs
300brgphy* 	at mii? phy ?		# Broadcom BCM5400-family PHYs
301exphy* 		at mii? phy ?		# 3Com internal PHYs
302gentbi* 	at mii? phy ?		# Generic Ten-Bit 1000BASE-[CLS]X PHYs
303glxtphy*	at mii? phy ?		# Level One LXT-1000 PHYs
304gphyter* 	at mii? phy ?		# NS83861 Gig-E PHY
305gxlphy* 	at mii? phy ?		# Amlogic Meson GX internal PHY
306icsphy* 	at mii? phy ?		# Integrated Circuit Systems ICS189x
307igphy*		at mii? phy ?		# Intel IGP01E1000
308ihphy*		at mii? phy ?		# Intel 82577 PHYs
309ikphy*		at mii? phy ?		# Intel 82563 PHYs
310inphy*		at mii? phy ?		# Intel 82555 PHYs
311iophy*		at mii? phy ?		# Intel 82553 PHYs
312lxtphy* 	at mii? phy ?		# Level One LXT-970 PHYs
313makphy* 	at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
314mcommphy*	at mii? phy ?		# Motorcomm YT8511C/YT8511H PHYs
315nsphy*		at mii? phy ?		# NS83840 PHYs
316nsphyter*	at mii? phy ? 		# NS83843 PHYs
317pnaphy* 	at mii? phy ?		# generic HomePNA PHYs
318rdcphy* 	at mii? phy ?		# RDC R6040 10/100 PHY
319rgephy* 	at mii? phy ?		# Realtek 8169S/8110S internal PHYs
320rlphy*		at mii? phy ?		# Realtek 8139/8201L PHYs
321smscphy*	at mii? phy ?		# SMSC LAN87xx PHYs
322sqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
323tlphy*		at mii? phy ?		# ThunderLAN PHYs
324tqphy*		at mii? phy ?		# TDK Semiconductor PHYs
325urlphy* 	at mii? phy ?		# Realtek RTL8150L internal PHYs
326ukphy*		at mii? phy ?		# generic unknown PHYs
327
328# Mini-PCIe Wireless
329#options 	ATHHAL_AR5212,ATHHAL_RF2425	# AR5BHB63
330#ath*		at pci? dev ? function ?	# Atheros IEEE 802.11
331#athn*		at pci? dev ? function ?	# Atheros IEEE 802.11
332
333# UART
334com*		at fdt?	pass 4			# UART
335com*		at acpi?
336exuart*		at fdt? pass 4			# SSCOM UART
337imxuart*	at fdt? pass 4			# IMX UART
338options 	IMXUARTCONSOLE
339mesonuart*	at fdt? pass 4			# Amlogic Meson UART
340plcom*		at fdt?	pass 4			# ARM PL011 UART
341plcom*		at acpi?
342puc*		at pci? dev ? function ?	# PCI "universal" comm. cards
343com*		at puc? port ?
344
345# I2C controllers
346options 	I2C_MAX_ADDR=0xfff
347appleiic*	at fdt?			# Apple I2C
348bsciic* 	at fdt?			# Broadcom BCM283x Serial Control
349bsciic* 	at acpi?
350dwiic*		at fdt?			# Designware I2C
351dwiic*		at acpi?
352imxi2c* 	at fdt? pass 4		# IMX I2C
353nxpiic* 	at acpi?		# NXP Layerscape I2C
354rkiic*		at fdt? pass 4		# Rockchip I2C
355sunxirsb*	at fdt?	pass 4		# Allwinner RSB
356sunxitwi*	at fdt?			# Allwinner TWI
357tegrai2c*	at fdt? pass 4		# NVIDIA Tegra I2C
358#sniiic*	at fdt?			# Socionext SC2A11 I2C
359#sniiic*	at acpi?
360iicmux* 	at fdt? pass 5		# I2C mux virtual controllers
361iic*		at i2cbus?
362
363# I2C devices
364titemp* 	at iic?
365seeprom*	at iic?
366spdmem* 	at iic?			# memory module SPD EEPROM decoder
367as3722pmic*	at iic?
368as3722reg*	at as3722pmic?
369axppmic*	at iic?			# X-Powers AXP Power Management IC
370axpreg* 	at axppmic?
371cwfg*		at iic?			# CellWise CW2015 Fuel Gauge IC
372dsrtc*		at iic?			# Dallas Semiconductor RTCs
373es8316ac*	at iic?			# Everest Semi ES8316 Audio CODEC
374fan53555reg*	at iic?			# FAN53555 / SY82x regulator
375max77620pmic*	at iic?
376pcaiicmux*	at iic?			# PCA954x / PCA984x I2C switch / mux
377pcf8563rtc*	at iic?			# PCF8563 RTC
378rkpmic* 	at iic?			# Rockchip Power Management IC
379rkreg*		at rkpmic?
380tcagpio*	at iic?
381
382# Power Domain controllers
383applepmgr* 	at fdt? pass 0
384
385# Random number generators and security devices
386amdccp* 	at fdt?			# AMD Cryptograhic Coprocessor RNG
387amdccp* 	at acpi?
388bcmrng* 	at fdt?			# Broadcom BCM283x RNG
389mesonrng*	at fdt?			# Amlogic Meson RNG
390rkv1crypto* 	at fdt?			# Rockchip Crypto v1
391sun8icrypto* 	at fdt?			# Allwinner Crypto Engine
392tpm*		at acpi?		# Trusted Platform Module
393
394# RTC
395plrtc*		at fdt?			# ARM PrimeCell RTC
396sunxirtc*	at fdt? pass 4		# Allwinner RTC
397tegrartc*	at fdt?			# NVIDIA Tegra RTC
398
399# SDMMC
400bcmsdhost*	at fdt?			# Broadcom BCM283x SD Host Interface
401dwcmmc*		at acpi?		# DesignWare SD/MMC
402dwcmmc* 	at fdt?
403mesongxmmc*	at fdt?			# Amlogic Meson GX eMMC/SD/SDIO controller
404mmcpwrseq*	at fdt? pass 5		# Simple MMC power sequence provider
405rkemmcphy*	at fdt?			# Rockchip eMMC PHY
406sdhc*		at fdt?			# SD Host Controller Interface
407sdhc*		at acpi?
408sunximmc*	at fdt?			# Allwinner SD/MMC
409#sniemmc*	at fdt?			# Socionext SC2A11 eMMC
410#sniemmc*	at acpi?
411sdmmc*		at sdmmcbus?
412ld0		at sdmmc0
413ld1		at sdmmc1
414ld2		at sdmmc2
415ld3		at sdmmc3
416ld*		at sdmmc?
417bwfm*		at sdmmc?		# Broadcom BCM43xxx WiFi Interface
418
419# SATA
420ahcisata*	at fdt?			# AHCI SATA
421ahcisata*	at acpi?
422ahcisata*	at pci? dev ? function ?
423siisata*	at pci? dev ? function ?
424atabus* 	at ata?
425atapibus*	at atapi?
426wd*		at atabus? drive ?
427cd*		at atapibus? drive ?
428
429# NVMe
430nvme*		at fdt?			# Apple M1
431nvme*		at pci? dev ? function ?
432ld*		at nvme? nsid ?
433
434# SPI controllers
435bcmspi* 	at fdt?			# Broadcom BCM283x SPI
436rkspi*		at fdt?			# Rockchip SPI
437sun6ispi*	at fdt?			# Allwinner SPI
438spi*		at spibus?
439m25p*		at spi?
440spiflash*	at spiflashbus?
441
442# Broadcom VCHIQ, etc
443vchiq*		at fdt?
444vchiq*		at acpi?
445vcaudio0 	at vchiq?
446
447# Audio support
448hdaudio*	at fdt?			# Intel HDA
449hdaudio*	at pci? dev ? function ?
450hdafg*		at hdaudiobus?
451options 	HDAUDIOVERBOSE
452ausoc*		at fdt?			# Simple SoC audio card
453simpleamp*	at fdt?			# Simple amplifier
454spdiftx*	at fdt?			# SPDIF transmitter
455rki2s*		at fdt?			# Rockchip I2S/PCM
456sunxicodec*	at fdt?			# Allwinner audio codec
457sun8icodec*	at fdt?			# Allwinner audio codec (sun8i/sun50i)
458h3codec*	at fdt?			# Allwinner H3 audio codec (analog part)
459a64acodec*	at fdt?			# Allwinner A64 audio codec (analog part)
460sunxii2s*	at fdt?			# Allwinner I2S/PCM
461audio*		at audiobus?
462
463spkr*		at audio?		# PC speaker (synthesized)
464
465# HDMI CEC
466tegracec0	at fdt?			# NVIDIA Tegra HDMI CEC
467hdmicec*	at hdmicecbus?
468
469# Display
470anxdp*		at fdt?			# Analogix-based (e)DP
471anxedp* 	at iic?			# Analogix eDP TX
472dispcon*	at fdt?			# Display connector devices
473panel*		at fdt?			# Display panels
474dwhdmi* 	at fdt?			# Designware HDMI TX
475rkdrm*		at fdt? pass 5		# Rockchip DRM master
476rkfb*		at rkdrm?		# Rockchip DRM framebuffer
477rkvop*		at fdt?			# Rockchip Visual Output Processor
478sunxide2bus*	at fdt? pass 4		# Allwinner DE2 bus
479sunxidrm*	at fdt?	pass 5		# Allwinner Display Pipeline
480sunxifb*	at sunxidrm?		# Allwinner DRM framebuffer
481sunxihdmiphy*	at fdt? pass 9		# Allwinner HDMI TX PHY
482sunxilcdc*	at fdt?			# Allwinner DE2 timing controller
483sunximixer*	at fdt?			# Allwinner DE2 mixer
484#tegradrm*	at fdt?			# NVIDIA Tegra Display
485#tegrafb*	at tegrafbbus?
486genfb*		at fdt?			# Simple Framebuffer
487wsdisplay*	at wsemuldisplaydev?
488options 	VCONS_DRAW_INTR
489options 	WSEMUL_VT100
490options 	WSDISPLAY_CUSTOM_OUTPUT
491options 	WS_DEFAULT_FG=WSCOL_WHITE
492options 	WS_DEFAULT_BG=WSCOL_BLACK
493options 	WS_KERNEL_FG=WSCOL_GREEN
494options 	WS_KERNEL_BG=WSCOL_BLACK
495options 	WSDISPLAY_COMPAT_PCVT
496options 	WSDISPLAY_COMPAT_SYSCONS
497options 	WSDISPLAY_COMPAT_USL
498options 	WSDISPLAY_COMPAT_RAWKBD
499options 	WSDISPLAY_DEFAULTSCREENS=4
500options 	WSDISPLAY_MULTICONS
501options 	WSDISPLAY_SCROLLSUPPORT
502pseudo-device	wsmux
503pseudo-device	wsfont
504options 	FONT_BOLD8x16
505options 	FONT_BOLD16x32
506
507# GPU
508#nouveau*	at fdt?			# NVIDIA GPU
509#nouveau*	at pci? dev ? function ?
510#nouveaufb*	at nouveaufbbus?
511radeon* 	at pci? dev ? function ? # AMD Radeon
512radeondrmkmsfb*	at radeonfbbus?
513
514# Backlight
515pwmbacklight*	at fdt?			# PWM Backlight controls
516
517# Fan
518pwmfan* 	at fdt?			# PWM Fan controls
519
520# Thermal throttling controller
521mesonthermal*	at fdt?			# Amlogic thermal sensor controller
522sunxithermal*	at fdt?			# Allwinner thermal sensor controller
523tegrasoctherm*	at fdt?			# NVIDIA Tegra SOC_THERM
524rktsadc*	at fdt?			# RockChip TSASC
525
526# USB
527imx8mqusbphy*	at fdt? pass 9		# IMX USB PHY
528mesonusbctrl*	at fdt?			# Amlogic Meson USB-Glue (dwc2 and dwc3)
529mesonusbphy*	at fdt? pass 9		# Amlogic Meson USB2 PHY
530mesong12u2phy*	at fdt? pass 9		# Amlogic Meson G12 USB2 PHY
531mesong12u3pphy*	at fdt? pass 9		# Amlogic Meson G12 USB3/PCIe PHY
532mesongxlu2phy*	at fdt? pass 9		# Amlogic Meson GXL USB2 PHY
533mesongxlu3phy*	at fdt? pass 9		# Amlogic Meson GXL USB3 PHY
534rkusb*		at fdt? pass 9		# Rockchip USB PHY
535rkusbphy*	at rkusb?
536sunxiusbphy*	at fdt? pass 9		# Allwinner USB PHY
537sunxiusb3phy*	at fdt? pass 9		# Allwinner USB3 PHY
538tegrausbphy*	at fdt?			# NVIDIA Tegra USB PHY
539dwctwo* 	at fdt?			# Designware USB DRD
540ehci*		at fdt?			# EHCI
541ehci*		at pci?			# EHCI
542ehci*		at acpi?		# EHCI
543motg*		at fdt?			# Mentor Graphics USB OTG
544ohci*		at fdt?			# OHCI
545ohci*		at pci?			# OHCI
546ohci*		at acpi?		# OHCI
547xhci*		at fdt?			# XHCI
548xhci*		at pci?			# XHCI
549xhci*		at acpi?		# XHCI
550usb*		at usbus?
551
552include "dev/usb/usbdevices.config"
553midi*		at midibus?
554pseudo-device	sequencer			# MIDI sequencer
555
556# Virtio devices
557virtio* 	at fdt?			# Virtio MMIO device
558virtio* 	at acpi?
559virtio* 	at pci? dev ? function ?
560#viomb*		at virtio?		# Virtio memory balloon device
561ld*		at virtio?		# Virtio disk device
562vioif*		at virtio?		# Virtio network device
563viornd* 	at virtio?		# Virtio entropy device
564vioscsi*	at virtio?		# Virtio SCSI device
565
566# SCSI controllers
567mpt*		at pci? dev ? function ?
568
569# SCSI bus support
570scsibus*	at scsi?
571sd*		at scsibus? target ? lun ?	# SCSI disk drives
572
573# Pull in optional local configuration - always at end
574cinclude	"arch/evbarm/conf/GENERIC64.local"
575