We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86348d2 commit 40a1d11Copy full SHA for 40a1d11
drivers/net/ethernet/microsoft/Kconfig
@@ -17,7 +17,8 @@ if NET_VENDOR_MICROSOFT
17
18
config MICROSOFT_MANA
19
tristate "Microsoft Azure Network Adapter (MANA) support"
20
- depends on PCI_MSI && X86_64
+ depends on PCI_MSI
21
+ depends on X86_64 || (ARM64 && !CPU_BIG_ENDIAN && ARM64_4K_PAGES)
22
depends on PCI_HYPERV
23
select AUXILIARY_BUS
24
select PAGE_POOL
0 commit comments