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