提交 00169a92 编写于 作者: G Guenter Roeck 提交者: Linus Torvalds

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: NGuenter Roeck <linux@roeck-us.net>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 4eec7faf
...@@ -567,9 +567,7 @@ config XEN_NETDEV_BACKEND ...@@ -567,9 +567,7 @@ config XEN_NETDEV_BACKEND
config VMXNET3 config VMXNET3
tristate "VMware VMXNET3 ethernet driver" tristate "VMware VMXNET3 ethernet driver"
depends on PCI && INET depends on PCI && INET
depends on !(PAGE_SIZE_64KB || ARM64_64K_PAGES || \ depends on PAGE_SIZE_LESS_THAN_64KB
IA64_PAGE_SIZE_64KB || PARISC_PAGE_SIZE_64KB || \
PPC_64K_PAGES)
help help
This driver supports VMware's vmxnet3 virtual ethernet NIC. This driver supports VMware's vmxnet3 virtual ethernet NIC.
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册