GENERIC64 revision 1.215
1#
2#	$NetBSD: GENERIC64,v 1.215 2024/05/09 12:09:59 pho 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
134vmt0		at cpu0			# 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
289ixl* 		at pci? dev ? function ?	# Intel Ethernet 700 series
290ixv* 		at pci? dev ? function ?	# Intel 8259x 10G virtual function
291mcx*		at pci? dev ? function ?	# Mellanox 5th generation Ethernet
292mskc*		at pci? dev ? function ?	# Marvell Yukon 2 Gigabit Ethernet
293msk*		at mskc?
294re*		at pci? dev ? function ?	# Realtek RTL8111GS
295rge*		at pci? dev ? function ?	# Realtek 8125
296vmx*		at pci? dev ? function ?	# VMware VMXNET3
297wm*		at pci? dev ? function ?	# Intel Gigabit Ethernet
298
299# MII/PHY support
300atphy*		at mii? phy ?		# Attansic/Atheros PHYs
301brgphy* 	at mii? phy ?		# Broadcom BCM5400-family PHYs
302exphy* 		at mii? phy ?		# 3Com internal PHYs
303gentbi* 	at mii? phy ?		# Generic Ten-Bit 1000BASE-[CLS]X PHYs
304glxtphy*	at mii? phy ?		# Level One LXT-1000 PHYs
305gphyter* 	at mii? phy ?		# NS83861 Gig-E PHY
306gxlphy* 	at mii? phy ?		# Amlogic Meson GX internal PHY
307icsphy* 	at mii? phy ?		# Integrated Circuit Systems ICS189x
308igphy*		at mii? phy ?		# Intel IGP01E1000
309ihphy*		at mii? phy ?		# Intel 82577 PHYs
310ikphy*		at mii? phy ?		# Intel 82563 PHYs
311inphy*		at mii? phy ?		# Intel 82555 PHYs
312iophy*		at mii? phy ?		# Intel 82553 PHYs
313lxtphy* 	at mii? phy ?		# Level One LXT-970 PHYs
314makphy* 	at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
315mcommphy*	at mii? phy ?		# Motorcomm YT8511C/YT8511H PHYs
316nsphy*		at mii? phy ?		# NS83840 PHYs
317nsphyter*	at mii? phy ? 		# NS83843 PHYs
318pnaphy* 	at mii? phy ?		# generic HomePNA PHYs
319rdcphy* 	at mii? phy ?		# RDC R6040 10/100 PHY
320rgephy* 	at mii? phy ?		# Realtek 8169S/8110S internal PHYs
321rlphy*		at mii? phy ?		# Realtek 8139/8201L PHYs
322smscphy*	at mii? phy ?		# SMSC LAN87xx PHYs
323sqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
324tlphy*		at mii? phy ?		# ThunderLAN PHYs
325tqphy*		at mii? phy ?		# TDK Semiconductor PHYs
326urlphy* 	at mii? phy ?		# Realtek RTL8150L internal PHYs
327ukphy*		at mii? phy ?		# generic unknown PHYs
328
329# Mini-PCIe Wireless
330#options 	ATHHAL_AR5212,ATHHAL_RF2425	# AR5BHB63
331#ath*		at pci? dev ? function ?	# Atheros IEEE 802.11
332#athn*		at pci? dev ? function ?	# Atheros IEEE 802.11
333
334# UART
335com*		at fdt?	pass 4			# UART
336com*		at acpi?
337exuart*		at fdt? pass 4			# SSCOM UART
338imxuart*	at fdt? pass 4			# IMX UART
339options 	IMXUARTCONSOLE
340mesonuart*	at fdt? pass 4			# Amlogic Meson UART
341plcom*		at fdt?	pass 4			# ARM PL011 UART
342plcom*		at acpi?
343puc*		at pci? dev ? function ?	# PCI "universal" comm. cards
344com*		at puc? port ?
345
346# I2C controllers
347options 	I2C_MAX_ADDR=0xfff
348appleiic*	at fdt?			# Apple I2C
349bsciic* 	at fdt?			# Broadcom BCM283x Serial Control
350bsciic* 	at acpi?
351dwiic*		at fdt?			# Designware I2C
352dwiic*		at acpi?
353imxi2c* 	at fdt? pass 4		# IMX I2C
354nxpiic* 	at acpi?		# NXP Layerscape I2C
355rkiic*		at fdt? pass 4		# Rockchip I2C
356sunxirsb*	at fdt?	pass 4		# Allwinner RSB
357sunxitwi*	at fdt?			# Allwinner TWI
358tegrai2c*	at fdt? pass 4		# NVIDIA Tegra I2C
359#sniiic*	at fdt?			# Socionext SC2A11 I2C
360#sniiic*	at acpi?
361iicmux* 	at fdt? pass 5		# I2C mux virtual controllers
362iic*		at i2cbus?
363
364# I2C devices
365titemp* 	at iic?
366seeprom*	at iic?
367spdmem* 	at iic?			# memory module SPD EEPROM decoder
368as3722pmic*	at iic?
369as3722reg*	at as3722pmic?
370axppmic*	at iic?			# X-Powers AXP Power Management IC
371axpreg* 	at axppmic?
372cwfg*		at iic?			# CellWise CW2015 Fuel Gauge IC
373dsrtc*		at iic?			# Dallas Semiconductor RTCs
374es8316ac*	at iic?			# Everest Semi ES8316 Audio CODEC
375fan53555reg*	at iic?			# FAN53555 / SY82x regulator
376max77620pmic*	at iic?
377pcaiicmux*	at iic?			# PCA954x / PCA984x I2C switch / mux
378pcf8563rtc*	at iic?			# PCF8563 RTC
379rkpmic* 	at iic?			# Rockchip Power Management IC
380rkreg*		at rkpmic?
381tcagpio*	at iic?
382
383# Power Domain controllers
384applepmgr* 	at fdt? pass 0
385
386# Random number generators and security devices
387amdccp* 	at fdt?			# AMD Cryptograhic Coprocessor RNG
388amdccp* 	at acpi?
389bcmrng* 	at fdt?			# Broadcom BCM283x RNG
390mesonrng*	at fdt?			# Amlogic Meson RNG
391rkv1crypto* 	at fdt?			# Rockchip Crypto v1
392sun8icrypto* 	at fdt?			# Allwinner Crypto Engine
393tpm*		at acpi?		# Trusted Platform Module
394
395# RTC
396plrtc*		at fdt?			# ARM PrimeCell RTC
397sunxirtc*	at fdt? pass 4		# Allwinner RTC
398tegrartc*	at fdt?			# NVIDIA Tegra RTC
399
400# SDMMC
401bcmsdhost*	at fdt?			# Broadcom BCM283x SD Host Interface
402dwcmmc*		at acpi?		# DesignWare SD/MMC
403dwcmmc* 	at fdt?
404mesongxmmc*	at fdt?			# Amlogic Meson GX eMMC/SD/SDIO controller
405mmcpwrseq*	at fdt? pass 5		# Simple MMC power sequence provider
406rkemmcphy*	at fdt?			# Rockchip eMMC PHY
407sdhc*		at fdt?			# SD Host Controller Interface
408sdhc*		at acpi?
409sunximmc*	at fdt?			# Allwinner SD/MMC
410#sniemmc*	at fdt?			# Socionext SC2A11 eMMC
411#sniemmc*	at acpi?
412sdmmc*		at sdmmcbus?
413ld0		at sdmmc0
414ld1		at sdmmc1
415ld2		at sdmmc2
416ld3		at sdmmc3
417ld*		at sdmmc?
418bwfm*		at sdmmc?		# Broadcom BCM43xxx WiFi Interface
419
420# SATA
421ahcisata*	at fdt?			# AHCI SATA
422ahcisata*	at acpi?
423ahcisata*	at pci? dev ? function ?
424siisata*	at pci? dev ? function ?
425atabus* 	at ata?
426atapibus*	at atapi?
427wd*		at atabus? drive ?
428cd*		at atapibus? drive ?
429
430# NVMe
431nvme*		at fdt?			# Apple M1
432nvme*		at pci? dev ? function ?
433ld*		at nvme? nsid ?
434
435# SPI controllers
436bcmspi* 	at fdt?			# Broadcom BCM283x SPI
437rkspi*		at fdt?			# Rockchip SPI
438sun6ispi*	at fdt?			# Allwinner SPI
439spi*		at spibus?
440m25p*		at spi?
441spiflash*	at spiflashbus?
442
443# Broadcom VCHIQ, etc
444vchiq*		at fdt?
445vchiq*		at acpi?
446vcaudio0 	at vchiq?
447
448# Audio support
449hdaudio*	at fdt?			# Intel HDA
450hdaudio*	at pci? dev ? function ?
451hdafg*		at hdaudiobus?
452options 	HDAUDIOVERBOSE
453ausoc*		at fdt?			# Simple SoC audio card
454simpleamp*	at fdt?			# Simple amplifier
455spdiftx*	at fdt?			# SPDIF transmitter
456rki2s*		at fdt?			# Rockchip I2S/PCM
457sunxicodec*	at fdt?			# Allwinner audio codec
458sun8icodec*	at fdt?			# Allwinner audio codec (sun8i/sun50i)
459h3codec*	at fdt?			# Allwinner H3 audio codec (analog part)
460a64acodec*	at fdt?			# Allwinner A64 audio codec (analog part)
461sunxii2s*	at fdt?			# Allwinner I2S/PCM
462audio*		at audiobus?
463
464spkr*		at audio?		# PC speaker (synthesized)
465
466# HDMI CEC
467tegracec0	at fdt?			# NVIDIA Tegra HDMI CEC
468hdmicec*	at hdmicecbus?
469
470# Display
471anxdp*		at fdt?			# Analogix-based (e)DP
472anxedp* 	at iic?			# Analogix eDP TX
473dispcon*	at fdt?			# Display connector devices
474panel*		at fdt?			# Display panels
475dwhdmi* 	at fdt?			# Designware HDMI TX
476rkdrm*		at fdt? pass 5		# Rockchip DRM master
477rkfb*		at rkdrm?		# Rockchip DRM framebuffer
478rkvop*		at fdt?			# Rockchip Visual Output Processor
479sunxide2bus*	at fdt? pass 4		# Allwinner DE2 bus
480sunxidrm*	at fdt?	pass 5		# Allwinner Display Pipeline
481sunxifb*	at sunxidrm?		# Allwinner DRM framebuffer
482sunxihdmiphy*	at fdt? pass 9		# Allwinner HDMI TX PHY
483sunxilcdc*	at fdt?			# Allwinner DE2 timing controller
484sunximixer*	at fdt?			# Allwinner DE2 mixer
485#tegradrm*	at fdt?			# NVIDIA Tegra Display
486#tegrafb*	at tegrafbbus?
487genfb*		at fdt?			# Simple Framebuffer
488wsdisplay*	at wsemuldisplaydev?
489options 	VCONS_DRAW_INTR
490options 	WSEMUL_VT100
491options 	WSDISPLAY_CUSTOM_OUTPUT
492options 	WS_DEFAULT_FG=WSCOL_WHITE
493options 	WS_DEFAULT_BG=WSCOL_BLACK
494options 	WS_KERNEL_FG=WSCOL_GREEN
495options 	WS_KERNEL_BG=WSCOL_BLACK
496options 	WSDISPLAY_COMPAT_PCVT
497options 	WSDISPLAY_COMPAT_SYSCONS
498options 	WSDISPLAY_COMPAT_USL
499options 	WSDISPLAY_COMPAT_RAWKBD
500options 	WSDISPLAY_DEFAULTSCREENS=4
501options 	WSDISPLAY_MULTICONS
502options 	WSDISPLAY_SCROLLSUPPORT
503pseudo-device	wsmux
504pseudo-device	wsfont
505options 	FONT_BOLD8x16
506options 	FONT_BOLD16x32
507
508# GPU
509#nouveau*	at fdt?			# NVIDIA GPU
510#nouveau*	at pci? dev ? function ?
511#nouveaufb*	at nouveaufbbus?
512radeon* 	at pci? dev ? function ? # AMD Radeon
513radeondrmkmsfb*	at radeonfbbus?
514
515# Backlight
516pwmbacklight*	at fdt?			# PWM Backlight controls
517
518# Fan
519pwmfan* 	at fdt?			# PWM Fan controls
520
521# Thermal throttling controller
522mesonthermal*	at fdt?			# Amlogic thermal sensor controller
523sunxithermal*	at fdt?			# Allwinner thermal sensor controller
524tegrasoctherm*	at fdt?			# NVIDIA Tegra SOC_THERM
525rktsadc*	at fdt?			# RockChip TSASC
526
527# USB
528imx8mqusbphy*	at fdt? pass 9		# IMX USB PHY
529mesonusbctrl*	at fdt?			# Amlogic Meson USB-Glue (dwc2 and dwc3)
530mesonusbphy*	at fdt? pass 9		# Amlogic Meson USB2 PHY
531mesong12u2phy*	at fdt? pass 9		# Amlogic Meson G12 USB2 PHY
532mesong12u3pphy*	at fdt? pass 9		# Amlogic Meson G12 USB3/PCIe PHY
533mesongxlu2phy*	at fdt? pass 9		# Amlogic Meson GXL USB2 PHY
534mesongxlu3phy*	at fdt? pass 9		# Amlogic Meson GXL USB3 PHY
535rkusb*		at fdt? pass 9		# Rockchip USB PHY
536rkusbphy*	at rkusb?
537sunxiusbphy*	at fdt? pass 9		# Allwinner USB PHY
538sunxiusb3phy*	at fdt? pass 9		# Allwinner USB3 PHY
539tegrausbphy*	at fdt?			# NVIDIA Tegra USB PHY
540dwctwo* 	at fdt?			# Designware USB DRD
541ehci*		at fdt?			# EHCI
542ehci*		at pci?			# EHCI
543ehci*		at acpi?		# EHCI
544motg*		at fdt?			# Mentor Graphics USB OTG
545ohci*		at fdt?			# OHCI
546ohci*		at pci?			# OHCI
547ohci*		at acpi?		# OHCI
548xhci*		at fdt?			# XHCI
549xhci*		at pci?			# XHCI
550xhci*		at acpi?		# XHCI
551usb*		at usbus?
552
553include "dev/usb/usbdevices.config"
554midi*		at midibus?
555pseudo-device	sequencer			# MIDI sequencer
556
557# Virtio devices
558virtio* 	at fdt?			# Virtio MMIO device
559virtio* 	at acpi?
560virtio* 	at pci? dev ? function ?
561#viomb*		at virtio?		# Virtio memory balloon device
562ld*		at virtio?		# Virtio disk device
563vioif*		at virtio?		# Virtio network device
564viornd* 	at virtio?		# Virtio entropy device
565vioscsi*	at virtio?		# Virtio SCSI device
566
567# SCSI controllers
568mpt*		at pci? dev ? function ?
569
570# SCSI bus support
571scsibus*	at scsi?
572sd*		at scsibus? target ? lun ?	# SCSI disk drives
573
574# Pull in optional local configuration - always at end
575cinclude	"arch/evbarm/conf/GENERIC64.local"
576