config SSTAR_CRYPTO
	tristate "SigmaStar Crypto driver"
	default n
	select CRYPTO_AES
	select CRYPTO_ECB
	select CRYPTO_CBC
	select CRYPTO_SHA256
	select CRYPTO_CTR
	select CRYPTO_ALGAPI
	help
	  Say 'Y' here to use the sstar AES engine
	  for the CryptoAPI AES algorithm.
	  To compile this driver as a module, choose M here: the module


config SSTAR_AESDMA_INTR
	depends on SSTAR_CRYPTO
	bool "Enable AES DMA interrupt"
	default n
	help
	  Support interrupt mode for AES operations

config SSTAR_RNG
	bool "HW_RANDOM Random Number Generator support"
	default n
	select HW_RANDOM
	depends on SSTAR_CRYPTO

config CRYPTODEV
	tristate "Support cryptodev"
	default n
	help
	  Support \dev\crypto
