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