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