zephyr/drivers/crypto/Kconfig.smartbond
Ioannis Karachalios 6f6066cdf1 drivers: crypto: smartbond: Support crypto accelerator
Add support for the crypto engine.

Signed-off-by: Ioannis Karachalios <ioannis.karachalios.px@renesas.com>
2023-10-26 09:47:23 +02:00

18 lines
487 B
Plaintext

# Smartbond Cryptographic Accelerator configuration options
# Copyright (c) 2023 Renesas Electronics Corporation
# SPDX-License-Identifier: Apache-2.0
menuconfig CRYPTO_SMARTBOND
bool "Smartbond Cryptographic Accelerator driver"
depends on DT_HAS_RENESAS_SMARTBOND_CRYPTO_ENABLED
default y
help
Enable Smartbond Cryptographic Accelerator driver.
config CRYPTO_ASYNC
bool "Support ASYNC crypto operations."
depends on CRYPTO_SMARTBOND
help
Enable ASYNC crypto operations.