esp32: drivers: Add Entropy Device tree support
- Add TRNG module to esp32.dtsi - Updated the note about TRNG register address Signed-off-by: Mohamed ElShahawi <ExtremeGTX@hotmail.com>
This commit is contained in:
parent
22e7449b73
commit
55471982f6
6 changed files with 46 additions and 9 deletions
|
@ -8,6 +8,7 @@ config ENTROPY_ESP32_RNG
|
|||
bool "ESP32 entropy number generator driver"
|
||||
depends on SOC_ESP32
|
||||
select ENTROPY_HAS_DRIVER
|
||||
select HAS_DTS_ENTROPY
|
||||
help
|
||||
This option enables the entropy number generator for ESP32 SoCs.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue