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:
parent
141ba6644b
commit
88c53aa917
3
Kconfig
3
Kconfig
|
@ -30,6 +30,3 @@ source "lib/Kconfig"
|
|||
source "lib/Kconfig.debug"
|
||||
|
||||
source "Documentation/Kconfig"
|
||||
|
||||
# For TKernel features
|
||||
source "kernel/tkernel/Kconfig"
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
# For TKernel features
|
||||
source "kernel/tkernel/Kconfig"
|
||||
|
|
Loading…
Reference in New Issue