Browse Source

drivers : entropy: clean up usage of "select USE_STM32_LL_rng"

clean up usage of select USE_STM32_LL_RNG from Kconfig.stm32
this modifications due to the include unconditionally of
stm32xxxx_ll_rng.h in HAL.
Signed-off-by: Khaoula Bidani <khaoula.bidani-ext@st.com>
pull/87390/head
Khaoula Bidani 5 months ago committed by Benjamin Cabé
parent
commit
6fe0430017
  1. 1
      drivers/entropy/Kconfig.stm32

1
drivers/entropy/Kconfig.stm32

@ -8,7 +8,6 @@ menuconfig ENTROPY_STM32_RNG @@ -8,7 +8,6 @@ menuconfig ENTROPY_STM32_RNG
default y
depends on DT_HAS_ST_STM32_RNG_ENABLED || DT_HAS_ST_STM32_RNG_NOIRQ_ENABLED
select ENTROPY_HAS_DRIVER
select USE_STM32_LL_RNG
help
This option enables the RNG processor, which is a entropy number
generator, based on a continuous analog noise, that provides

Loading…
Cancel
Save