Skip to content

Commit

Permalink
crypto: Remove non-functional and unsupported option
Browse files Browse the repository at this point in the history
Remove the non-function and unsupported option.
This configuration has no impact on the build.

Signed-off-by: Joakim Andersson <[email protected]>
  • Loading branch information
joerchan authored and nordicjm committed Nov 1, 2023
1 parent cebdb78 commit ccf385b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccf385b

Please sign in to comment.