config CRYPTO_DEV_NVT_IVOT_NS02201_CRYPTO
	tristate "Novatek NS02201 crypto hardware engine"
	depends on TEE=n && OPTEE=n
	select CRYPTO_AES
	select CRYPTO_DES
	select CRYPTO_CBC
	select CRYPTO_ECB
	select CRYPTO_CFB
	select CRYPTO_OFB
	select CRYPTO_CTR
	select CRYPTO_CCM
	select CRYPTO_GCM
	select CRYPTO_ALGAPI
	select CRYPTO_BLKCIPHER
	help
	  Novatek NS02201 processors have crypto engine accelerator.
	  Select this if you want to use the crypto engine for AES/DES/3DES
	  algorithms.

config CRYPTO_DEV_NVT_IVOT_NS02201_HASH
	tristate "Novatek NS02201 hash hardware engine"
	depends on TEE=n && OPTEE=n
	select CRYPTO_HASH
	select CRYPTO_SHA1
	select CRYPTO_SHA256
	select CRYPTO_HMAC
	help
	  Novatek NS02201 processors have hash engine accelerator.
	  Select this if you want to use the hash engine for SHA1/SHA256 algorithms.

config CRYPTO_DEV_NVT_IVOT_NS02201_RSA
	tristate "Novatek NS02201 rsa hardware engine"
	depends on TEE=n && OPTEE=n
	select CRYPTO_RSA
	help
	  Novatek NS02201 processors have rsa engine accelerator.
	  Select this if you want to use the rsa engine.