Skip to content

Commit 1d881fd

Browse files
NetanelBelgazalSomasundaram Krishnasamy
authored andcommitted
net: ena: Fix Kconfig dependency on X86
The Kconfig limitation of X86 is to too wide. The ENA driver only requires a little endian dependency. Change the dependency to be on little endian CPU. Signed-off-by: Netanel Belgazal <[email protected]> Signed-off-by: David S. Miller <[email protected]> (cherry picked from commit 8c590f9) Orabug: 29162519 Signed-off-by: Somasundaram Krishnasamy <[email protected]> Reviewed-by: Allen Pais <[email protected]>
1 parent b4cd123 commit 1d881fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/amazon/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if NET_VENDOR_AMAZON
1717

1818
config ENA_ETHERNET
1919
tristate "Elastic Network Adapter (ENA) support"
20-
depends on (PCI_MSI && X86)
20+
depends on PCI_MSI && !CPU_BIG_ENDIAN
2121
---help---
2222
This driver supports Elastic Network Adapter (ENA)"
2323

0 commit comments

Comments
 (0)