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