-
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¶
- “y” if
PWM_PCA9685
&&PWM
&&I2C
&&BOARD_GALILEO
Kconfig definitions¶
At boards/x86/galileo/Kconfig.defconfig:88
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config PWM_PCA9685_0 bool default "y" ifPWM_PCA9685
&&PWM
&&I2C
&&BOARD_GALILEO
depends onPWM_PCA9685
&&PWM
&&I2C
&&BOARD_GALILEO
At drivers/pwm/Kconfig.pca9685:28
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:44
→ drivers/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" ifPWM_PCA9685
&&PWM_PCA9685
&&PWM
depends onPWM_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.)