-
CONFIG_WS2812_STRIP_NAME
¶
Driver name
Type: string
Help¶
Device name for WS2812 LED strip.
Defaults¶
- “ws2812_strip” if
WS2812_STRIP
&&LED_STRIP
Kconfig definition¶
At drivers/led_strip/Kconfig.ws2812:26
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:76
→ drivers/led_strip/Kconfig:46
Menu path: (top menu) → Device Drivers → LED strip drivers → Enable WS2812 (and compatible) LED strip driver
config WS2812_STRIP_NAME string prompt "Driver name" ifWS2812_STRIP
&&LED_STRIP
default "ws2812_strip" ifWS2812_STRIP
&&LED_STRIP
depends onWS2812_STRIP
&&LED_STRIP
help Device name for WS2812 LED strip.
(Definitions include propagated dependencies, including from if’s and menus.)