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