CONFIG_LP5562_I2C_MASTER_DEV_NAME

I2C master where LP5562 is connected

Type: string

Help

Specify the device name of the I2C master device to which LP5562 is connected.

Direct dependencies

!HAS_DTS_I2C_DEVICE && LP5562 && LED

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

Defaults

Kconfig definition

At drivers/led/Kconfig.lp5562:35

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

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

config LP5562_I2C_MASTER_DEV_NAME
    string
    prompt "I2C master where LP5562 is connected" if !HAS_DTS_I2C_DEVICE && LP5562 && LED
    default "I2C_0" if !HAS_DTS_I2C_DEVICE && LP5562 && LED
    depends on !HAS_DTS_I2C_DEVICE && LP5562 && LED
    help
      Specify the device name of the I2C master device to which
      LP5562 is connected.

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