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