search for: ppc_64k_pages

Displaying 1 result from an estimated 1 matches for "ppc_64k_pages".

2020 Apr 09
2
[PATCH V9 9/9] virtio: Intel IFC VF driver for VDPA
..., we did config VMXNET3 tristate "VMware VMXNET3 ethernet driver" depends on PCI && INET depends on !(PAGE_SIZE_64KB || ARM64_64K_PAGES || \ IA64_PAGE_SIZE_64KB || MICROBLAZE_64K_PAGES || \ PARISC_PAGE_SIZE_64KB || PPC_64K_PAGES) I think we should probably make PAGE_SIZE_64KB a global symbol in arch/Kconfig and have it selected by the other symbols so drivers like yours can add a dependency for it. Arnd