swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: 319e2e3f63c348a9b66db4667efa73178e18b17d authored by Linus Torvalds on 15 December 2013, 20:31:33 UTC
Linux 3.13-rc4
Tip revision: 319e2e3
Kconfig
config CRYPTO_DEV_NX_ENCRYPT
	tristate "Encryption acceleration support"
	depends on PPC64 && IBMVIO
	default y
	select CRYPTO_AES
	select CRYPTO_CBC
	select CRYPTO_ECB
	select CRYPTO_CCM
	select CRYPTO_GCM
	select CRYPTO_AUTHENC
	select CRYPTO_XCBC
	select CRYPTO_SHA256
	select CRYPTO_SHA512
	help
	  Support for Power7+ in-Nest encryption acceleration. This
	  module supports acceleration for AES and SHA2 algorithms. If you
	  choose 'M' here, this module will be called nx_crypto.

config CRYPTO_DEV_NX_COMPRESS
	tristate "Compression acceleration support"
	depends on PPC64 && IBMVIO
	default y
	help
	  Support for Power7+ in-Nest compression acceleration. This
	  module supports acceleration for AES and SHA2 algorithms. If you
	  choose 'M' here, this module will be called nx_compress.
back to top