Skip to content

Commit

Permalink
arch/risc-v/src/mpfs/Kconfig: Fix sourcing crypto/Kconfig
Browse files Browse the repository at this point in the history
The path was wrong, also enable the "if MPFS_CRYPTO" flag

Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
  • Loading branch information
jlaitine committed Feb 20, 2023
1 parent b7da916 commit 1a6a106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/risc-v/src/mpfs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,6 @@ config MPFS_CRYPTO
bool "Enable MPFS HW crypto"
default n

#if MPFS_CRYPTO
source crypto/Kconfig
#endif
if MPFS_CRYPTO
source "arch/risc-v/src/mpfs/crypto/Kconfig"
endif

0 comments on commit 1a6a106

Please sign in to comment.