aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-02-04 14:31:23 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-02-10 20:15:40 +0000
commitb81439d1eb3a25fd2329a4391597de43b9c52589 (patch)
tree233f91523e41e4e9fb2252be5b4f3b7e89afb93e /sys/conf
parentea3b6abf3f2fd7db11a95ea10cc4b6d136958f8d (diff)
downloadsrc-b81439d1eb3a25fd2329a4391597de43b9c52589.tar.gz
src-b81439d1eb3a25fd2329a4391597de43b9c52589.zip
arm64: Make thunderx vnic file depend on soc_cavm_thunderx
MFC after: 3 days
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.arm648
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index 8abe5d194d90..5c9cc1ca7b76 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -274,10 +274,10 @@ dev/vnic/mrml_bridge.c optional vnic fdt
dev/vnic/nic_main.c optional vnic pci
dev/vnic/nicvf_main.c optional vnic pci pci_iov
dev/vnic/nicvf_queues.c optional vnic pci pci_iov
-dev/vnic/thunder_bgx_fdt.c optional vnic fdt
-dev/vnic/thunder_bgx.c optional vnic pci
-dev/vnic/thunder_mdio_fdt.c optional vnic fdt
-dev/vnic/thunder_mdio.c optional vnic
+dev/vnic/thunder_bgx_fdt.c optional soc_cavm_thunderx pci vnic fdt
+dev/vnic/thunder_bgx.c optional soc_cavm_thunderx pci vnic pci
+dev/vnic/thunder_mdio_fdt.c optional soc_cavm_thunderx pci vnic fdt
+dev/vnic/thunder_mdio.c optional soc_cavm_thunderx pci vnic
dev/vnic/lmac_if.m optional inet | inet6 | vnic
##