Skip to content

Commit

Permalink
drivers: entropy: stm32: use Kconfig to select HAL/LL sources
Browse files Browse the repository at this point in the history
Use "select USE_STM32_LL_RNG" to select the needed STM32 LL files,
instead of editing ext/hal/st/stm32cube/CMakeLists.txt

Signed-off-by: Erwin Rol <[email protected]>
  • Loading branch information
lowlander authored and galak committed Jan 23, 2018
1 parent d54aaa0 commit 1537b45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/entropy/Kconfig.stm32
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ menuconfig ENTROPY_STM32_RNG
depends on ENTROPY_GENERATOR
default n
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
Expand Down

0 comments on commit 1537b45

Please sign in to comment.