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

net: Kconfig: remove obsolete reference to config MICROBLAZE_64K_PAGES

Commit 05cdf457477d ("microblaze: Remove noMMU code") removes config
MICROBLAZE_64K_PAGES in arch/microblaze/Kconfig. However, there is still
a reference to MICROBLAZE_64K_PAGES in the config VMXNET3 in
./drivers/net/Kconfig.

Remove this obsolete reference to config MICROBLAZE_64K_PAGES.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Lukas Bulwahn and committed by
Jakub Kicinski
4fb464db 593f8c44

+2 -2
+2 -2
drivers/net/Kconfig
··· 551 551 tristate "VMware VMXNET3 ethernet driver" 552 552 depends on PCI && INET 553 553 depends on !(PAGE_SIZE_64KB || ARM64_64K_PAGES || \ 554 - IA64_PAGE_SIZE_64KB || MICROBLAZE_64K_PAGES || \ 555 - PARISC_PAGE_SIZE_64KB || PPC_64K_PAGES) 554 + IA64_PAGE_SIZE_64KB || PARISC_PAGE_SIZE_64KB || \ 555 + PPC_64K_PAGES) 556 556 help 557 557 This driver supports VMware's vmxnet3 virtual ethernet NIC. 558 558 To compile this driver as a module, choose M here: the