26 lines · plain
1config CRYPTO_DEV_AMLOGIC_GXL2 tristate "Support for amlogic cryptographic offloader"3 depends on HAS_IOMEM4 default m if ARCH_MESON5 select CRYPTO_SKCIPHER6 select CRYPTO_ENGINE7 select CRYPTO_ECB8 select CRYPTO_CBC9 select CRYPTO_AES10 help11 Select y here to have support for the cryptographic offloader12 available on Amlogic GXL SoC.13 This hardware handles AES ciphers in ECB/CBC mode.14 15 To compile this driver as a module, choose M here: the module16 will be called amlogic-gxl-crypto.17 18config CRYPTO_DEV_AMLOGIC_GXL_DEBUG19 bool "Enable amlogic stats"20 depends on CRYPTO_DEV_AMLOGIC_GXL21 depends on DEBUG_FS22 help23 Say y to enable amlogic-crypto debug stats.24 This will create /sys/kernel/debug/gxl-crypto/stats for displaying25 the number of requests per flow and per algorithm.26