config CRYPTO_DEV_LOONGSON_HASH
	tristate "Support for Loongson hash Driver"
	depends on MFD_LOONGSON_SE
	select CRYPTO_SM3_GENERIC
	help
	  Support for Loongson hash Driver.
	  If you want to make Loongson hash support available, say Yes and
	  it will be accessible from within Linux. To compile this
	  driver as a module, choose M here; the module will be called
	  loongson_hash.

config CRYPTO_DEV_LOONGSON_RNG
	tristate "Support for Loongson RNG Driver"
	depends on MFD_LOONGSON_SE
	help
	  Support for Loongson RNG Driver.
	  If you want to make Loongson rng support available, say Yes and
	  it will be accessible from within Linux. To compile this
	  driver as a module, choose M here; the module will be called
	  loongson_rng.

config CRYPTO_DEV_LOONGSON_SKCIPHER
	tristate "Support for Loongson skcipher Driver"
	depends on MFD_LOONGSON_SE
	select CRYPTO_SM4_GENERIC
	help
	  Support for Loongson skcipher Driver.
	  If you want to make Loongson hash support available, say Yes and
	  it will be accessible from within Linux. To compile this
	  driver as a module, choose M here; the module will be called
	  loongson_skcipher.
