projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bd451f
)
net: fbnic: Allow builds for all 64 bit architectures
author
Dimitri Daskalakis
<dimitri.daskalakis1@gmail.com>
Mon, 13 Oct 2025 21:14:49 +0000
(14:14 -0700)
committer
Paolo Abeni
<pabeni@redhat.com>
Thu, 16 Oct 2025 09:36:29 +0000
(11:36 +0200)
This enables aarch64 testing, but there's no reason we cannot support other
architectures.
Signed-off-by: Dimitri Daskalakis <dimitri.daskalakis1@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link:
https://patch.msgid.link/20251013211449.1377054-3-dimitri.daskalakis1@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/meta/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/meta/Kconfig
b/drivers/net/ethernet/meta/Kconfig
index
3ba5275
..
dff51f2
100644
(file)
--- a/
drivers/net/ethernet/meta/Kconfig
+++ b/
drivers/net/ethernet/meta/Kconfig
@@
-19,7
+19,7
@@
if NET_VENDOR_META
config FBNIC
tristate "Meta Platforms Host Network Interface"
- depends on
X86_64
|| COMPILE_TEST
+ depends on
64BIT
|| COMPILE_TEST
depends on !S390
depends on MAX_SKB_FRAGS < 22
depends on PCI_MSI