From b28d540cfdaec0798ba5f6f35c9425200e3b17d1 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 e5748c998d..375ba6a564 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