:orphan: .. title:: CONFIG_WS2812_STRIP_GPIO .. kconfig:: CONFIG_WS2812_STRIP_GPIO CONFIG_WS2812_STRIP_GPIO ######################## *Enable the GPIO driver* Type: ``bool`` Help ==== .. code-block:: none The GPIO driver does bit-banging with inline assembly, and is not available on all SoCs. Note that this driver is not compatible with the Everlight B1414 controller. Direct dependencies =================== \ :kconfig:`SOC_SERIES_NRF51X ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/led_strip/Kconfig.ws2812:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:76`` → ``/led_strip/Kconfig:32`` Menu path: (Top) → Device Drivers → LED strip drivers → Enable WS2812 (and compatible) LED strip driver → Driver backend .. code-block:: kconfig config WS2812_STRIP_GPIO bool "Enable the GPIO driver" depends on SOC_SERIES_NRF51X && help The GPIO driver does bit-banging with inline assembly, and is not available on all SoCs. Note that this driver is not compatible with the Everlight B1414 controller. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*