Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crypto: xilinx - Turn SHA into a tristate and allow COMPILE_TEST

This patch turns the new SHA driver into a tristate and also allows
compile testing.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

+2 -2
+2 -2
drivers/crypto/Kconfig
··· 809 809 for AES algorithms. 810 810 811 811 config CRYPTO_DEV_ZYNQMP_SHA3 812 - bool "Support for Xilinx ZynqMP SHA3 hardware accelerator" 813 - depends on ZYNQMP_FIRMWARE 812 + tristate "Support for Xilinx ZynqMP SHA3 hardware accelerator" 813 + depends on ZYNQMP_FIRMWARE || COMPILE_TEST 814 814 select CRYPTO_SHA3 815 815 help 816 816 Xilinx ZynqMP has SHA3 engine used for secure hash calculation.