From 67a5b580f695158c2ddc3710e14010023c8fcc24 Mon Sep 17 00:00:00 2001 From: yinjiaming Date: Thu, 17 Mar 2022 07:41:32 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=85=8D=E7=BD=AEEnab?= =?UTF-8?q?le=20Dynamic=20Link=20Feature=E5=90=8E=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98=20=E3=80=90?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E3=80=91=20=E5=9C=A8menuconfig=E4=B8=AD?= =?UTF-8?q?=E5=BC=80=E5=90=AFEnable=20Dynamic=20Link=20Feature=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E5=86=85=E6=A0=B8=E7=BC=96=E8=AF=91=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 【修改方案】 将Kconfig 文件中的DYNLINK 改为 KERNEL_DYNLINK 【影响】 对现有的产品编译不会有影响。 re #I4XZN3 Signed-off-by: yinjiaming Change-Id: I0a91b0f48fef78791307810e3780c53c17d7d0c8 --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index c2f61431..febc65f2 100644 --- a/Kconfig +++ b/Kconfig @@ -317,7 +317,7 @@ config CPUP_INCLUDE_IRQ help If you wish to include irq usage for cpup. -config DYNLINK +config KERNEL_DYNLINK bool "Enable Dynamic Link Feature" default n depends on KERNEL_EXTKERNEL && ARCH_ARM -- GitLab