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