From dc191e53521d16b487831723b41381033e0709c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=BB=A3=E6=9B=B0?= Date: Tue, 28 Mar 2023 15:37:31 +0000 Subject: [PATCH] update Kconfig. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张代曰 --- Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/Kconfig b/Kconfig index ce72294706c7..fe20aff06719 100644 --- a/Kconfig +++ b/Kconfig @@ -31,4 +31,5 @@ source "lib/Kconfig.debug" source "Documentation/Kconfig" + source "vendor/Kconfig" -- Gitee