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