modules: hal_nordic: Support new CRACEN CTR DRBG driver
Add support for the new nrf hal CRACEN CTR DRBG driver including a new kconfig option to enable it. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
ec17cc0fa6
commit
4b56c74e1c
3 changed files with 9 additions and 0 deletions
|
@ -25,6 +25,10 @@ config NRFX_COMP
|
|||
bool "COMP driver"
|
||||
depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_COMP))
|
||||
|
||||
config NRFX_CRACEN
|
||||
bool "CRACEN drivers"
|
||||
depends on SOC_COMPATIBLE_NRF54LX
|
||||
|
||||
config NRFX_DPPI
|
||||
bool
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue