The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] eni_vdpa: alibaba: fix Kconfig typo
@ 2021-10-26  8:31 Arnd Bergmann
  2021-10-26  9:57 ` Stefano Garzarella
  0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2021-10-26  8:31 UTC (permalink / raw)
  To: Michael S. Tsirkin, Jason Wang, Wu Zongyong
  Cc: Arnd Bergmann, Stefano Garzarella, Eli Cohen, Max Gurtovoy,
	virtualization, linux-kernel

From: Arnd Bergmann <arnd@arndb.de>

The Kconfig symbol was misspelled, which leads to randconfig link
failures:

ld.lld: error: undefined symbol: vp_legacy_probe
>>> referenced by eni_vdpa.c
>>>               vdpa/alibaba/eni_vdpa.o:(eni_vdpa_probe) in archive drivers/built-in.a

Fixes: 52e437b2b222 ("eni_vdpa: add vDPA driver for Alibaba ENI")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 drivers/vdpa/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/vdpa/Kconfig b/drivers/vdpa/Kconfig
index 481a38e6c600..dd258f42140e 100644
--- a/drivers/vdpa/Kconfig
+++ b/drivers/vdpa/Kconfig
@@ -80,7 +80,7 @@ config VP_VDPA
 
 config ALIBABA_ENI_VDPA
 	tristate "vDPA driver for Alibaba ENI"
-	select VIRTIO_PCI_LEGACY_LIB
+	select VIRTIO_PCI_LIB_LEGACY
 	depends on PCI_MSI && !CPU_BIG_ENDIAN
 	help
 	  VDPA driver for Alibaba ENI (Elastic Network Interface) which is built upon
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-26  9:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-26  8:31 [PATCH] eni_vdpa: alibaba: fix Kconfig typo Arnd Bergmann
2021-10-26  9:57 ` Stefano Garzarella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox