mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-05-28 09:56:32 +08:00
[DM/FEATURE] Support import SoC CLK config
Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
|
# This a empty file for SoC DM Kconfig
|
||||||
|
#
|
||||||
|
comment "SoC Device Drivers"
|
||||||
@@ -3,3 +3,7 @@ menuconfig RT_USING_CLK
|
|||||||
depends on RT_USING_DM
|
depends on RT_USING_DM
|
||||||
select RT_USING_ADT_REF
|
select RT_USING_ADT_REF
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
if RT_USING_CLK
|
||||||
|
source "$(RTT_DIR)/components/drivers/$(SOC_DM_CLK_DIR)/Kconfig.dm"
|
||||||
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user