drivers: entropy: esp32: update register call

Update entropy driver to use proper registers

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
Sylvio Alves 2020-08-20 06:52:42 -03:00 committed by Anas Nashif
commit 57c7dfbbc3
5 changed files with 55 additions and 35 deletions

View file

@ -7,6 +7,7 @@ config ENTROPY_ESP32_RNG
bool "ESP32 entropy number generator driver"
depends on SOC_ESP32
select ENTROPY_HAS_DRIVER
default y
help
This option enables the entropy number generator for ESP32 SoCs.