# SPDX-License-Identifier: GPL-2.0-only # # Copyright ([31mCONFIG_C[0m) ST-Ericsson SA 2010 # Author: Shujuan Chen (shujuan.chen@stericsson.com) # config [31mCONFIG_CRYPTO_DEV_UX500_CRYP[0m tristate "UX500 crypto driver for CRYP block" depends on [31mCONFIG_CRYPTO_DEV_UX500[0m select [31mCONFIG_CRYPTO_ALGAPI[0m select [31mCONFIG_CRYPTO_BLKCIPHER[0m select [31mCONFIG_CRYPTO_LIB_DES[0m help This selects the crypto driver for the UX500_CRYP hardware. It supports AES-ECB, CBC and CTR with keys sizes of 128, 192 and 256 bit sizes. config [31mCONFIG_CRYPTO_DEV_UX500_HASH[0m tristate "UX500 crypto driver for HASH block" depends on [31mCONFIG_CRYPTO_DEV_UX500[0m select [31mCONFIG_CRYPTO_HASH[0m select [31mCONFIG_CRYPTO_SHA1[0m select [31mCONFIG_CRYPTO_SHA256[0m help This selects the hash driver for the UX500_HASH hardware. Depends on UX500/[31mCONFIG_STM[0m DMA if running in DMA mode. config [31mCONFIG_CRYPTO_DEV_UX500_DEBUG[0m bool "Activate ux500 platform debug-mode for crypto and hash block" depends on [31mCONFIG_CRYPTO_DEV_UX500_CRYP[0m || [31mCONFIG_CRYPTO_DEV_UX500_HASH[0m help Say Y if you want to add debug prints to ux500_hash and ux500_cryp devices. |