CONFIG_LP3943_DEV_NAME

LP3943 device name

Type: string

Help

Device name for LP3943 LED driver.

Direct dependencies

!HAS_DTS_I2C_DEVICE && LED

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

Defaults

Kconfig definition

At drivers/led/Kconfig.lp3943:19

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:80drivers/led/Kconfig:43

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

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

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