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