Skip to content

Commit 7243ea9

Browse files
soburinashif
authored andcommitted
doc: release-notes-3.7: Update LED Strip notes
Add an explanation for the ``CONFIG_WS2812_STRIP_DRIVER`` deletion. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent b8c1881 commit 7243ea9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/releases/migration-guide-3.7.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,12 @@ LED Strip
648648

649649
* Made ``update_channels`` function optional and removed unimplemented functions.
650650

651+
* The ``CONFIG_WS2812_STRIP_DRIVER`` kconfig option has been removed.
652+
Previously, when using :kconfig:option:`CONFIG_WS2812_STRIP_SPI`,
653+
:kconfig:option:`CONFIG_WS2812_STRIP_I2S`, :kconfig:option:`CONFIG_WS2812_STRIP_GPIO`,
654+
or :kconfig:option:`CONFIG_WS2812_STRIP_RPI_PICO_PIO`, one of them had to be selected with
655+
``CONFIG_WS2812_STRIP_DRIVER``, but this is no longer necessary. Please set each option directly.
656+
651657
Sensors
652658
=======
653659

0 commit comments

Comments
 (0)