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