From: Dimitri Daskalakis Date: Mon, 13 Oct 2025 21:14:49 +0000 (-0700) Subject: net: fbnic: Allow builds for all 64 bit architectures X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75b350839b9e6a0ee73b5a4835a8c61e68851ae8;p=thirdparty%2Fkernel%2Flinux.git net: fbnic: Allow builds for all 64 bit architectures This enables aarch64 testing, but there's no reason we cannot support other architectures. Signed-off-by: Dimitri Daskalakis Signed-off-by: Jakub Kicinski Reviewed-by: Simon Horman Link: https://patch.msgid.link/20251013211449.1377054-3-dimitri.daskalakis1@gmail.com Signed-off-by: Paolo Abeni --- diff --git a/drivers/net/ethernet/meta/Kconfig b/drivers/net/ethernet/meta/Kconfig index 3ba527514f1e..dff51f23d295 100644 --- 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