The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_LP3943_DEV_NAME

LP3943 device name

Type: string

Help

Device name for LP3943 LED driver.

Direct dependencies

!HAS_DTS_I2C && LED

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

Defaults

Kconfig definition

At drivers/led/Kconfig.lp3943:19

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

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

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

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