The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_LP5562_DEV_NAME

LP5562 device name

Type: string

Help

Device name for LP5562 LED driver.

Direct dependencies

!HAS_DTS_I2C && LP5562 && LED

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

Defaults

Kconfig definition

At drivers/led/Kconfig.lp5562:18

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:78drivers/led/Kconfig:27

Menu path: (top menu) → Device Drivers → LED drivers → LP5562 LED driver

config LP5562_DEV_NAME
    string
    prompt "LP5562 device name" if !HAS_DTS_I2C && LP5562 && LED
    default "LP5562" if !HAS_DTS_I2C && LP5562 && LED
    depends on !HAS_DTS_I2C && LP5562 && LED
    help
      Device name for LP5562 LED driver.

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