From 99855afbc69abfbe4218f77cdbc95f4b007ee792 Mon Sep 17 00:00:00 2001 From: pangchao Date: Thu, 12 Jun 2025 11:06:45 +0800 Subject: [PATCH] delete Kconfig menu of semidrive --- templates/configs/Kconfig | 7 ------- 1 file changed, 7 deletions(-) diff --git a/templates/configs/Kconfig b/templates/configs/Kconfig index af3da8dff..7407eb96e 100644 --- a/templates/configs/Kconfig +++ b/templates/configs/Kconfig @@ -62,9 +62,6 @@ choice config MANUFACTOR_SAMSUNG bool "SAMSUNG" - config MANUFACTOR_SEMIDRIVE - bool "SEMIDRIVE" - endchoice if MANUFACTOR_STM32 @@ -150,7 +147,3 @@ endif if MANUFACTOR_SAMSUNG source "$OS_ROOT/templates/configs/samsung/Kconfig" endif - -if MANUFACTOR_SEMIDRIVE - source "$OS_ROOT/templates/configs/semidrive/Kconfig" -endif -- Gitee