From e3e067d640fa2aed06a6f8cf2dc6d465343727d3 Mon Sep 17 00:00:00 2001 From: Jukka Laitinen Date: Wed, 20 Jul 2022 13:47:13 +0400 Subject: [PATCH] stub_keystore: Allow using also with other that SW_CRYPTO driver Remove "depends on DRIVERS_SW_CRYPTO" Signed-off-by: Jukka Laitinen --- src/drivers/stub_keystore/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/drivers/stub_keystore/Kconfig b/src/drivers/stub_keystore/Kconfig index 4681bd7c84..e4e6613d15 100644 --- a/src/drivers/stub_keystore/Kconfig +++ b/src/drivers/stub_keystore/Kconfig @@ -1,7 +1,6 @@ menu "stub_keystore configuration" menuconfig DRIVERS_STUB_KEYSTORE bool "stub_keystore" - depends on DRIVERS_SW_CRYPTO default n ---help--- Enable support for stub_keystore