-
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.
Defaults¶
- “” if
LPD880X_STRIP
&&LED_STRIP
Kconfig definition¶
At drivers/led_strip/Kconfig.lpd880x:29
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:76
→ drivers/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" ifLPD880X_STRIP
&&LED_STRIP
default "" ifLPD880X_STRIP
&&LED_STRIP
depends onLPD880X_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.)