xref: /linux/drivers/crypto/ti/Kconfig (revision 5ea5880764cbb164afb17a62e76ca75dc371409d)
1# SPDX-License-Identifier: GPL-2.0-only
2config CRYPTO_DEV_TI_DTHEV2
3	tristate "Support for TI DTHE V2 cryptography engine"
4	depends on ARCH_K3 || COMPILE_TEST
5	select CRYPTO_ENGINE
6	select CRYPTO_SKCIPHER
7	select CRYPTO_ECB
8	select CRYPTO_CBC
9	select CRYPTO_CTR
10	select CRYPTO_XTS
11	select CRYPTO_GCM
12	select CRYPTO_CCM
13	select SG_SPLIT
14	help
15	  This enables support for the TI DTHE V2 hw cryptography engine
16	  which can be found on TI K3 SOCs. Selecting this enables use
17	  of hardware offloading for cryptographic algorithms on
18	  these devices, providing enhanced resistance against side-channel
19	  attacks.
20