2022-05-12 03:17:49 +08:00
|
|
|
# Copyright (c) 2022 Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
config CRYPTO_INTEL_SHA
|
|
|
|
bool "Intel SHA driver"
|
2022-10-27 05:47:40 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_INTEL_ADSP_SHA_ENABLED
|
2022-05-12 03:17:49 +08:00
|
|
|
help
|
|
|
|
Enable Intel SHA driver. To be used on ACE and CAVS platforms.
|