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