mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-06 17:35:20 +02:00
net: mana: Enable MANA driver on ARM64 with 4K page size
[ Upstream commit40a1d11fc6
] Change the Kconfig dependency, so this driver can be built and run on ARM64 with 4K page size. 16/64K page sizes are not supported yet. Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Link: https://lore.kernel.org/r/1715632141-8089-1-git-send-email-haiyangz@microsoft.com Signed-off-by: Jakub Kicinski <kuba@kernel.org> Stable-dep-of:9e517a8e9d
("RDMA/mana_ib: use the correct page table index based on hardware page size") Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
1f997b1d13
commit
86b6cf7e25
|
@ -17,7 +17,8 @@ if NET_VENDOR_MICROSOFT
|
|||
|
||||
config MICROSOFT_MANA
|
||||
tristate "Microsoft Azure Network Adapter (MANA) support"
|
||||
depends on PCI_MSI && X86_64
|
||||
depends on PCI_MSI
|
||||
depends on X86_64 || (ARM64 && !CPU_BIG_ENDIAN && ARM64_4K_PAGES)
|
||||
depends on PCI_HYPERV
|
||||
select AUXILIARY_BUS
|
||||
select PAGE_POOL
|
||||
|
|
Loading…
Reference in New Issue
Block a user