kconfig: Fix duplicate "Tencent Kernel Features" menu config

There are currently duplicate "Tencent Kernel Features" menu configs,
this patch removes one of them.

Signed-off-by: Juntong Deng <juntongdeng@tencent.com>
This commit is contained in:
Juntong Deng 2024-06-24 20:23:33 +08:00
parent 141ba6644b
commit 88c53aa917
2 changed files with 2 additions and 3 deletions

View File

@ -30,6 +30,3 @@ source "lib/Kconfig"
source "lib/Kconfig.debug"
source "Documentation/Kconfig"
# For TKernel features
source "kernel/tkernel/Kconfig"

View File

@ -1,2 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# For TKernel features
source "kernel/tkernel/Kconfig"