xref: /linux/drivers/crypto/ti/Kconfig (revision db6b35cffe59c619ea3772b21d7c7c8a7b885dc1)
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_XTS
10	help
11	  This enables support for the TI DTHE V2 hw cryptography engine
12	  which can be found on TI K3 SOCs. Selecting this enables use
13	  of hardware offloading for cryptographic algorithms on
14	  these devices, providing enhanced resistance against side-channel
15	  attacks.
16