zephyr/drivers/entropy
Erwan Gouriou 164fb32cf6 drivers: entropy: stm32: limit driver to SoC supporting it
In STM32 family, RNG IP is available only on F4 and L4 series.
Besides STM32F401 does not support is neither.
Get entropy driver available on STM32 devices supporting it and
generate a compilation issue on STM32 devices that do not own
the RNG IP.

Solves #5448

Signed-Off-By: Erwan Gouriou <erwan.gouriou@linaro.org>
2018-01-11 19:00:19 -05:00
..
CMakeLists.txt CMake: Fix wrong file name of entropy_stm32.c 2017-11-14 08:10:22 -05:00
entropy_esp32.c subsys/random: sys_rand32_get() implementation that uses entropy API 2017-11-01 08:26:29 -04:00
entropy_handlers.c
entropy_mcux_rnga.c subsys/random: sys_rand32_get() implementation that uses entropy API 2017-11-01 08:26:29 -04:00
entropy_mcux_trng.c subsys/random: sys_rand32_get() implementation that uses entropy API 2017-11-01 08:26:29 -04:00
entropy_nrf5.c drivers: entropy: Add nRF5 entropy generator driver 2017-11-14 07:02:12 -05:00
entropy_stm32.c drivers: entropy: stm32: limit driver to SoC supporting it 2018-01-11 19:00:19 -05:00
Kconfig drivers: entropy: Add nRF5 entropy generator driver 2017-11-14 07:02:12 -05:00
Kconfig.esp32 subsys/random: sys_rand32_get() implementation that uses entropy API 2017-11-01 08:26:29 -04:00
Kconfig.mcux subsys/random: sys_rand32_get() implementation that uses entropy API 2017-11-01 08:26:29 -04:00
Kconfig.nrf5 drivers: entropy: Add nRF5 entropy generator driver 2017-11-14 07:02:12 -05:00
Kconfig.stm32 drivers: entropy: Only show STM32 entropy driver on if applicable 2017-11-01 08:26:29 -04:00