Revert "doc: updates concerning ENTROPY_GENRATOR auto-enabling"

This reverts commit a43cae0b3e40681def6f4a3385fe27e5c0e7ea6c.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
Valerio Setti 2024-12-11 07:01:36 +01:00 committed by Fabio Baltieri
parent 7fa8bf1756
commit dbbdd212f1
2 changed files with 0 additions and 7 deletions

View File

@ -650,9 +650,6 @@ while porting.
- If available, configure and enable a serial output for the console
using the ``zephyr,console`` chosen node in the devicetree.
- If available, configure and enable a hardware entropy generator using the
``zephyr,entropy`` chosen node in the devicetree.
- If your board supports networking, configure a default interface.
- Enable all GPIO ports connected to peripherals or expansion connectors.

View File

@ -124,10 +124,6 @@ Entropy
processor needs to get random data before BT is fully enabled.
(:github:`79931`)
* :kconfig:option:`CONFIG_ENTROPY_GENERATOR` is now automatically enabled as soon
as the devicetree property :dtcompatible:`zephyr,entropy` is set.
(:github:82497)
GNSS
====