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