zephyr/drivers/entropy
Andrzej Głąbek 97e4c0cbad drivers: entropy_nrf5: Use device name and IRQ priority from DTS
Instead of using Kconfig options for setting the device name and IRQ
priority for the entropy_nrf5 driver, get these settings from the rng
node defined in DTS for a given SoC.

Provide also fixups for CONFIG_ENTROPY_NAME, until applications using
entropy drivers are converted to use DTS as well.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2020-04-06 09:10:43 -05:00
..
CMakeLists.txt
entropy_cc13xx_cc26xx.c
entropy_esp32.c
entropy_gecko_trng.c drivers: entropy: Convert drivers to use DT for label 2020-04-02 10:26:59 +02:00
entropy_handlers.c
entropy_litex.c drivers: entropy: Convert drivers to use DT for label 2020-04-02 10:26:59 +02:00
entropy_mcux_rnga.c drivers: entropy: Convert drivers to use DT for label 2020-04-02 10:26:59 +02:00
entropy_mcux_trng.c drivers: entropy: Convert drivers to use DT for label 2020-04-02 10:26:59 +02:00
entropy_nrf5.c drivers: entropy_nrf5: Use device name and IRQ priority from DTS 2020-04-06 09:10:43 -05:00
entropy_rv32m1_trng.c
entropy_sam.c drivers: entropy: Convert drivers to use DT for label 2020-04-02 10:26:59 +02:00
entropy_stm32.c
fake_entropy_native_posix.c drivers: entropy: Add DTS support to native-posix fake entropy driver 2020-04-02 06:42:26 -05:00
Kconfig
Kconfig.cc13xx_cc26xx
Kconfig.esp32
Kconfig.gecko
Kconfig.litex
Kconfig.mcux
Kconfig.native_posix drivers: entropy: Add DTS support to native-posix fake entropy driver 2020-04-02 06:42:26 -05:00
Kconfig.nrf5 drivers: entropy_nrf5: Use device name and IRQ priority from DTS 2020-04-06 09:10:43 -05:00
Kconfig.rv32m1
Kconfig.sam
Kconfig.stm32