Skip to content

Commit 14525b9

Browse files
Alain Volmatkartben
authored andcommitted
drivers: crypto: stm32: ensure RESET is selected
stm32 crypto driver requires a reset control hence ensure that CONFIG_RESET is properly selected to allow proper build. Signed-off-by: Alain Volmat <[email protected]>
1 parent 5c12e55 commit 14525b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/crypto/Kconfig.stm32

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ menuconfig CRYPTO_STM32
99
depends on DT_HAS_ST_STM32_AES_ENABLED || DT_HAS_ST_STM32_CRYP_ENABLED
1010
select USE_STM32_HAL_CRYP
1111
select USE_STM32_HAL_CRYP_EX
12+
select RESET
1213
help
1314
Enable STM32 HAL-based Cryptographic Accelerator driver.
1415

0 commit comments

Comments
 (0)