Skip to content

Commit 75b3508

Browse files
Dimitri DaskalakisPaolo Abeni
authored andcommitted
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 <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
1 parent 4bd451f commit 75b3508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/meta/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if NET_VENDOR_META
1919

2020
config FBNIC
2121
tristate "Meta Platforms Host Network Interface"
22-
depends on X86_64 || COMPILE_TEST
22+
depends on 64BIT || COMPILE_TEST
2323
depends on !S390
2424
depends on MAX_SKB_FRAGS < 22
2525
depends on PCI_MSI

0 commit comments

Comments
 (0)