CONFIG_PWM_PCA9685_0_I2C_MASTER_DEV_NAME

I2C Master where PCA9685 PWM chip #0 is connected

Type: string

Help

Specify the device name of the I2C master device to which this PCA9685 chip #0 is binded.

Direct dependencies

PWM_PCA9685_0 && PWM_PCA9685 && PWM

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At <Zephyr>/drivers/pwm/Kconfig.pca9685:46

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:44<Zephyr>/drivers/pwm/Kconfig:24

Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers → PCA9685 I2C-based PWM chip → PCA9685 PWM chip #0

config PWM_PCA9685_0_I2C_MASTER_DEV_NAME
    string "I2C Master where PCA9685 PWM chip #0 is connected"
    depends on PWM_PCA9685_0 && PWM_PCA9685 && PWM
    help
      Specify the device name of the I2C master device to which this
      PCA9685 chip #0 is binded.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)