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