Skip to content

Commit 13bedbe

Browse files
Flavio Ceolinlaurenmurphyx64
authored andcommitted
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 <[email protected]>
1 parent d486bd1 commit 13bedbe

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

boards/xtensa/intel_adsp_ace15_mtpm/intel_adsp_ace15_mtpm_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ CONFIG_GEN_IRQ_VECTOR_TABLE=n
1111

1212
CONFIG_BUILD_OUTPUT_BIN=n
1313
CONFIG_MM_DRV=y
14+
CONFIG_CRYPTO=y

drivers/crypto/Kconfig.intel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44

55
config CRYPTO_INTEL_SHA
66
bool "Intel SHA driver"
7+
default y
8+
depends on DT_HAS_INTEL_ADSP_SHA_ENABLED
79
help
810
Enable Intel SHA driver. To be used on ACE and CAVS platforms.

0 commit comments

Comments
 (0)