Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
4d906d944bf34de355f55e0e278550bebee8a106
/
.
/
drivers
/
crypto
/
Kconfig.intel
blob: 56b91cc3c4c69db81fadda48fdfe4590c012ea0c [
file
] [
log
] [
blame
]
# Copyright (c) 2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config CRYPTO_INTEL_SHA
bool
"Intel SHA driver"
default
y
depends on DT_HAS_INTEL_ADSP_SHA_ENABLED
help
Enable
Intel
SHA driver
.
To
be used on ACE
and
CAVS platforms
.