[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:
parent
86ba3b666f
commit
0d2c84d89f
|
@ -1,5 +0,0 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
# This a empty file for SoC DM Kconfig
|
||||
#
|
||||
comment "SoC Device Drivers"
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue