choice WS2812_STRIP_DRIVER: Driver backend

Driver backend

Type: bool

Direct dependencies

WS2812_STRIP && LED_STRIP

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/drivers/led_strip/Kconfig.ws2812:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:74<Zephyr>/drivers/led_strip/Kconfig:32

Menu path: (Top) → Device Drivers → LED strip drivers → Enable WS2812 (and compatible) LED strip driver

choice WS2812_STRIP_DRIVER
    bool "Driver backend"
    default WS2812_STRIP_SPI
    depends on WS2812_STRIP && LED_STRIP

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)