Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions drivers/crypto/Kconfig.cc23x0
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,12 @@ config CRYPTO_CC23X0
- ECB (Electronic Code Book) encryption only (decryption not supported by the hardware)
- CTR (Counter)
- CCM (CTR with CBC-MAC)

config CRYPTO_CC23X0_DMA
bool "DMA support for TI CC23X0 AES accelerator devices"
depends on CRYPTO_CC23X0
select DMA
help
DMA driven transactions for the AES peripheral.
DMA driven mode offloads data transfer tasks from the CPU
and requires fewer interrupts to handle the AES operations.
Loading