18c2ecf20Sopenharmony_ciconfig CRYPTO_DEV_AMLOGIC_GXL
28c2ecf20Sopenharmony_ci	tristate "Support for amlogic cryptographic offloader"
38c2ecf20Sopenharmony_ci	depends on HAS_IOMEM
48c2ecf20Sopenharmony_ci	default m if ARCH_MESON
58c2ecf20Sopenharmony_ci	select CRYPTO_SKCIPHER
68c2ecf20Sopenharmony_ci	select CRYPTO_ENGINE
78c2ecf20Sopenharmony_ci	select CRYPTO_ECB
88c2ecf20Sopenharmony_ci	select CRYPTO_CBC
98c2ecf20Sopenharmony_ci	select CRYPTO_AES
108c2ecf20Sopenharmony_ci	help
118c2ecf20Sopenharmony_ci	  Select y here to have support for the cryptographic offloader
128c2ecf20Sopenharmony_ci	  available on Amlogic GXL SoC.
138c2ecf20Sopenharmony_ci	  This hardware handles AES ciphers in ECB/CBC mode.
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the module
168c2ecf20Sopenharmony_ci	  will be called amlogic-gxl-crypto.
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ciconfig CRYPTO_DEV_AMLOGIC_GXL_DEBUG
198c2ecf20Sopenharmony_ci	bool "Enable amlogic stats"
208c2ecf20Sopenharmony_ci	depends on CRYPTO_DEV_AMLOGIC_GXL
218c2ecf20Sopenharmony_ci	depends on DEBUG_FS
228c2ecf20Sopenharmony_ci	help
238c2ecf20Sopenharmony_ci	  Say y to enable amlogic-crypto debug stats.
248c2ecf20Sopenharmony_ci	  This will create /sys/kernel/debug/gxl-crypto/stats for displaying
258c2ecf20Sopenharmony_ci	  the number of requests per flow and per algorithm.
26