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
entropy_handlers.c
entropy_mcux_rnga.c
entropy_mcux_trng.c
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
Kconfig.mcux
Kconfig.nrf5 drivers: entropy: Add nRF5 entropy generator driver 2017-11-14 07:02:12 -05:00
Kconfig.stm32