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_PCA9685 && PWM)

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

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:19

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:28

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:44drivers/pwm/Kconfig:45

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_PCA9685 && PWM
    depends on PWM_PCA9685 && 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.)