# $Id$

cpu		ARM64
ident		RKAHCI
#options		SOC_ROCKCHIP_RK3568 	# WRONG should add 3588
#options		SOC_ROCKCHIP_RK3568 	# WRONG should add 3588

makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
makeoptions	MODULES_OVERRIDE=""

options 	SCHED_ULE		# ULE scheduler
options 	NUMA			# NonUniform Memory Architecture support
options 	PREEMPTION		# Enable kernel thread preemption
options 	INET			# InterNETworking
options 	SCTP			# Stream Control Transmission Protocol
options 	IPSEC_SUPPORT		# Allow kldload of ipsec and tcpmd5
options 	TCP_HHOOK		# hhook(9) framework for TCP
options 	TCP_OFFLOAD		# TCP offload
options		TCP_RFC7413		# TCP Fast Open
options 	FFS			# Berkeley Fast Filesystem
options 	SOFTUPDATES		# Enable FFS soft updates support
options 	UFS_ACL			# Support for access control lists
options 	UFS_DIRHASH		# Improve performance on big directories
options 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
options 	QUOTA			# Enable disk quotas for UFS
options 	MSDOSFS			# MSDOS Filesystem
options 	CD9660			# ISO 9660 Filesystem
options 	PROCFS			# Process filesystem (requires PSEUDOFS)
options 	PSEUDOFS		# Pseudo-filesystem framework
options 	GEOM_LABEL		# Provides labelization
options 	COMPAT_FREEBSD32	# Compatible with FreeBSD/arm
options 	KTRACE			# ktrace(1) support
options 	STACK			# stack(9) support
options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B realtime extensions
options 	PRINTF_BUFR_SIZE=128	# Prevent printf output interspersion
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
options 	KDTRACE_FRAME		# Ensure frames are compiled in
options 	KDTRACE_HOOKS		# Kernel DTrace hooks
options 	VFP			# Floating-point support
options 	SMP
options 	INTRNG

# Debugging support.  Always need this:
options 	KDB			# Enable kernel debugger support.
options 	KDB_TRACE		# Print a stack trace for a panic.
options 	DDB			# Support DDB.

# CPU frequency control
device		cpufreq

# Bus drivers
device		pci
options 	PCI_HP			# PCI-Express native HotPlug
options 	PCI_IOV			# PCI SR-IOV support

# ACPI
device		acpi

# Ethernet support
device		mii
device		miibus
device		mdio
device		eqos			# DesignWare Ethernet Quality Of Service

# NVM Express (NVMe) support
device		nvme			# base NVMe driver
device		nvd			# expose NVMe namespaces as disks
options         NVME_USE_NVD=1

# MMC/SD/SDIO Card slot support
device		dwmmc
device		mmc			# mmc/sd bus
device		mmcsd			# mmc/sd flash cards
device		sdhci

# ATA/SATA/ATAPI devices
device		atacore
device		atausb
device		atapicd
device		atapifd
#device		atafdt

# Serial (COM) ports
device		uart			# Generic UART driver
device		uart_ns8250		# ns8250-type UART driver
device		uart_snps

# USB support
options 	USB_DEBUG		# enable debug msgs
options 	USB_VERBOSE		# print vendor names etc
device		dwcotg			# DWC OTG controller
device		dwc3			# Synopsys DWC3 controller
device		ohci			# OHCI USB interface
device		ehci			# EHCI USB interface (USB 2.0)
device		xhci			# XHCI USB interface (USB 3.0)
device		usb			# USB Bus (required)
device		ukbd			# Keyboard
device		ums			# Mouse

# USB ethernet support
device		axe
device		muge
device		smcphy
device		smsc
device		ure

# GPIO / PINCTRL
device		dwgpio			# Synopsys DesignWare APB GPIO
device		gpio
device		gpioled
device		gpioregulator

# I2C
device		iic
device		iicbus
device		fan53555		# Fairchild fan53555 PMIC
device		rk817			# RockChip RK817 PMIC
device		hym8563			# HAOYU HYM8563 mRTC

# Console
device		vt
device		vt_efifb
device		kbdmux

# Generic HID device
device		hid

# Pseudo devices.
device		bpf			# Berkeley packet filter
device		crypto			# core crypto support
device		loop			# Network loopback
device		ether			# Ethernet support
device		vlan			# 802.1Q VLAN support
device		tuntap			# Packet tunnel.
device		md			# Memory "disks"
device		gif			# IPv6 and IPv4 tunneling
device		firmware		# firmware assist module
device		clk
device		phy
device		hwreset
device		nvmem
device		regulator
device		syscon
device		intrng
