GENERIC revision 1.112
1#
2#	$NetBSD: GENERIC,v 1.112 2022/10/29 13:59:57 jmcneill Exp $
3#
4#	GENERIC ARM (aarch32) kernel
5#
6
7include	"arch/evbarm/conf/std.generic"
8include "arch/evbarm/conf/files.generic"
9include	"arch/evbarm/conf/GENERIC.common"
10
11options 	CPU_CORTEX
12
13options 	SOC_AM33XX
14options 	SOC_BCM2836
15options 	SOC_EXYNOS5422
16options 	SOC_IMX6DL
17options 	SOC_IMX6Q
18options 	SOC_IMX6QDL
19options 	SOC_IMX7D
20options 	SOC_MESON8B
21options 	SOC_OMAP3
22options 	SOC_RK3288
23options 	SOC_SUN4I_A10
24options 	SOC_SUN5I_A13
25options 	SOC_SUN6I_A31
26options 	SOC_SUN7I_A20
27options 	SOC_SUN8I_A83T
28options 	SOC_SUN8I_H3
29options 	SOC_SUN8I_V3S
30options 	SOC_SUN9I_A80
31options 	SOC_TEGRA124
32options 	SOC_ZYNQ7000
33
34options 	MULTIPROCESSOR
35
36pseudo-device 	openfirm	# /dev/openfirm
37
38#options 	DIAGNOSTIC	# internal consistency checks
39#options 	DEBUG
40#options 	LOCKDEBUG
41#options 	UVMHIST		# kernhist for uvm/pmap subsystems
42#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
43
44options 	MSGBUFSIZE=32768
45
46#options 	VERBOSE_INIT_ARM # verbose bootstrapping messages
47
48# EARLYCONS is required for early init messages from VERBOSE_INIT_ARM.
49
50#options 	EARLYCONS=am33xx, CONSADDR=0x44e09000
51
52# RaspberryPIs
53#options 	EARLYCONS=bcm2835, CONSADDR=0x20201000
54#options 	EARLYCONS=bcm2836, CONSADDR=0x3f201000
55#options 	EARLYCONS=bcm2837, CONSADDR=0x3f215040
56
57#options 	EARLYCONS=cycv, CONSADDR=0xffc02000
58
59# ODROID-U3
60#options 	EARLYCONS=exynos, CONSADDR=0x13810000
61
62# ODROID-XU lite
63#options 	EARLYCONS=exynos, CONSADDR=0x12c20000
64
65#options 	EARLYCONS=imx, CONSADDR=0x02020000
66
67# PICO-PI-IMX7
68#options	EARLYCONS=imx, CONSADDR=0x30a70000 # serial4
69
70# ODROID-C1
71#options 	EARLYCONS=meson, CONSADDR=0xc81004c0
72
73#options 	EARLYCONS=omap3, CONSADDR=0x49020000
74#options 	EARLYCONS=rk3328, CONSADDR=0xff130000
75#options 	EARLYCONS=sunxi, CONSADDR=0x01c28000
76
77# TEGRA TK1
78#options 	EARLYCONS=tegra, CONSADDR=0x70006300
79
80#options 	EARLYCONS=vexpress, CONSADDR=0x1c090000
81#options 	EARLYCONS=virt, CONSADDR=0x09000000
82#options 	EARLYCONS=zynq, CONSADDR=0xe0001000
83#options 	EARLYCONS=rk3288, CONSADDR=0xff690000
84
85# Kernel Undefined Behavior Sanitizer (kUBSan). Use UBSAN_ALWAYS_FATAL
86# if you want panics instead of warnings.
87#options 	KUBSAN			# mandatory
88#options 	UBSAN_ALWAYS_FATAL	# optional
89
90# Kernel Address Sanitizer (kASan). The quarantine is optional and can
91# help KASAN find more use-after-frees. Use KASAN_PANIC if you want panics
92# instead of warnings.
93#makeoptions 	KASAN=1		# mandatory
94#options 	KASAN		# mandatory
95#options 	POOL_QUARANTINE	# optional
96#options 	KASAN_PANIC	# optional
97
98# These options enable verbose messages for several subsystems.
99# Warning, these may compile large string tables into the kernel!
100#options 	ACPIVERBOSE	# verbose ACPI configuration messages
101#options 	MIIVERBOSE	# verbose PHY autoconfig messages
102#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
103#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
104#options 	SCSIVERBOSE	# human readable SCSI error messages
105#options 	USBVERBOSE	# verbose USB device autoconfig messages
106
107makeoptions 	DEBUG="-g"	# compile full symbol table
108makeoptions 	COPY_SYMTAB=1
109
110config		netbsd		root on ? type ?
111
112# EFI runtime support
113options 	EFI_RUNTIME
114#pseudo-device	efi		# /dev/efi
115
116# Device tree support
117armfdt0		at root
118simplebus*	at fdt? pass 0
119
120# CPUs
121cpus*		at fdt? pass 0
122cpu*		at fdt? pass 0
123
124# CPU frequency scaling
125tegra124cpu* 	at cpu?
126cpufreqdt* 	at cpu?
127
128# Power State Coordination Interface (PSCI)
129psci* 		at fdt?
130
131# Clock and reset controllers
132am3prcm* 	at fdt? pass 1		# TI AM335x PRCM
133cycvclkmgr* 	at fdt? pass 1		# Cyclone V clock manager
134cycvrstmgr* 	at fdt? pass 0		# Cyclone V reset manager
135exy5410clk* 	at fdt? pass 3		# Exynos5410 clock controller
136exy5422clk* 	at fdt? pass 3		# Exynos5422 clock controller
137imx6ccm* 	at fdt? pass 1		# i.MX6 CCM
138imx7dccm* 	at fdt? pass 2		# i.MX7D CCM
139meson8bclkc* 	at fdt? pass 2		# Amlogic Meson8b clock controller
140mesonresets* 	at fdt? pass 2		# Amlogic Meson misc. clock resets
141omap3cm* 	at fdt? pass 1		# TI OMAP3 CM
142omap3prm* 	at fdt? pass 1		# TI OMAP3 PRM
143rkcru*		at fdt? pass 2		# Rockchip RK3288 CRU
144sun4ia10ccu* 	at fdt? pass 2		# Allwinner A10/A20 CCU
145sun5ia13ccu* 	at fdt? pass 2		# Allwinner A13 CCU
146sun6ia31ccu* 	at fdt? pass 2		# Allwinner A31 CCU
147sun8ia83tccu* 	at fdt? pass 2		# Allwinner A83T CCU
148sun8ih3ccu* 	at fdt? pass 2		# Allwinner H3 CCU
149sun8ih3rccu* 	at fdt? pass 2		# Allwinner H3 CCU (PRCM)
150sun8iv3sccu* 	at fdt? pass 2		# Allwinner V3s CCU
151sun9ia80ccu* 	at fdt? pass 2		# Allwinner A80 CCU
152sunxiresets* 	at fdt? pass 1		# Allwinner Misc. clock resets
153sunxigates* 	at fdt? pass 1		# Allwinner Misc. clock gates
154sunxigmacclk* 	at fdt? pass 2		# Allwinner GMAC MII/RGMII clock mux
155sun8iapbclk* 	at fdt? pass 2		# Allwinner A23 APB0
156sun9icpusclk* 	at fdt? pass 2		# Allwinner A80 CPUS
157sun9immcclk* 	at fdt? pass 2		# Allwinner A80 SD/MMC-COMM
158sun9iusbclk* 	at fdt? pass 2		# Allwinner A80 USB HCI
159tegra124car* 	at fdt? pass 3		# NVIDIA Tegra CAR (T124)
160tegra210car* 	at fdt? pass 3		# NVIDIA Tegra CAR (T210)
161tidivclk* 	at fdt? pass 1		# TI divider clock
162tidpllclk* 	at fdt? pass 2		# TI DPLL clock
163timuxclk* 	at fdt? pass 1		# TI mux clock
164zynqclk*	at fdt? pass 1		# Xilinx Zynq PS clocks
165
166fclock* 	at fdt? pass 1
167ffclock* 	at fdt? pass 1
168fregulator* 	at fdt? pass 5
169gregulator* 	at fdt? pass 4
170gpiokeys* 	at fdt?
171wskbd* 		at gpiokeys? console ? mux 1
172gpioleds* 	at fdt?
173
174# 
175imxsnvs*	at fdt? pass 1		# Secure Non-Volatile Storage
176
177# ARM Motherboard Express uATX system registers
178vxsysreg* 	at fdt?
179
180# SRAM controller
181sunxisramc* 	at fdt? pass 4		# SRAM controller
182
183# System Controller
184imxocotp0 	at fdt? pass 2		# On-Chip OTP Controller
185syscon*		at fdt? pass 1		# Generic System Controller
186tisysc*		at fdt? pass 2		# TI sysc interconnect
187
188# Timer
189a9ptmr* 	at fdt? pass 2		# ARM Cortex A5/A9 Private Timer
190arma9ptmr* 	at a9ptmr?
191a9tmr* 		at fdt? pass 2		# ARM Cortex A5/A9 Timer
192arma9tmr* 	at a9tmr?
193gtmr* 		at fdt? pass 1		# ARM Generic Timer
194armgtmr0 	at gtmr?
195mct* 		at fdt? pass 2		# Exynos Multi Core Timer (MCT)
196armgtmr* 	at mct?
197omaptimer* 	at fdt?			# TI OMAP Timer
198meson6timer* 	at fdt?			# Amlogic Timer
199sunxitimer* 	at fdt?			# Allwinner async timer
200sunxihstimer* 	at fdt?			# Allwinner High-Speed timer
201tegratimer* 	at fdt?			# Timers
202
203# Watchdog
204a9wdt*  	at fdt? pass 2		# ARM Cortex A5/A9 Watchdog
205arma9wdt* 	at a9wdt?
206bcmpmwdog* 	at fdt?			# Broadcom BCM283x watchdog
207dwcwdt* 	at fdt?			# DesignWare watchdog
208imxwdog*	at fdt?			# NXP i.MX watchdog
209mesonwdt* 	at fdt?			# Amlogic Meson watchdog
210sunxiwdt* 	at fdt?			# Allwinner watchdog
211tiwdt* 		at fdt?			# TI OMAP watchdog
212
213# Interrupt controller
214gic* 		at fdt? pass 1		# ARM GIC
215armgic0 	at gic?
216bcmicu* 	at fdt? pass 1		# Broadcom BCM283x ICU
217exyointr* 	at fdt? pass 1		# Samsung Exynos ICU
218imxgpc* 	at fdt? pass 2		# i.MX General Power Controller INTC
219imx7gpc* 	at fdt? pass 2		# i.MX General Power Controller v2 INTC
220omapintc* 	at fdt? pass 2		# TI OMAP INTC
221tegralic* 	at fdt? pass 1		# NVIDIA Tegra LIC
222sunxiintc* 	at fdt? pass 1		# Allwinner INTC
223sunxinmi* 	at fdt? pass 2		# Allwinner NMI / R_INTC
224
225# Level 2 Cache Controller
226l2cc* 		at fdt? pass 2		# ARM Cortex A9 L2 Cache Controller
227arml2cc* 	at l2cc?
228
229# Memory controller
230tegramc* 	at fdt?	pass 4		# NVIDIA Tegra MC
231tigpmc* 	at fdt? pass 4		# TI OMAP2 GPMC
232
233# Firmware devices
234bcmmbox* 	at fdt?			# Broadcom VideoCore IV mailbox
235qemufwcfg* 	at fdt?			# QEMU Firmware Configuration device
236vcmbox* 	at bcmmbox?
237
238# DMA controller
239bcmdmac* 	at fdt?			# Broadcom BCM283x DMA controller
240sun4idma* 	at fdt? pass 4		# Allwinner DMA controller (sun4i)
241sun6idma* 	at fdt?	pass 4		# Allwinner DMA controller (sun6i)
242tegraapbdma* 	at fdt? pass 4		# NVIDIA Tegra APB DMA
243tiedma* 	at fdt? pass 4		# TI EDMA3 (TPCC)
244titptc* 	at fdt? pass 3		# TI EDMA3 (TPTC)
245
246# FUSE controller
247tegrafuse* 	at fdt? pass 4		# NVIDIA Tegra FUSE
248
249# Power management controller
250imxgpc*		at fdt? pass 2
251tegrapmc* 	at fdt? pass 4		# NVIDIA Tegra PMC
252
253# Performance monitors
254armpmu* 	at fdt?
255pseudo-device 	tprof
256
257# Clock and Reset controller
258bcmcprman* 	at fdt? pass 1		# Broadcom BCM283x Clock Manager
259bcmaux* 	at fdt? pass 1		# Broadcom BCM283x Aux Periph Clocks
260
261# GPIO controller
262bcmgpio* 	at fdt?			# Broadcom BCM283x GPIO
263exyopctl* 	at fdt? pass 2		# Samsung Exynos GPIO
264imxgpio* 	at fdt? pass 3		# i.MX GPIO
265mesonpinctrl* 	at fdt? pass 2		# Amlogic Meson GPIO
266plgpio* 	at fdt?			# ARM PrimeCell GPIO
267sunxigpio* 	at fdt? pass 3		# Allwinner GPIO
268rkgpio*		at rkiomux?		# Rockchip GPIO
269tegragpio* 	at fdt? pass 2		# NVIDIA Tegra GPIO
270tigpio* 	at fdt? pass 2		# TI GPIO
271zynqgpio*	at fdt? pass 2		# Xilinx Zynq GPIO
272gpio* 		at gpiobus?
273
274# IOMUX / MPIO / Pinmux
275pinctrl* 	at fdt? pass 2		# Generic pinctrl driver
276imxiomux* 	at fdt? pass 2		# i.MX IOMUX
277rkiomux*	at fdt? pass 3		# Rockchip IOMUX
278tegrapinmux* 	at fdt?			# NVIDIA Tegra MPIO
279
280# PWM controller
281expwm* 		at fdt? pass 4		# PWM
282imxpwm* 	at fdt?			# i.MX PWM
283rkpwm*		at fdt? pass 3		# Rockchip PWM
284sunxipwm* 	at fdt? pass 3		# Allwinner PWM
285
286# Backlight
287pwmbacklight* 	at fdt?			# PWM Backlight controls
288
289# Fan
290pwmfan* 	at fdt?			# PWM Fan controls
291
292# XUSB PADCTL
293tegra124xpad* 	at fdt?			# NVIDIA Tegra XUSB PADCTL (T124)
294tegra210xpad* 	at fdt?			# NVIDIA Tegra XUSB PADCTL (T210)
295tegra210xphy* 	at tegra210xpad?
296
297# PCIE
298imxpcie* 	at fdt?			# i.MX PCIE
299pcihost* 	at fdt?			# Generic PCI host controller
300tegrapcie0 	at fdt?			# NVIDIA Tegra PCIE
301pci* 		at pcibus?
302ppb* 		at pci? dev ? function ?
303pci* 		at ppb?
304
305# Ethernet
306awge* 		at fdt?			# Allwinner Gigabit Ethernet (GMAC)
307cemac* 		at fdt?			# Cadence EMAC/GEM ethernet controller
308cpsw*		at fdt?			# TI CPSW 3-port Ethernet Switch
309emac* 		at fdt?			# Allwinner Fast/Gigabit Ethernet (EMAC)
310enet*		at fdt?			# i.MX FEC
311smsh* 		at fdt?			# SMSC LAN9118
312
313# PCI Ethernet
314re* 		at pci? dev ? function ?	# Realtek RTL8111GS
315
316# MII/PHY support
317atphy* 		at mii? phy ?		# Attansic/Atheros PHYs
318exphy* 		at mii? phy ?		# 3Com internal PHYs
319gentbi* 	at mii? phy ?		# Generic Ten-Bit 1000BASE-[CLS]X PHYs
320glxtphy* 	at mii? phy ?		# Level One LXT-1000 PHYs
321gphyter* 	at mii? phy ?		# NS83861 Gig-E PHY
322icsphy* 	at mii? phy ?		# Integrated Circuit Systems ICS189x
323igphy* 		at mii? phy ?		# Intel IGP01E1000
324ihphy* 		at mii? phy ?		# Intel 82577 PHYs
325ikphy* 		at mii? phy ?		# Intel 82563 PHYs
326inphy* 		at mii? phy ?		# Intel 82555 PHYs
327iophy* 		at mii? phy ?		# Intel 82553 PHYs
328lxtphy* 	at mii? phy ?		# Level One LXT-970 PHYs
329makphy* 	at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
330nsphy* 		at mii? phy ?		# NS83840 PHYs
331nsphyter* 	at mii? phy ?		# NS83843 PHYs
332pnaphy* 	at mii? phy ?		# generic HomePNA PHYs
333qsphy* 		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
334rdcphy* 	at mii? phy ?		# RDC R6040 10/100 PHY
335rgephy* 	at mii? phy ?		# Realtek 8169S/8110S internal PHYs
336rlphy* 		at mii? phy ?		# Realtek 8139/8201L PHYs
337smscphy* 	at mii? phy ?		# SMSC LAN87xx PHYs
338sqphy* 		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
339tlphy* 		at mii? phy ?		# ThunderLAN PHYs
340tqphy* 		at mii? phy ?		# TDK Semiconductor PHYs
341urlphy* 	at mii? phy ?		# Realtek RTL8150L internal PHYs
342ukphy* 		at mii? phy ?		# generic unknown PHYs
343
344# Mini-PCIe Wireless
345#options 	ATHHAL_AR5212,ATHHAL_RF2425	# AR5BHB63
346#ath* 		at pci? dev ? function ?	# Atheros IEEE 802.11
347#athn* 		at pci? dev ? function ?	# Atheros IEEE 802.11
348
349# UART
350com* 		at fdt?	pass 4		# UART
351exuart* 	at fdt?	pass 4		# SSCOM UART
352imxuart* 	at fdt?	pass 4		# i.MX UART
353options 	IMXUARTCONSOLE
354mesonuart* 	at fdt?	pass 4		# Amlogic Meson UART
355plcom* 		at fdt?	pass 4		# ARM PL011 UART
356zynquart* 	at fdt?	pass 4		# Cadence UART
357
358# I2C controllers
359options 	I2C_MAX_ADDR=0xfff
360bsciic* 	at fdt?			# Broadcom BCM283x Serial Control
361exyoi2c* 	at fdt?			# Samsung Exynos I2C
362imxi2c* 	at fdt? pass 4		# i.MX I2C
363rkiic*		at fdt? pass 4		# Rockchip I2C
364sunxirsb* 	at fdt? pass 4		# Allwinner RSB
365sunxitwi* 	at fdt?			# Allwinner TWI
366tegrai2c* 	at fdt? pass 4		# NVIDIA Tegra I2C
367tiiic* 		at fdt? pass 4		# TI OMAP I2C
368iicmux* 	at fdt? pass 5		# I2C mux virtual controllers
369iic* 		at i2cbus?
370
371# I2C devices
372ac100ic* 	at iic?			# AC100 integrated audio codec and RTC
373as3722pmic* 	at iic?
374as3722reg* 	at as3722pmic?
375axp20x* 	at iic?			# AXP209 Power Management IC
376axp20xreg* 	at axp20x?
377axp22x* 	at iic?			# AXP221 Power Management IC
378axppmic* 	at iic?			# X-Powers AXP Power Management IC
379axpreg* 	at axppmic?
380dsrtc*		at iic?			# Dallas Semiconductor RTCs
381em3027rtc* 	at iic?
382max77620pmic* 	at iic?
383pcaiicmux*	at iic?			# PCA954x / PCA984x I2C switch / mux
384pcf8563rtc* 	at iic?			# PCF8563 RTC
385rkpmic*		at iic?			# Rockchip Power Management IC
386seeprom* 	at iic?			# AT24Cxx Serial EEPROM
387sy8106a* 	at iic?			# Silergy SY81061 regulator
388tcakp* 		at iic?			# TI TCA8418 Keypad Scan IC
389tcagpio* 	at iic?
390tdahdmi* 	at iic?			# NXP TDA19988 HDMI encoder
391titemp* 	at iic?
392tps65217pmic* 	at iic?			# TI TPS65217 Power Management IC
393tps65217reg* 	at tps65217pmic?
394twl* 		at iic?			# TI TWL4030 Power Management IC
395wskbd* 		at tcakp? console ?
396
397# CAN bus
398options 	CAN			# Controller Area Network protocol
399pseudo-device 	canloop			# CAN loopback interface
400sunxican* 	at fdt?			# A10/A20 CAN controller
401
402# SPI
403imxspi* 	at fdt?			# i.MX SPI
404rkspi*		at fdt?			# Rockchip SPI
405sun4ispi* 	at fdt?
406sun6ispi* 	at fdt?
407spi* 		at spibus?
408spi* 		at imxspi?
409
410# SPI NOR-Flash
411spiflash* 	at spiflashbus?
412m25p* 		at spi? slave ?
413
414# Random number generators
415bcmrng* 	at fdt?			# Broadcom BCM283x RNG
416mesonrng* 	at fdt?			# Amlogic Meson RNG
417tirng* 		at fdt?			# TI RNG
418rkv1crypto*	at fdt?			# Rockchip Crypto v1
419sun8icrypto* 	at fdt?			# Allwinner Crypto Engine
420
421# Security ID EFUSE
422sunxisid* 	at fdt? pass 4		# SID
423
424# Low res ADC
425sunxilradc* 	at fdt?
426
427# RTC
428#exyortc* 	at fdt?			# RTC
429mesonrtc* 	at fdt?			# Amlogic Meson RTC
430plrtc* 		at fdt?			# ARM PrimeCell RTC
431sunxirtc* 	at fdt?			# Allwinner RTC
432tegrartc* 	at fdt?			# NVIDIA Tegra RTC
433
434# Thermal sensor
435sunxithermal* 	at fdt?			# Thermal sensor controller
436
437# BCM2835 VCHIQ, etc
438vchiq0 		at fdt?
439vcaudio0 	at vchiq0
440
441# Audio
442a64acodec* 	at fdt?			# Allwinner A64 audio codec (analog part)
443aaci* 		at fdt?			# ARM PrimeCell AACI
444ausoc* 		at fdt?			# Simple SoC audio card
445h3codec* 	at fdt?			# Allwinner H3 audio codec (analog part)
446v3scodec* 	at fdt?			# Allwinner V3s audio codec (analog part)
447hdaudio* 	at fdt?			# Intel HDA
448hdafg* 		at hdaudiobus?
449options 	HDAUDIOVERBOSE
450sun8icodec* 	at fdt?			# Audio codec (sun8i)
451sunxicodec* 	at fdt?			# Allwinner audio codec
452sunxii2s* 	at fdt?			# I2S/PCM
453audio* 		at audiobus?
454spkr* 		at audio?
455
456# SDMMC
457bcmsdhost* 	at fdt?			# Broadcom BCM283x SD Host Interface
458dwcmmc* 	at fdt?			# DesignWare SDMMC
459mesonsdio* 	at fdt?			# Amlogic Meson SDIO controller
460mesonsdhc* 	at fdt?			# Amlogic Meson SDHC controller
461mmcpwrseq* 	at fdt?			# Simple MMC power sequence provider
462plmmc* 		at fdt?			# ARM PrimeCell MCI
463sdhc* 		at fdt?			# SD Host Controller Interface
464sunximmc* 	at fdt?			# Allwinner SD/MMC
465sdmmc* 		at sdmmcbus?
466ld0 		at sdmmc0
467ld1 		at sdmmc1
468ld2 		at sdmmc2
469ld3 		at sdmmc3
470ld* 		at sdmmc?
471bwfm* 		at sdmmc?		# Broadcom BCM43xxx WiFi Interface
472
473# NAND Flash
474sunxinand* 	at fdt?			# Allwinner NAND flash controller
475omapnand* 	at fdt?			# TI OMAP2 flash controller
476nand* 		at nandbus?
477flash* 		at nand? dynamic 1
478
479# SATA
480ahcisata* 	at fdt?			# AHCI SATA
481ahcisata* 	at pci? dev ? function ?
482atabus* 	at ata?
483atabus* 	at ahcisata? channel ?
484atapibus* 	at atapi?
485wd* 		at atabus? drive ?
486
487# ATAPI devices
488# flags have the same meaning as for IDE drives.
489cd* 		at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
490sd* 		at atapibus? drive ? flags 0x0000	# ATAPI disk drives
491st* 		at atapibus? drive ? flags 0x0000	# ATAPI tape drives
492uk* 		at atapibus? drive ? flags 0x0000	# ATAPI unknown
493
494# NVMe
495nvme* 		at pci? dev ? function ?
496ld* 		at nvme? nsid ?
497
498# SPI controllers
499bcmspi* 	at fdt?			# Broadcom BCM283x SPI
500spi* 		at spibus?
501
502# HDMI CEC
503tegracec0 	at fdt?			# NVIDIA Tegra HDMI CEC
504hdmicec* 	at hdmicecbus?
505
506# Display
507#tegradrm* 	at fdt?			# NVIDIA Tegra Display
508#tegrafb* 	at tegrafbbus?
509dwhdmi* 	at fdt?			# Designware HDMI TX
510genfb* 		at fdt?			# Simple Framebuffer
511mesonfb* 	at fdt?			# Amlogic Meson Framebuffer
512omapfb* 	at fdt?			# TI OMAP3 Framebuffer
513wsdisplay* 	at wsemuldisplaydev?
514sunxidebe* 	at fdt? pass 4		# Display Backend
515genfb* 		at sunxidebe?
516sunxitcon* 	at fdt? pass 4		# LCD LVDS/RGB controller
517sunxihdmi* 	at fdt? pass 4		# HDMI controller
518connector* 	at fdt? pass 4
519panel* 		at fdt? pass 4
520#sunxidep must be after display pipeline elements but before genfb@fdt
521sunxidep* 	at fdt? pass 5		# Display Engine Pipeline
522tilcdc* 	at fdt?			# TI OMAP4 LCDC
523tifb* 		at tilcdc?
524
525options 	VCONS_DRAW_INTR
526options 	WSEMUL_VT100
527options 	WSDISPLAY_CUSTOM_OUTPUT
528options 	WS_DEFAULT_FG=WSCOL_WHITE
529options 	WS_DEFAULT_BG=WSCOL_BLACK
530options 	WS_KERNEL_FG=WSCOL_GREEN
531options 	WS_KERNEL_BG=WSCOL_BLACK
532options 	WSDISPLAY_COMPAT_PCVT
533options 	WSDISPLAY_COMPAT_SYSCONS
534options 	WSDISPLAY_COMPAT_USL
535options 	WSDISPLAY_COMPAT_RAWKBD
536options 	WSDISPLAY_DEFAULTSCREENS=4
537options 	WSDISPLAY_MULTICONS
538options 	WSDISPLAY_SCROLLSUPPORT
539pseudo-device	wsmux
540pseudo-device	wsfont
541options 	FONT_BOLD8x16
542options 	FONT_BOLD16x32
543
544# GPU
545#nouveau* 	at fdt?			# NVIDIA GPU
546
547# PS/2 keyboard and mouse support
548plkmi* 		at fdt?
549pckbd* 		at pckbport?
550wskbd* 		at pckbd? console ?
551pms* 		at pckbport?
552wsmouse* 	at pms? mux 0
553
554# Touch Screen controller
555sunxits* 	at fdt?			# Touch Screen controller
556wsmouse* 	at sunxits? mux 0
557
558# Thermal throttling controller
559tegrasoctherm* 	at fdt?			# NVIDIA Tegra SOC_THERM
560
561# USB
562exusbphy* 	at fdt? pass 9		# Samsung Exynos USB2 PHY
563exusbdrdphy* 	at fdt? pass 9		# Samsung Exynos USB3 DRD PHY
564imxusbphy* 	at fdt? pass 9		# i.MX USB PHY
565mesonusbphy* 	at fdt? pass 9		# Amlogic Meson USB2 PHY
566rk3288usb*	at fdt? pass 9		# Rockchip USB PHY
567rk3288usbphy*	at rk3288usb?
568sun9iusbphy* 	at fdt? pass 9		# Allwinner A80 USB PHY
569sunxiusbphy* 	at fdt? pass 9		# Allwinner USB PHY
570sunxiusb3phy* 	at fdt? pass 9		# Allwinner USB3 PHY
571tegrausbphy* 	at fdt?			# NVIDIA Tegra USB PHY
572usbnopphy* 	at fdt? pass 9		# Generic USB PHY
573
574imxusbc* 	at fdt?
575tiotg* 		at fdt?			# TI dual port OTG
576tiusb* 		at fdt? pass 9		# TI HS USB host
577tiusbtll* 	at fdt? pass 8		# TI HS USB host TLL
578
579dwctwo* 	at fdt?			# Designware USB DRD
580ehci* 		at fdt?			# EHCI
581ehci* 		at imxusbc?
582motg* 		at fdt?			# Mentor Graphics USB OTG
583ohci* 		at fdt?			# OHCI
584xhci* 		at fdt?			# XHCI
585usb* 		at usbus?
586
587# Virtio devices
588virtio* 	at fdt?				# Virtio MMIO device
589virtio* 	at pci? dev ? function ?	# Virtio PCI device
590# the balloon driver cannot work on machines with non-4k pages
591#viomb* 	at virtio?			# Virtio memory balloon device
592ld* 		at virtio?			# Virtio disk device
593vioif* 		at virtio?			# Virtio network device
594viornd* 	at virtio?			# Virtio entropy device
595vioscsi* 	at virtio?			# Virtio SCSI device
596
597# SCSI
598scsibus* at scsi?
599sd* 		at scsibus? target ? lun ?	# SCSI disks
600st* 		at scsibus? target ? lun ?	# SCSI tapes
601cd* 		at scsibus? target ? lun ?	# SCSI CD-ROMs
602ch* 		at scsibus? target ? lun ?	# SCSI changer devices
603ss* 		at scsibus? target ? lun ?	# SCSI scanners
604ses* 		at scsibus? target ? lun ?	# SCSI SES/SAF-TE devices
605uk* 		at scsibus? target ? lun ?	# unknown SCSI
606
607# SPI NOR flash support
608m25p* 		at spi?
609spiflash* 	at spiflashbus?
610
611include "dev/usb/usbdevices.config"
612midi* 		at midibus?
613pseudo-device	sequencer			# MIDI sequencer
614
615# Bluetooth USB Controllers
616ubt* at uhub? port ?
617
618# Bluetooth Device Hub
619bthub* at bcsp?
620bthub* at btuart?
621bthub* at bthfive?
622bthub* at ubt?
623
624include "dev/bluetooth/bluetoothdevices.config"
625
626cinclude "arch/evbarm/conf/GENERIC.local"
627