Kconfig (ed70b479c2c0b6e1319f0cb2de19f1051be219a4) | Kconfig (596103cf8fb0a258e1a5ed3e895860764490934d) |
---|---|
1 2config CRYPTO_DEV_NX_ENCRYPT 3 tristate "Encryption acceleration support on pSeries platform" 4 depends on PPC_PSERIES && IBMVIO && !CPU_LITTLE_ENDIAN 5 default y | 1 2config CRYPTO_DEV_NX_ENCRYPT 3 tristate "Encryption acceleration support on pSeries platform" 4 depends on PPC_PSERIES && IBMVIO && !CPU_LITTLE_ENDIAN 5 default y |
6 select CRYPTO_ALGAPI | |
7 select CRYPTO_AES | 6 select CRYPTO_AES |
8 select CRYPTO_CBC 9 select CRYPTO_ECB | |
10 select CRYPTO_CCM | 7 select CRYPTO_CCM |
11 select CRYPTO_GCM 12 select CRYPTO_AUTHENC 13 select CRYPTO_XCBC 14 select CRYPTO_SHA256 15 select CRYPTO_SHA512 | |
16 help 17 Support for PowerPC Nest (NX) encryption acceleration. This 18 module supports acceleration for AES and SHA2 algorithms on 19 the pSeries platform. If you choose 'M' here, this module 20 will be called nx_crypto. 21 22config CRYPTO_DEV_NX_COMPRESS 23 tristate "Compression acceleration support" --- 40 unchanged lines hidden --- | 8 help 9 Support for PowerPC Nest (NX) encryption acceleration. This 10 module supports acceleration for AES and SHA2 algorithms on 11 the pSeries platform. If you choose 'M' here, this module 12 will be called nx_crypto. 13 14config CRYPTO_DEV_NX_COMPRESS 15 tristate "Compression acceleration support" --- 40 unchanged lines hidden --- |