:orphan: .. title:: choice WS2812_STRIP_DRIVER: Driver backend .. _choice_304: .. describe:: choice WS2812_STRIP_DRIVER: Driver backend *Driver backend* Type: ``bool`` Direct dependencies =================== \ :option:`WS2812_STRIP ` && \ :option:`LED_STRIP ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`WS2812_STRIP_SPI ` Choice options ============== - \ :option:`WS2812_STRIP_SPI ` - \ :option:`WS2812_STRIP_GPIO ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/led_strip/Kconfig.ws2812:17`` 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 .. parsed-literal:: choice WS2812_STRIP_DRIVER bool "Driver backend" default \ :option:`WS2812_STRIP_SPI ` depends on \ :option:`WS2812_STRIP ` && \ :option:`LED_STRIP ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*