From 5313f93a54ccd2f7e363e67f17eafc1c54e2dc21 Mon Sep 17 00:00:00 2001 From: weidong-kenny Date: Wed, 7 Jan 2026 09:26:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0hal-sak=E4=B8=8B=E7=9A=84kcon?= =?UTF-8?q?fig=E6=96=87=E4=BB=B6=EF=BC=8C=E6=96=B0=E5=A2=9Eft32?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- peripherals/hal-sdk/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/peripherals/hal-sdk/Kconfig b/peripherals/hal-sdk/Kconfig index d4648533d4..a202fc52bf 100644 --- a/peripherals/hal-sdk/Kconfig +++ b/peripherals/hal-sdk/Kconfig @@ -19,4 +19,5 @@ source "$PKGS_DIR/packages/peripherals/hal-sdk/nxp/Kconfig" source "$PKGS_DIR/packages/peripherals/hal-sdk/nuvoton/Kconfig" source "$PKGS_DIR/packages/peripherals/hal-sdk/gd32/Kconfig" source "$PKGS_DIR/packages/peripherals/hal-sdk/hpmicro/Kconfig" +source "$PKGS_DIR/packages/peripherals/hal-sdk/ft32/Kconfig" endmenu