From ccf385bbdf7d8be61c3a96134f014f05fbd801d6 Mon Sep 17 00:00:00 2001 From: Joakim Andersson Date: Fri, 22 Sep 2023 16:00:29 +0200 Subject: [PATCH] crypto: Remove non-functional and unsupported option Remove the non-function and unsupported option. This configuration has no impact on the build. Signed-off-by: Joakim Andersson --- crypto/Kconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/crypto/Kconfig b/crypto/Kconfig index 090e3bd618..1470f5e8cb 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -22,12 +22,6 @@ config NRF_CC310_BL This configuration is only available for direct use of nrf_cc3xx_bl To use, link with nrfxlib_crypto in CMake. -if NRF_CC310_BL - config HW_CC310_INTERRUPT - bool #"Use interrupt version of nrf cc310 bl library" - default n # Only the no-interrupts version currently verified to work with Zephyr. -endif - menuconfig NRF_CC3XX_PLATFORM bool "nrf_cc3xx_platform HW crypto library for nRF devices with CryptoCell CC3xx." depends on HAS_HW_NRF_CC3XX && !BUILD_WITH_TFM