From 02272f9b0ecbe5ad310b5f4b6181f3b2b7aa9570 Mon Sep 17 00:00:00 2001 From: Jose Alberto Meza Date: Thu, 6 Jun 2024 16:38:20 -0700 Subject: [PATCH] doc: releases: Update eSPI section in migration and release Indicate KConfig and enum value changes with respect to new inclusive term in eSPI specification 1.5. Signed-off-by: Jose Alberto Meza --- doc/releases/migration-guide-3.7.rst | 2 ++ doc/releases/release-notes-3.7.rst | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/releases/migration-guide-3.7.rst b/doc/releases/migration-guide-3.7.rst index 670948d9933..718ebb41bb1 100644 --- a/doc/releases/migration-guide-3.7.rst +++ b/doc/releases/migration-guide-3.7.rst @@ -362,6 +362,8 @@ Enhanced Serial Peripheral Interface (eSPI) ``ESPI_VWIRE_SIGNAL_TARGET_BOOT_STS``, ``ESPI_VWIRE_SIGNAL_TARGET_BOOT_DONE`` and ``ESPI_VWIRE_SIGNAL_TARGET_GPIO_`` respectively to reflect the new terminology in eSPI 1.5 specification. (:github:`68492`) + The KConfig ``CONFIG_ESPI_SLAVE`` was renamed to ``CONFIG_ESPI_TARGET``, similarly + ``CONFIG_ESPI_SAF`` was renamed as ``CONFIG_ESPI_TAF`` (:github:`73887`) Flash ===== diff --git a/doc/releases/release-notes-3.7.rst b/doc/releases/release-notes-3.7.rst index ac8d50a55a5..74afc910c2b 100644 --- a/doc/releases/release-notes-3.7.rst +++ b/doc/releases/release-notes-3.7.rst @@ -302,8 +302,8 @@ Drivers and Sensors * eSPI - * Renamed eSPI virtual wire direction macros and enum values to match the new terminology in - eSPI 1.5 specification. + * Renamed eSPI virtual wire direction macros, enum values and KConfig to match the new + terminology in eSPI 1.5 specification. * Ethernet