CONFIG_LPD880X_STRIP_SPI_DEV_NAME

SPI master to use to drive the strip

Type: string

Help

Specify the device name of the SPI master which the LPD880X driver should use to control the LED strip. Examples: SPI_0, SPI_1, etc.

Direct dependencies

LPD880X_STRIP && LED_STRIP

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

Defaults

Kconfig definition

At drivers/led_strip/Kconfig.lpd880x:29

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

Menu path: (top menu) → Device Drivers → LED strip drivers → Enable LPD880x SPI LED strip driver

config LPD880X_STRIP_SPI_DEV_NAME
    string
    prompt "SPI master to use to drive the strip" if LPD880X_STRIP && LED_STRIP
    default "" if LPD880X_STRIP && LED_STRIP
    depends on LPD880X_STRIP && LED_STRIP
    help
      Specify the device name of the SPI master which the
      LPD880X driver should use to control the LED strip.
      Examples: SPI_0, SPI_1, etc.

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