From 7936c20366c4b06dbc5d0291dd6bb9e4b074e4ba Mon Sep 17 00:00:00 2001 From: Declan Snyder Date: Fri, 12 Jul 2024 09:28:00 -0500 Subject: [PATCH] doc: migration-guide-3.7: NXP ENET MDIO change Add migration guide info about the unit of MDIO_NXP_ENET_TIMEOUT config changing. Signed-off-by: Declan Snyder --- doc/releases/migration-guide-3.7.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/releases/migration-guide-3.7.rst b/doc/releases/migration-guide-3.7.rst index bf9d0bbba03..09f5cb8dd39 100644 --- a/doc/releases/migration-guide-3.7.rst +++ b/doc/releases/migration-guide-3.7.rst @@ -658,6 +658,12 @@ LED Strip or :kconfig:option:`CONFIG_WS2812_STRIP_RPI_PICO_PIO`, one of them had to be selected with ``CONFIG_WS2812_STRIP_DRIVER``, but this is no longer necessary. Please set each option directly. +MDIO +==== + +* :kconfig:option:`CONFIG_MDIO_NXP_ENET_TIMEOUT` is now in units of + microseconds instead of milliseconds. (:github:`75625`) + Sensors =======