:orphan: .. title:: WS2812B_SW_NAME .. option:: CONFIG_WS2812B_SW_NAME *Driver name* Type: ``string`` Help ==== Device name for WS2812B LED strip. Direct dependencies =================== \ :option:`WS2812B_SW ` && \ :option:`LED_STRIP ` *(Includes any dependencies from ifs and menus.)* Default ======= - "ws2812b_sw" Kconfig definition ================== .. highlight:: kconfig At ``drivers/led_strip/Kconfig.ws2812b_sw:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:68`` → ``drivers/led_strip/Kconfig:34`` Menu path: (Top) → Device Drivers → LED strip drivers → Enable WS2812B software-based LED strip driver .. parsed-literal:: config WS2812B_SW_NAME string "Driver name" default "ws2812b_sw" depends on \ :option:`WS2812B_SW ` && \ :option:`LED_STRIP ` help Device name for WS2812B LED strip. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*