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