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