zephyr/drivers/crypto/Kconfig.intel
Flavio Ceolin 13bedbe1c9 intel: ace15: Enabling sha driver by default
Enable intel-adsp-sha driver y default when it is enabled in DT.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2022-10-31 12:45:33 -07:00

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.