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