CONFIG_WS2812B_SW_GPIO_NAME

GPIO port that the LED strip is connected to

Type: string

Help

GPIO port name.

Direct dependencies

WS2812B_SW && LED_STRIP

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/led_strip/Kconfig.ws2812b_sw:27

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:76drivers/led_strip/Kconfig:48

Menu path: (top menu) → Device Drivers → LED strip drivers → Enable WS2812B software-based LED strip driver

config WS2812B_SW_GPIO_NAME
    string
    prompt "GPIO port that the LED strip is connected to" if WS2812B_SW && LED_STRIP
    default "GPIO_0" if SOC_FAMILY_NRF && WS2812B_SW && LED_STRIP
    depends on WS2812B_SW && LED_STRIP
    help
      GPIO port name.

(Definitions include propagated dependencies, including from if’s and menus.)