doc: release-notes-3.2: Log STM32 LPTIM Kconfig as deprecated

Log deprecation of Kconfig based LPTIM domain clock configuration.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2022-08-09 15:41:55 +02:00 committed by Fabio Baltieri
commit 3c6648e7ab

View file

@ -70,6 +70,10 @@ Deprecated in this release
* :c:macro:`DT_BUS_LABEL`, and :c:macro:`DT_INST_BUS_LABEL`, are deprecated
in favor of utilizing :c:macro:`DT_BUS` and variants.
* STM32 LPTIM domain clock should now be configured using devicetree.
Related Kconfig :kconfig:option:`CONFIG_STM32_LPTIM_CLOCK` option is now
deprecated.
Stable API changes in this release
==================================