git: 8cbbe3510536 - main - arm64: std.nxp Add enetc NIC driver
Wojciech Macek
wma at FreeBSD.org
Fri Oct 1 09:26:19 UTC 2021
The branch main has been updated by wma:
URL: https://cgit.FreeBSD.org/src/commit/?id=8cbbe351053634f8ef8fbaf0c56d8fee46642bf6
commit 8cbbe351053634f8ef8fbaf0c56d8fee46642bf6
Author: Kornel Duleba <mindal at semihalf.com>
AuthorDate: 2021-09-30 07:34:52 +0000
Commit: Wojciech Macek <wma at FreeBSD.org>
CommitDate: 2021-10-01 09:24:08 +0000
arm64: std.nxp Add enetc NIC driver
It was missed during the conversion of kernel configs.
Although the driver is already built as a kernel module we might
want to have it built-in for diskless booting and such.
---
sys/arm64/conf/std.nxp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sys/arm64/conf/std.nxp b/sys/arm64/conf/std.nxp
index f67f4f0267ec..05e74fca5170 100644
--- a/sys/arm64/conf/std.nxp
+++ b/sys/arm64/conf/std.nxp
@@ -19,6 +19,9 @@ device dwc3 # Synopsys DWC controller
# MMC/SD/SDIO Card slot support
device sdhci
+# Ethernet NICs
+device enetc # QorIQ LS1028A NIC
+
options FDT
device acpi
More information about the dev-commits-src-all
mailing list