# SPDX-License-Identifier: GPL-2.0
if CRYPTO_DEV_AXERA
config AX_CIPHER_CRYPTO
	bool "Support for axera cipher crypto Engine"
	depends on (OF || COMPILE_TEST) && HAS_IOMEM
	select CRYPTO_SKCIPHER
	select CRYPTO_AKCIPHER
	select HW_RANDOM
	select CRYPTO_ECB
	select CRYPTO_CBC
	select CRYPTO_DES
	select CRYPTO_AES
	select CRYPTO_LIB_AES
	select CRYPTO_LIB_DES
	select CRYPTO_USER_API_HASH
	select CRYPTO_USER_API_SKCIPHER
	select CRYPTO_USER_API_RNG
    select CRYPTO_RSA
	help
	  Support for axera cipher crypto Engine.

config AX_CIPHER_MISC
	bool "Support for axera cipher misc api"
	help
	  Support for axera cipher misc api.
endif
