Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.1.2.2
      1  1.1.2.2  pgoyette #
      2  1.1.2.2  pgoyette #	$NetBSD: GENERIC,v 1.1.2.2 2018/04/07 04:12:12 pgoyette Exp $
      3  1.1.2.2  pgoyette #
      4  1.1.2.2  pgoyette #	GENERIC ARM (aarch32) kernel
      5  1.1.2.2  pgoyette #
      6  1.1.2.2  pgoyette 
      7  1.1.2.2  pgoyette include	"arch/evbarm/conf/std.generic"
      8  1.1.2.2  pgoyette include "arch/evbarm/conf/files.generic"
      9  1.1.2.2  pgoyette include	"arch/evbarm/conf/GENERIC.common"
     10  1.1.2.2  pgoyette 
     11  1.1.2.2  pgoyette #
     12  1.1.2.2  pgoyette # FDT files supported by this kernel - add to DTSSUBDIR and DTS as
     13  1.1.2.2  pgoyette # appropriate
     14  1.1.2.2  pgoyette #
     15  1.1.2.2  pgoyette makeoptions 	DTSARCH="arm"
     16  1.1.2.2  pgoyette makeoptions	DTSGNUARCH="arm"
     17  1.1.2.2  pgoyette makeoptions	DTSSUBDIR="allwinner nvidia"
     18  1.1.2.2  pgoyette makeoptions	DTS="
     19  1.1.2.2  pgoyette 	tegra124-apalis-eval.dts
     20  1.1.2.2  pgoyette 	tegra124-jetson-tk1.dts
     21  1.1.2.2  pgoyette 	tegra124-nyan-big.dts
     22  1.1.2.2  pgoyette 	tegra124-nyan-blaze.dts
     23  1.1.2.2  pgoyette 	tegra124-venice2.dts
     24  1.1.2.2  pgoyette "
     25  1.1.2.2  pgoyette 
     26  1.1.2.2  pgoyette options 	CPU_CORTEXA15
     27  1.1.2.2  pgoyette options 	CPU_CORTEXA57
     28  1.1.2.2  pgoyette options 	SOC_TEGRA124
     29  1.1.2.2  pgoyette options 	SOC_SUN4I_A10
     30  1.1.2.2  pgoyette options 	SOC_SUN5I_A13
     31  1.1.2.2  pgoyette options 	SOC_SUN6I_A31
     32  1.1.2.2  pgoyette options 	SOC_SUN7I_A20
     33  1.1.2.2  pgoyette options 	SOC_SUN8I_A83T
     34  1.1.2.2  pgoyette options 	SOC_SUN8I_H3
     35  1.1.2.2  pgoyette options 	SOC_SUN9I_A80
     36  1.1.2.2  pgoyette options 	MULTIPROCESSOR
     37  1.1.2.2  pgoyette 
     38  1.1.2.2  pgoyette pseudo-device 	openfirm	# /dev/openfirm
     39  1.1.2.2  pgoyette 
     40  1.1.2.2  pgoyette #options 	DIAGNOSTIC	# internal consistency checks
     41  1.1.2.2  pgoyette #options 	DEBUG
     42  1.1.2.2  pgoyette #options 	LOCKDEBUG
     43  1.1.2.2  pgoyette #options 	PMAP_DEBUG	# Enable pmap_debug_level code
     44  1.1.2.2  pgoyette #options 	IPKDB		# remote kernel debugging
     45  1.1.2.2  pgoyette options 	VERBOSE_INIT_ARM # verbose bootstrapping messages
     46  1.1.2.2  pgoyette # EARLYCONS is required for early init messages from VERBOSE_INIT_ARM.
     47  1.1.2.2  pgoyette #options        EARLYCONS=sunxi, CONSADDR=0x01c28000
     48  1.1.2.2  pgoyette #options        EARLYCONS=tegra, CONSADDR=0x70006000
     49  1.1.2.2  pgoyette 
     50  1.1.2.2  pgoyette makeoptions	DEBUG="-g"	# compile full symbol table
     51  1.1.2.2  pgoyette makeoptions	COPY_SYMTAB=1
     52  1.1.2.2  pgoyette 
     53  1.1.2.2  pgoyette config		netbsd		root on ? type ?
     54  1.1.2.2  pgoyette 
     55  1.1.2.2  pgoyette # Device tree support
     56  1.1.2.2  pgoyette armfdt0		at root
     57  1.1.2.2  pgoyette fdt*		at fdtbus?
     58  1.1.2.2  pgoyette 
     59  1.1.2.2  pgoyette # CPUs
     60  1.1.2.2  pgoyette cpus*		at fdt? pass 0
     61  1.1.2.2  pgoyette cpu*		at cpus?
     62  1.1.2.2  pgoyette 
     63  1.1.2.2  pgoyette # CPU frequency scaling
     64  1.1.2.2  pgoyette cpufreqdt*	at cpu?
     65  1.1.2.2  pgoyette 
     66  1.1.2.2  pgoyette # Power State Coordination Interface (PSCI)
     67  1.1.2.2  pgoyette psci*		at fdt?
     68  1.1.2.2  pgoyette 
     69  1.1.2.2  pgoyette fclock*		at fdt? pass 1
     70  1.1.2.2  pgoyette ffclock*	at fdt? pass 1
     71  1.1.2.2  pgoyette fregulator*	at fdt? pass 4
     72  1.1.2.2  pgoyette gregulator*	at fdt? pass 4
     73  1.1.2.2  pgoyette gpiokeys*	at fdt?
     74  1.1.2.2  pgoyette wskbd*		at gpiokeys? console ? mux 1
     75  1.1.2.2  pgoyette gpioleds*	at fdt?
     76  1.1.2.2  pgoyette 
     77  1.1.2.2  pgoyette # Timer
     78  1.1.2.2  pgoyette gtmr*		at fdt? pass 1		# ARM Generic Timer
     79  1.1.2.2  pgoyette armgtmr0	at gtmr?
     80  1.1.2.2  pgoyette tegratimer*	at fdt?			# Timers
     81  1.1.2.2  pgoyette 
     82  1.1.2.2  pgoyette # Watchdog
     83  1.1.2.2  pgoyette sunxiwdt*	at fdt?			# Allwinner watchdog
     84  1.1.2.2  pgoyette 
     85  1.1.2.2  pgoyette # Interrupt controller
     86  1.1.2.2  pgoyette tegralic*	at fdt? pass 1		# NVIDIA Tegra LIC
     87  1.1.2.2  pgoyette gic*		at fdt? pass 1		# ARM GIC
     88  1.1.2.2  pgoyette armgic0		at gic?
     89  1.1.2.2  pgoyette 
     90  1.1.2.2  pgoyette # Memory controller
     91  1.1.2.2  pgoyette tegramc*	at fdt?	pass 4		# NVIDIA Tegra MC
     92  1.1.2.2  pgoyette 
     93  1.1.2.2  pgoyette # DMA controller
     94  1.1.2.2  pgoyette sun6idma*	at fdt?			# Allwinner DMA controller (sun6i)
     95  1.1.2.2  pgoyette tegraapbdma*	at fdt? pass 4		# NVIDIA Tegra APB DMA
     96  1.1.2.2  pgoyette 
     97  1.1.2.2  pgoyette # FUSE controller
     98  1.1.2.2  pgoyette tegrafuse*	at fdt? pass 4		# NVIDIA Tegra FUSE
     99  1.1.2.2  pgoyette 
    100  1.1.2.2  pgoyette # Power management controller
    101  1.1.2.2  pgoyette tegrapmc*	at fdt? pass 4		# NVIDIA Tegra PMC
    102  1.1.2.2  pgoyette 
    103  1.1.2.2  pgoyette # Clock and Reset controller
    104  1.1.2.2  pgoyette sun8ih3ccu*	at fdt? pass 2		# Allwinner H3/H5 CCU
    105  1.1.2.2  pgoyette sun8ih3rccu*	at fdt? pass 2		# Allwinner H3/H5 CCU (PRCM)
    106  1.1.2.2  pgoyette sun50ia64ccu*	at fdt? pass 2		# Allwinner A64 CCU
    107  1.1.2.2  pgoyette sunxiresets*	at fdt? pass 1		# Allwinner misc. resets
    108  1.1.2.2  pgoyette sunxigates*	at fdt? pass 1		# Allwinner misc. gates
    109  1.1.2.2  pgoyette sunxigmacclk*	at fdt? pass 2		# Allwinner GMAC MII/RGMII clock mux
    110  1.1.2.2  pgoyette tegra210car*	at fdt? pass 3		# NVIDIA Tegra CAR (T210)
    111  1.1.2.2  pgoyette 
    112  1.1.2.2  pgoyette # GPIO controller
    113  1.1.2.2  pgoyette sunxigpio*	at fdt? pass 3		# Allwinner GPIO
    114  1.1.2.2  pgoyette tegragpio*	at fdt? pass 2		# NVIDIA Tegra GPIO
    115  1.1.2.2  pgoyette gpio*		at gpiobus?
    116  1.1.2.2  pgoyette 
    117  1.1.2.2  pgoyette # MPIO / Pinmux
    118  1.1.2.2  pgoyette tegrapinmux*	at fdt?			# NVIDIA Tegra MPIO
    119  1.1.2.2  pgoyette 
    120  1.1.2.2  pgoyette # XUSB PADCTL
    121  1.1.2.2  pgoyette tegra210xpad*	at fdt?			# NVIDIA Tegra XUSB PADCTL (T210)
    122  1.1.2.2  pgoyette tegra210xphy*	at tegra210xpad?
    123  1.1.2.2  pgoyette 
    124  1.1.2.2  pgoyette # PCIE
    125  1.1.2.2  pgoyette # XXXNH not yet
    126  1.1.2.2  pgoyette #tegrapcie0	at fdt?			# NVIDIA Tegra PCIE
    127  1.1.2.2  pgoyette #pci*		at tegrapcie0
    128  1.1.2.2  pgoyette #ppb*		at pci? dev ? function ?
    129  1.1.2.2  pgoyette #pci*		at ppb?
    130  1.1.2.2  pgoyette 
    131  1.1.2.2  pgoyette # Ethernet
    132  1.1.2.2  pgoyette emac*		at fdt?			# Allwinner Gigabit Ethernet (EMAC)
    133  1.1.2.2  pgoyette #re*		at pci? dev ? function ?	# Realtek RTL8111GS
    134  1.1.2.2  pgoyette 
    135  1.1.2.2  pgoyette # MII/PHY support
    136  1.1.2.2  pgoyette exphy* 		at mii? phy ?		# 3Com internal PHYs
    137  1.1.2.2  pgoyette gentbi* 	at mii? phy ?		# Generic Ten-Bit 1000BASE-[CLS]X PHYs
    138  1.1.2.2  pgoyette glxtphy*	at mii? phy ?		# Level One LXT-1000 PHYs
    139  1.1.2.2  pgoyette gphyter* 	at mii? phy ?		# NS83861 Gig-E PHY
    140  1.1.2.2  pgoyette icsphy*		at mii? phy ?		# Integrated Circuit Systems ICS189x
    141  1.1.2.2  pgoyette igphy*		at mii? phy ?		# Intel IGP01E1000
    142  1.1.2.2  pgoyette ihphy*		at mii? phy ?		# Intel 82577 PHYs
    143  1.1.2.2  pgoyette ikphy*		at mii? phy ?		# Intel 82563 PHYs
    144  1.1.2.2  pgoyette inphy*		at mii? phy ?		# Intel 82555 PHYs
    145  1.1.2.2  pgoyette iophy*		at mii? phy ?		# Intel 82553 PHYs
    146  1.1.2.2  pgoyette lxtphy*		at mii? phy ?		# Level One LXT-970 PHYs
    147  1.1.2.2  pgoyette makphy*		at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
    148  1.1.2.2  pgoyette nsphy*		at mii? phy ?		# NS83840 PHYs
    149  1.1.2.2  pgoyette nsphyter*	at mii? phy ? 		# NS83843 PHYs
    150  1.1.2.2  pgoyette pnaphy*		at mii? phy ?		# generic HomePNA PHYs
    151  1.1.2.2  pgoyette qsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
    152  1.1.2.2  pgoyette rdcphy*		at mii? phy ?		# RDC R6040 10/100 PHY
    153  1.1.2.2  pgoyette rgephy*		at mii? phy ?		# Realtek 8169S/8110S internal PHYs
    154  1.1.2.2  pgoyette rlphy*		at mii? phy ?		# Realtek 8139/8201L PHYs
    155  1.1.2.2  pgoyette sqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
    156  1.1.2.2  pgoyette tlphy*		at mii? phy ?		# ThunderLAN PHYs
    157  1.1.2.2  pgoyette tqphy*		at mii? phy ?		# TDK Semiconductor PHYs
    158  1.1.2.2  pgoyette urlphy*		at mii? phy ?		# Realtek RTL8150L internal PHYs
    159  1.1.2.2  pgoyette ukphy*		at mii? phy ?		# generic unknown PHYs
    160  1.1.2.2  pgoyette 
    161  1.1.2.2  pgoyette # Mini-PCIe Wireless
    162  1.1.2.2  pgoyette #options 	ATHHAL_AR5212,ATHHAL_RF2425	# AR5BHB63
    163  1.1.2.2  pgoyette #ath*		at pci? dev ? function ?	# Atheros IEEE 802.11
    164  1.1.2.2  pgoyette #athn*		at pci? dev ? function ?	# Atheros IEEE 802.11
    165  1.1.2.2  pgoyette 
    166  1.1.2.2  pgoyette # UART
    167  1.1.2.2  pgoyette com*		at fdt?			# UART
    168  1.1.2.2  pgoyette plcom*		at fdt?			# ARM PL011 UART
    169  1.1.2.2  pgoyette 
    170  1.1.2.2  pgoyette # I2C controllers
    171  1.1.2.2  pgoyette sunxirsb*	at fdt?			# Allwinner RSB
    172  1.1.2.2  pgoyette sunxitwi*	at fdt?			# Allwinner TWI
    173  1.1.2.2  pgoyette tegrai2c*	at fdt? pass 4		# NVIDIA Tegra I2C
    174  1.1.2.2  pgoyette iic*		at i2cbus?
    175  1.1.2.2  pgoyette 
    176  1.1.2.2  pgoyette # I2C devices
    177  1.1.2.2  pgoyette titemp*		at iic?
    178  1.1.2.2  pgoyette seeprom*	at iic?
    179  1.1.2.2  pgoyette as3722pmic*	at iic?
    180  1.1.2.2  pgoyette as3722reg*	at as3722pmic?
    181  1.1.2.2  pgoyette max77620pmic*	at iic?
    182  1.1.2.2  pgoyette tcagpio*	at iic?
    183  1.1.2.2  pgoyette 
    184  1.1.2.2  pgoyette # Random number generators
    185  1.1.2.2  pgoyette 
    186  1.1.2.2  pgoyette # RTC
    187  1.1.2.2  pgoyette sunxirtc*	at fdt?			# Allwinner RTC
    188  1.1.2.2  pgoyette tegrartc*	at fdt?			# NVIDIA Tegra RTC
    189  1.1.2.2  pgoyette 
    190  1.1.2.2  pgoyette # SDMMC
    191  1.1.2.2  pgoyette mmcpwrseq*	at fdt?			# Simple MMC power sequence provider
    192  1.1.2.2  pgoyette sdhc*		at fdt?			# SD Host Controller Interface
    193  1.1.2.2  pgoyette sunximmc*	at fdt?			# Allwinner SD/MMC
    194  1.1.2.2  pgoyette sdmmc*		at sdmmcbus?
    195  1.1.2.2  pgoyette ld0		at sdmmc0
    196  1.1.2.2  pgoyette ld1		at sdmmc1
    197  1.1.2.2  pgoyette ld2		at sdmmc2
    198  1.1.2.2  pgoyette ld3		at sdmmc3
    199  1.1.2.2  pgoyette ld*		at sdmmc?
    200  1.1.2.2  pgoyette 
    201  1.1.2.2  pgoyette # SATA
    202  1.1.2.2  pgoyette ahcisata*	at fdt?			# AHCI SATA
    203  1.1.2.2  pgoyette atabus*		at ata?
    204  1.1.2.2  pgoyette atapibus*	at atapi?
    205  1.1.2.2  pgoyette wd*		at atabus? drive ?
    206  1.1.2.2  pgoyette cd*		at atapibus? drive ?
    207  1.1.2.2  pgoyette 
    208  1.1.2.2  pgoyette # SPI controllers
    209  1.1.2.2  pgoyette #spi*		at spibus?
    210  1.1.2.2  pgoyette 
    211  1.1.2.2  pgoyette # Audio support
    212  1.1.2.2  pgoyette hdaudio*	at fdt?			# Intel HDA
    213  1.1.2.2  pgoyette hdafg*		at hdaudiobus?
    214  1.1.2.2  pgoyette options 	HDAUDIOVERBOSE
    215  1.1.2.2  pgoyette options 	HDAUDIO_32BIT_ACCESS
    216  1.1.2.2  pgoyette options 	HDAUDIO_ENABLE_HDMI
    217  1.1.2.2  pgoyette options 	HDAUDIO_ENABLE_DISPLAYPORT
    218  1.1.2.2  pgoyette sunxicodec*	at fdt?			# Allwinner audio codec
    219  1.1.2.2  pgoyette h3codec*	at fdt?			# Allwinner H3 audio codec (analog part)
    220  1.1.2.2  pgoyette audio*		at audiobus?
    221  1.1.2.2  pgoyette 
    222  1.1.2.2  pgoyette spkr*		at audio?		# PC speaker (synthesized)
    223  1.1.2.2  pgoyette 
    224  1.1.2.2  pgoyette # HDMI CEC
    225  1.1.2.2  pgoyette tegracec0	at fdt?			# NVIDIA Tegra HDMI CEC
    226  1.1.2.2  pgoyette hdmicec*	at hdmicecbus?
    227  1.1.2.2  pgoyette 
    228  1.1.2.2  pgoyette # Display
    229  1.1.2.2  pgoyette #tegradrm*	at fdt?			# NVIDIA Tegra Display
    230  1.1.2.2  pgoyette #tegrafb*	at tegrafbbus?
    231  1.1.2.2  pgoyette genfb*		at fdt?			# Simple Framebuffer
    232  1.1.2.2  pgoyette wsdisplay*	at wsemuldisplaydev?
    233  1.1.2.2  pgoyette options 	VCONS_DRAW_INTR
    234  1.1.2.2  pgoyette options 	WSEMUL_VT100
    235  1.1.2.2  pgoyette options 	WS_DEFAULT_FG=WSCOL_WHITE
    236  1.1.2.2  pgoyette options 	WS_DEFAULT_BG=WSCOL_BLACK
    237  1.1.2.2  pgoyette options 	WS_KERNEL_FG=WSCOL_GREEN
    238  1.1.2.2  pgoyette options 	WS_KERNEL_BG=WSCOL_BLACK
    239  1.1.2.2  pgoyette options 	WSDISPLAY_COMPAT_PCVT
    240  1.1.2.2  pgoyette options 	WSDISPLAY_COMPAT_SYSCONS
    241  1.1.2.2  pgoyette options 	WSDISPLAY_COMPAT_USL
    242  1.1.2.2  pgoyette options 	WSDISPLAY_COMPAT_RAWKBD
    243  1.1.2.2  pgoyette options 	WSDISPLAY_DEFAULTSCREENS=4
    244  1.1.2.2  pgoyette pseudo-device	wsmux
    245  1.1.2.2  pgoyette pseudo-device	wsfont
    246  1.1.2.2  pgoyette 
    247  1.1.2.2  pgoyette # GPU
    248  1.1.2.2  pgoyette #nouveau*	at fdt?			# NVIDIA GPU
    249  1.1.2.2  pgoyette 
    250  1.1.2.2  pgoyette # Thermal throttling controller
    251  1.1.2.2  pgoyette tegrasoctherm*	at fdt?			# NVIDIA Tegra SOC_THERM
    252  1.1.2.2  pgoyette 
    253  1.1.2.2  pgoyette # USB
    254  1.1.2.2  pgoyette sunxiusbphy*	at fdt? pass 9		# Allwinner USB PHY
    255  1.1.2.2  pgoyette tegrausbphy*	at fdt?			# NVIDIA Tegra USB PHY
    256  1.1.2.2  pgoyette #dwctwo*		at fdt?			# Designware USB DRD
    257  1.1.2.2  pgoyette ehci*		at fdt?			# EHCI
    258  1.1.2.2  pgoyette #motg*		at fdt?			# Mentor Graphics USB OTG
    259  1.1.2.2  pgoyette ohci*		at fdt?			# OHCI
    260  1.1.2.2  pgoyette xhci*		at fdt?			# XHCI
    261  1.1.2.2  pgoyette usb*		at usbus?
    262  1.1.2.2  pgoyette 
    263  1.1.2.2  pgoyette include "dev/usb/usbdevices.config"
    264  1.1.2.2  pgoyette midi*		at midibus?
    265  1.1.2.2  pgoyette 
    266  1.1.2.2  pgoyette cinclude "arch/evbarm/conf/GENERIC.local"
    267