[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <0945b37f19b96ecadb79a4e1b01f486119a0b83a.1635493219.git.wuzongyong@linux.alibaba.com>
Date: Fri, 29 Oct 2021 17:14:50 +0800
From: Wu Zongyong <wuzongyong@...ux.alibaba.com>
To: jasowang@...hat.com, virtualization@...ts.linux-foundation.org,
linux-kernel@...r.kernel.org, mst@...hat.com,
wuzongyong@...ux.alibaba.com
Cc: wei.yang1@...ux.alibaba.com, Arnd Bergmann <arnd@...db.de>,
Stefano Garzarella <sgarzare@...hat.com>
Subject: [PATCH v7 9/9] eni_vdpa: alibaba: fix Kconfig typo
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: 6a9f32c00609 ("eni_vdpa: add vDPA driver for Alibaba ENI")
Signed-off-by: Arnd Bergmann <arnd@...db.de>
Reviewed-by: Stefano Garzarella <sgarzare@...hat.com>
Signed-off-by: Wu Zongyong <wuzongyong@...ux.alibaba.com>
---
drivers/vdpa/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/vdpa/Kconfig b/drivers/vdpa/Kconfig
index 07b0c73212aa..50f45d037611 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 && X86
help
VDPA driver for Alibaba ENI (Elastic Network Interface) which is built upon
--
2.31.1
Powered by blists - more mailing lists