riscv: add dwc, dwmmc to NOTES

In the future these drivers will be enabled in GENERIC. For now, ensure
they build with LINT.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mitchell Horne 2024-02-27 18:03:18 -04:00
parent f84e9df6d0
commit 036ce936a5

View file

@ -45,6 +45,9 @@ device nvme # base NVMe driver
options NVME_USE_NVD=0 # prefer the cam(4) based nda(4) driver
device nvd # expose NVMe namespaces as disks, depends on nvme
# MMC/SD/SDIO Card slot support
device dwmmc
# NOTE: dtrace introduces CDDL-licensed components into the kernel
device dtrace # dtrace core
device dtraceall # include all dtrace modules
@ -58,6 +61,7 @@ device da9063_rtc # Dialog Semiconductor DA9063 RTC
device goldfish_rtc # QEMU RTC
# Ethernet drivers
device dwc # Synopsys Designware GMAC Ethernet
device xae # Xilinx AXI Ethernet MAC
# DMA support