1# Smartbond Cryptographic Accelerator configuration options 2 3# Copyright (c) 2023 Renesas Electronics Corporation 4# SPDX-License-Identifier: Apache-2.0 5 6menuconfig CRYPTO_SMARTBOND 7 bool "Smartbond Cryptographic Accelerator driver" 8 depends on DT_HAS_RENESAS_SMARTBOND_CRYPTO_ENABLED 9 default y 10 help 11 Enable Smartbond Cryptographic Accelerator driver. 12 13config CRYPTO_ASYNC 14 bool "Support ASYNC crypto operations." 15 depends on CRYPTO_SMARTBOND 16 help 17 Enable ASYNC crypto operations. 18