1# Copyright (c) 2022 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4
5config CRYPTO_INTEL_SHA
6	bool "Intel SHA driver"
7	default y
8	depends on DT_HAS_INTEL_ADSP_SHA_ENABLED
9	help
10	  Enable Intel SHA driver. To be used on ACE and CAVS platforms.
11