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