drivers: entropy: esp32c2: Add support

Add entropy support to ESP32C2 and ESP8684

Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
This commit is contained in:
Raffael Rostagno 2024-08-05 14:24:17 -03:00 committed by Anas Nashif
parent 4ac8a75d6a
commit 15aefe63e0

View file

@ -9,8 +9,6 @@
#include <string.h>
#include <soc/rtc.h>
#include <soc/wdev_reg.h>
#include <soc/rtc_cntl_reg.h>
#include <soc/apb_ctrl_reg.h>
#include <esp_system.h>
#include <soc.h>
#include <esp_cpu.h>