-
CONFIG_PWM_PCA9685
¶
PCA9685 I2C-based PWM chip
Type: bool
Help¶
Enable driver for PCA9685 I2C-based PWM chip.
Direct dependencies¶
(PWM
&& I2C
&& BOARD_GALILEO
) || (I2C
&& PWM
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
PWM
&&I2C
&&BOARD_GALILEO
Kconfig definitions¶
At boards/x86/galileo/Kconfig.defconfig:84
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config PWM_PCA9685 bool default "y" ifPWM
&&I2C
&&BOARD_GALILEO
depends onPWM
&&I2C
&&BOARD_GALILEO
At drivers/pwm/Kconfig.pca9685:13
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:42
→ drivers/pwm/Kconfig:35
Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers
menuconfig PWM_PCA9685 bool prompt "PCA9685 I2C-based PWM chip" ifI2C
&&PWM
depends onI2C
&&PWM
help Enable driver for PCA9685 I2C-based PWM chip.
(Definitions include propagated dependencies, including from if’s and menus.)