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

I2C master where PCA9633 is connected

Type: string

Help

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

Direct dependencies

!HAS_DTS_I2C && LED

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

Defaults

Kconfig definition

At drivers/led/Kconfig.pca9633:30

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

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

config PCA9633_I2C_MASTER_DEV_NAME
    string
    prompt "I2C master where PCA9633 is connected" if !HAS_DTS_I2C && LED
    default "I2C_1" if !HAS_DTS_I2C && LED
    depends on !HAS_DTS_I2C && LED
    help
      Specify the device name of the I2C master device to which
      PCA9633 is connected.

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