xref: /openbmc/u-boot/drivers/crypto/Kconfig (revision 4f7bd3b2)
10b11dbf7SMasahiro Yamadamenu "Hardware crypto devices"
20b11dbf7SMasahiro Yamada
3e31caa5aSChia-Wei Wangconfig ASPEED_HACE
4e31caa5aSChia-Wei Wang	bool "ASPEED Hash and Crypto Engine"
5e31caa5aSChia-Wei Wang	depends on ASPEED_AST2600
6e31caa5aSChia-Wei Wang	imply SHA_HW_ACCEL
7e31caa5aSChia-Wei Wang	imply SHA_PROG_HW_ACCEL
8e31caa5aSChia-Wei Wang	imply CMD_HASH
9e31caa5aSChia-Wei Wang	help
10e31caa5aSChia-Wei Wang	 Select this option to enable a driver for using the SHA engine in
11e31caa5aSChia-Wei Wang	 the ASPEED BMC SoCs.
12e31caa5aSChia-Wei Wang
13e31caa5aSChia-Wei Wang	 Enabling this allows the use of SHA operations in hardware without requiring the
14e31caa5aSChia-Wei Wang	 SHA software implementations, saving code size.
15e31caa5aSChia-Wei Wang
16*4f7bd3b2SChia-Wei Wangconfig ASPEED_ACRY
175620c876SChia-Wei Wang	bool "ASPEED ECC/RSA Engine"
185620c876SChia-Wei Wang	depends on ASPEED_AST2600
195620c876SChia-Wei Wang	help
205620c876SChia-Wei Wang	 Select this option to enable a driver for using the ECC/RSA engine in
215620c876SChia-Wei Wang	 the ASPEED BMC SoCs.
225620c876SChia-Wei Wang
235620c876SChia-Wei Wang	 Enabling this allows the use of ECC/RSA operations in hardware without requiring the
245620c876SChia-Wei Wang	 software implementations, saving code size.
255620c876SChia-Wei Wang
2634276478SRuchika Guptasource drivers/crypto/fsl/Kconfig
270b11dbf7SMasahiro Yamada
280b11dbf7SMasahiro Yamadaendmenu
29