[DM/FEATURE] make SoC Kconfig import easy

Open Kconfig will not fail if using osource,
This way can make SoC Kconfig to DM easy.

Link: ecb89b1370

Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
GuEe-GUI 2024-11-20 21:40:02 +08:00 committed by Rbb666
parent 86ba3b666f
commit 0d2c84d89f
2 changed files with 1 additions and 6 deletions

View File

@ -1,5 +0,0 @@
# SPDX-License-Identifier: Apache-2.0
#
# This a empty file for SoC DM Kconfig
#
comment "SoC Device Drivers"

View File

@ -5,5 +5,5 @@ menuconfig RT_USING_CLK
default y
if RT_USING_CLK
source "$(RTT_DIR)/components/drivers/$(SOC_DM_CLK_DIR)/Kconfig.dm"
osource "$(SOC_DM_CLK_DIR)/Kconfig"
endif