The latest development version of this page may be more current than this released 1.14.1 version.
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 && I2C && BOARD_GALILEO) || (PWM_PCA9685 && PWM)

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

Defaults

Kconfig definitions

At boards/x86/galileo/Kconfig.defconfig:89

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config PWM_PCA9685_0
    bool
    default "y" if PWM_PCA9685 && PWM && I2C && BOARD_GALILEO
    depends on PWM_PCA9685 && PWM && I2C && BOARD_GALILEO

At drivers/pwm/Kconfig.pca9685:27

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:42drivers/pwm/Kconfig:35

Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers → PCA9685 I2C-based PWM chip

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

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