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