From 5cb1836fd07e98006da8096316b685b9be088922 Mon Sep 17 00:00:00 2001 From: GuEe-GUI <2991707448@qq.com> Date: Tue, 2 Dec 2025 13:58:08 +0800 Subject: [PATCH] [DM][HWCRYPTO] Make Kconfig import for DM Signed-off-by: GuEe-GUI <2991707448@qq.com> --- components/drivers/hwcrypto/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/drivers/hwcrypto/Kconfig b/components/drivers/hwcrypto/Kconfig index e5748c998d7..375ba6a5644 100644 --- a/components/drivers/hwcrypto/Kconfig +++ b/components/drivers/hwcrypto/Kconfig @@ -163,3 +163,7 @@ menuconfig RT_USING_HWCRYPTO default n endif endif + +if RT_USING_DM && RT_USING_HWCRYPTO + osource "$(SOC_DM_HWCRYPTO_DIR)/Kconfig" +endif