config [31mCONFIG_CRYPTO_DEV_NX_ENCRYPT[0m tristate "Encryption acceleration support on pSeries platform" depends on [31mCONFIG_PPC_PSERIES[0m && [31mCONFIG_IBMVIO[0m && ![31mCONFIG_CPU_LITTLE_ENDIAN[0m default y select [31mCONFIG_CRYPTO_AES[0m select [31mCONFIG_CRYPTO_CCM[0m help Support for PowerPC Nest (NX) encryption acceleration. This module supports acceleration for AES and SHA2 algorithms on the pSeries platform. If you choose '[31mCONFIG_M[0m' here, this module will be called nx_crypto. config [31mCONFIG_CRYPTO_DEV_NX_COMPRESS[0m tristate "Compression acceleration support" default y select [31mCONFIG_CRYPTO_ALGAPI[0m select [31mCONFIG_842_DECOMPRESS[0m help Support for PowerPC Nest (NX) compression acceleration. This module supports acceleration for compressing memory with the 842 algorithm using the cryptographic API. One of the platform drivers must be selected also. If you choose '[31mCONFIG_M[0m' here, this module will be called nx_compress. if [31mCONFIG_CRYPTO_DEV_NX_COMPRESS[0m config [31mCONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES[0m tristate "Compression acceleration support on pSeries platform" depends on [31mCONFIG_PPC_PSERIES[0m && [31mCONFIG_IBMVIO[0m default y help Support for PowerPC Nest (NX) compression acceleration. This module supports acceleration for compressing memory with the 842 algorithm. This supports NX hardware on the pSeries platform. If you choose '[31mCONFIG_M[0m' here, this module will be called nx_compress_pseries. config [31mCONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV[0m tristate "Compression acceleration support on PowerNV platform" depends on [31mCONFIG_PPC_POWERNV[0m default y help Support for PowerPC Nest (NX) compression acceleration. This module supports acceleration for compressing memory with the 842 algorithm. This supports NX hardware on the PowerNV platform. If you choose '[31mCONFIG_M[0m' here, this module will be called nx_compress_powernv. endif |