From dbbdd212f1f9cf245bb26e8f70873bbc74d5b1c0 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Wed, 11 Dec 2024 07:01:36 +0100 Subject: [PATCH] Revert "doc: updates concerning ENTROPY_GENRATOR auto-enabling" This reverts commit a43cae0b3e40681def6f4a3385fe27e5c0e7ea6c. Signed-off-by: Valerio Setti --- doc/hardware/porting/board_porting.rst | 3 --- doc/releases/migration-guide-4.1.rst | 4 ---- 2 files changed, 7 deletions(-) diff --git a/doc/hardware/porting/board_porting.rst b/doc/hardware/porting/board_porting.rst index bdb09ab93f6..b1b6141d7af 100644 --- a/doc/hardware/porting/board_porting.rst +++ b/doc/hardware/porting/board_porting.rst @@ -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. diff --git a/doc/releases/migration-guide-4.1.rst b/doc/releases/migration-guide-4.1.rst index 2ad3892375f..72f9dbd98e2 100644 --- a/doc/releases/migration-guide-4.1.rst +++ b/doc/releases/migration-guide-4.1.rst @@ -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 ====