CONFIG_PWM_PCA9685_0

PCA9685 PWM chip #0

Type: bool

Help

Enable config options for the PCA9685 I2C-based PWM chip #0.

Direct dependencies

PWM_PCA9685 && PWM

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

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

config PWM_PCA9685_0
    bool "PCA9685 PWM chip #0"
    depends on PWM_PCA9685 && PWM
    help
      Enable config options for the PCA9685 I2C-based PWM chip #0.

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