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