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>
This commit is contained in:
Flavio Ceolin 2022-10-26 21:47:40 +00:00 committed by Lauren Murphy
parent d486bd1033
commit 13bedbe1c9
2 changed files with 3 additions and 0 deletions

View file

@ -11,3 +11,4 @@ CONFIG_GEN_IRQ_VECTOR_TABLE=n
CONFIG_BUILD_OUTPUT_BIN=n
CONFIG_MM_DRV=y
CONFIG_CRYPTO=y

View file

@ -4,5 +4,7 @@
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.