summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/Kconfig
blob: c6f6dc3ace7a9a135c33e3af870ff9eae2120dbd (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: GPL-2.0

menuconfig CRYPTO_HW
	bool "Hardware crypto devices"

if CRYPTO_HW

source "drivers/crypto/caam/Kconfig"
source "drivers/crypto/imx-scc/Kconfig"

endif