zephyr/drivers/entropy
Alexandre Bourdiol 7b8624a058 drivers: entropy: stm32: RCC_HSI48_SUPPORT not always defined
RCC_HSI48_SUPPORT is not always defined even if SOC support HSI48.
Ex: STM32H7 family which support HSI48 but doesn't have
switch RCC_HSI48_SUPPORT.
This switch is usefull when in the same STM32 family some soc have
HSI487 and some other soc not.

So instead, use CMSIS register defines (which depends on family)

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
2020-08-27 14:14:35 +02:00
..
CMakeLists.txt drivers: entropy_mcux_rng LPC entropy 2020-05-07 23:25:31 -05:00
entropy_cc13xx_cc26xx.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
entropy_esp32.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
entropy_gecko_trng.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
entropy_handlers.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
entropy_litex.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
entropy_mcux_rng.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
entropy_mcux_rnga.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
entropy_mcux_trng.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
entropy_nrf5.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
entropy_rv32m1_trng.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
entropy_sam.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
entropy_stm32.c drivers: entropy: stm32: RCC_HSI48_SUPPORT not always defined 2020-08-27 14:14:35 +02:00
fake_entropy_native_posix.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
Kconfig drivers: entropy: Remove Kconfig HAS_DTS_ENTROPY 2020-04-13 09:14:21 -05:00
Kconfig.cc13xx_cc26xx drivers: entropy: Remove Kconfig HAS_DTS_ENTROPY 2020-04-13 09:14:21 -05:00
Kconfig.esp32 drivers: entropy: Remove Kconfig HAS_DTS_ENTROPY 2020-04-13 09:14:21 -05:00
Kconfig.gecko drivers: entropy: Remove Kconfig HAS_DTS_ENTROPY 2020-04-13 09:14:21 -05:00
Kconfig.litex kconfig: Turn pointless 'menuconfig's into 'config's 2020-01-24 21:30:17 -05:00
Kconfig.mcux drivers: entropy_mcux_rng LPC entropy 2020-05-07 23:25:31 -05:00
Kconfig.native_posix drivers: entropy: Remove Kconfig HAS_DTS_ENTROPY 2020-04-13 09:14:21 -05:00
Kconfig.nrf5 drivers: entropy: Remove Kconfig HAS_DTS_ENTROPY 2020-04-13 09:14:21 -05:00
Kconfig.rv32m1 drivers: entropy: Remove Kconfig HAS_DTS_ENTROPY 2020-04-13 09:14:21 -05:00
Kconfig.sam drivers: entropy: Remove Kconfig HAS_DTS_ENTROPY 2020-04-13 09:14:21 -05:00
Kconfig.stm32 drivers: entropy: Remove Kconfig HAS_DTS_ENTROPY 2020-04-13 09:14:21 -05:00