13bedbe1c9
Enable intel-adsp-sha driver y default when it is enabled in DT. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
11 lines
253 B
Plaintext
11 lines
253 B
Plaintext
# 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.
|