You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
510 B
15 lines
510 B
# NRF AES ECB configuration options |
|
|
|
# Copyright (c) 2020 Nordic Semiconductor ASA |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config CRYPTO_NRF_ECB |
|
bool "nRF AES electronic codebook mode encryption" |
|
default y |
|
depends on DT_HAS_NORDIC_NRF_ECB_ENABLED |
|
# Bluetooth controller uses the ECB peripheral directly |
|
# (see subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ecb.c), |
|
# hence this driver cannot be enabled together with it. |
|
depends on !HAS_BT_CTLR |
|
help |
|
Enable nRF HAL-based AES ECB encryption driver
|
|
|