drivers: entropy: esp32: enable rng driver

for esp32c3 allowing wifi subsystem to use inside
its driver.

Signed-off-by: Felipe Neves <felipe.neves@espressif.com>
This commit is contained in:
Felipe Neves 2021-08-10 12:55:34 -03:00 committed by Christopher Friedt
commit d4ed7f69d4
6 changed files with 34 additions and 8 deletions

View file

@ -5,7 +5,7 @@
config ENTROPY_ESP32_RNG
bool "ESP32 entropy number generator driver"
depends on SOC_ESP32
depends on SOC_ESP32 || SOC_ESP32C3
select ENTROPY_HAS_DRIVER
default y
help