mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-01 10:40:25 +08:00
0d2c84d89f
Open Kconfig will not fail if using osource, This way can make SoC Kconfig to DM easy. Link: ecb89b1370ec27be650a0a2fae7c6802b4246933 Signed-off-by: GuEe-GUI <2991707448@qq.com>
10 lines
202 B
Plaintext
Executable File
10 lines
202 B
Plaintext
Executable File
menuconfig RT_USING_CLK
|
|
bool "Using Common Clock Framework (CLK)"
|
|
depends on RT_USING_DM
|
|
select RT_USING_ADT_REF
|
|
default y
|
|
|
|
if RT_USING_CLK
|
|
osource "$(SOC_DM_CLK_DIR)/Kconfig"
|
|
endif
|