Kconfig (93fbff1197474d7b65e598c6f48fa82a5c334539) Kconfig (108713a713c7e4b7d07e6cd9b808503d5bb7089b)
1# SPDX-License-Identifier: GPL-2.0-only
2
3menuconfig CRYPTO_HW
4 bool "Hardware crypto devices"
5 default y
6 help
7 Say Y here to get to see options for hardware crypto devices and
8 processors. This option alone does not add any kernel code.

--- 804 unchanged lines hidden (view full) ---

813 select HW_RANDOM
814 select SG_SPLIT
815 help
816 K3 devices include a security accelerator engine that may be
817 used for crypto offload. Select this if you want to use hardware
818 acceleration for cryptographic algorithms on these devices.
819
820source "drivers/crypto/keembay/Kconfig"
1# SPDX-License-Identifier: GPL-2.0-only
2
3menuconfig CRYPTO_HW
4 bool "Hardware crypto devices"
5 default y
6 help
7 Say Y here to get to see options for hardware crypto devices and
8 processors. This option alone does not add any kernel code.

--- 804 unchanged lines hidden (view full) ---

813 select HW_RANDOM
814 select SG_SPLIT
815 help
816 K3 devices include a security accelerator engine that may be
817 used for crypto offload. Select this if you want to use hardware
818 acceleration for cryptographic algorithms on these devices.
819
820source "drivers/crypto/keembay/Kconfig"
821source "drivers/crypto/aspeed/Kconfig"
821
822endif # CRYPTO_HW
822
823endif # CRYPTO_HW