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