diff --git a/components/drivers/Kconfig.dm b/components/drivers/Kconfig.dm deleted file mode 100644 index 7d37abb1ee..0000000000 --- a/components/drivers/Kconfig.dm +++ /dev/null @@ -1,5 +0,0 @@ -# SPDX-License-Identifier: Apache-2.0 -# -# This a empty file for SoC DM Kconfig -# -comment "SoC Device Drivers" diff --git a/components/drivers/clk/Kconfig b/components/drivers/clk/Kconfig index 69f95bcee6..c13ccbf259 100755 --- a/components/drivers/clk/Kconfig +++ b/components/drivers/clk/Kconfig @@ -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