doc: release-notes-3.7: Update LED Strip notes

Add an explanation for the ``CONFIG_WS2812_STRIP_DRIVER`` deletion.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
TOKITA Hiroshi 2024-07-17 00:45:23 +09:00 committed by Anas Nashif
commit 7243ea9f4b

View file

@ -648,6 +648,12 @@ LED Strip
* Made ``update_channels`` function optional and removed unimplemented functions.
* The ``CONFIG_WS2812_STRIP_DRIVER`` kconfig option has been removed.
Previously, when using :kconfig:option:`CONFIG_WS2812_STRIP_SPI`,
:kconfig:option:`CONFIG_WS2812_STRIP_I2S`, :kconfig:option:`CONFIG_WS2812_STRIP_GPIO`,
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.
Sensors
=======