:orphan: .. title:: CONFIG_WS2812_STRIP .. kconfig:: CONFIG_WS2812_STRIP CONFIG_WS2812_STRIP ################### *Enable WS2812 (and compatible) LED strip driver* Type: ``bool`` Help ==== .. code-block:: none Enable LED strip driver for daisy chains of WS2812-ish (or WS2812B, WS2813, SK6812, Everlight B1414, or compatible) devices. Direct dependencies =================== \ :kconfig:`LED_STRIP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`LED_STRIP_RGB_SCRATCH ` Kconfig definition ================== At ``/led_strip/Kconfig.ws2812:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:76`` → ``/led_strip/Kconfig:32`` Menu path: (Top) → Device Drivers → LED strip drivers .. code-block:: kconfig menuconfig WS2812_STRIP bool "Enable WS2812 (and compatible) LED strip driver" select LED_STRIP_RGB_SCRATCH depends on LED_STRIP help Enable LED strip driver for daisy chains of WS2812-ish (or WS2812B, WS2813, SK6812, Everlight B1414, or compatible) devices. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*