1# CC23X0 AES accelerator configuration options
2
3# Copyright (c) 2024 BayLibre, SAS
4# SPDX-License-Identifier: Apache-2.0
5
6config CRYPTO_CC23X0
7	bool "CC23X0 AES accelerator driver"
8	default y
9	depends on DT_HAS_TI_CC23X0_AES_ENABLED
10	help
11	  Enable TI CC23X0 AES accelerator driver.
12	  This driver supports the following modes:
13	  - ECB (Electronic Code Book) encryption only (decryption not supported by the hardware)
14	  - CTR (Counter)
15	  - CCM (CTR with CBC-MAC)
16