config CRYPTO_DEV_YCC
	tristate "Support for Alibaba YCC cryptographic accelerator"
	depends on CRYPTO && CRYPTO_HW && PCI
	default n
	select CRYPTO_SKCIPHER
	select CRYPTO_LIB_DES
	select CRYPTO_SHA256
	select CRYPTO_SHA512
	select CRYPTO_SHA1
	select CRYPTO_MD5
	select CRYPTO_HMAC
	select CRYPTO_HASH
	select CRYPTO_AEAD
	select CRYPTO_AES
	select CRYPTO_CBC
	select CRYPTO_ECB
	select CRYPTO_CTR
	select CRYPTO_XTS
	select CRYPTO_SM3
	select CRYPTO_SM4
	help
	  Enables the driver for the on-chip cryptographic accelerator of
	  Alibaba Yitian SoCs which is based on ARMv9 architecture.
	  If unsure say N.
