Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

vmxnet3: Use generic Kconfig option for page size limit

Use the architecture independent Kconfig option PAGE_SIZE_LESS_THAN_64KB
to indicate that VMXNET3 requires a page size smaller than 64kB.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Guenter Roeck and committed by
Linus Torvalds
00169a92 4eec7faf

+1 -3
+1 -3
drivers/net/Kconfig
··· 567 567 config VMXNET3 568 568 tristate "VMware VMXNET3 ethernet driver" 569 569 depends on PCI && INET 570 - depends on !(PAGE_SIZE_64KB || ARM64_64K_PAGES || \ 571 - IA64_PAGE_SIZE_64KB || PARISC_PAGE_SIZE_64KB || \ 572 - PPC_64K_PAGES) 570 + depends on PAGE_SIZE_LESS_THAN_64KB 573 571 help 574 572 This driver supports VMware's vmxnet3 virtual ethernet NIC. 575 573 To compile this driver as a module, choose M here: the