:orphan: .. title:: PWM_PCA9685_0 .. option:: CONFIG_PWM_PCA9685_0 *PCA9685 PWM chip #0* Type: ``bool`` Help ==== Enable config options for the PCA9685 I2C-based PWM chip #0. Direct dependencies =================== \ :option:`PWM_PCA9685 ` && \ :option:`PWM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/pwm/Kconfig.pca9685:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:40`` → ``drivers/pwm/Kconfig:38`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers → PCA9685 I2C-based PWM chip .. parsed-literal:: config PWM_PCA9685_0 bool "PCA9685 PWM chip #0" depends on \ :option:`PWM_PCA9685 ` && \ :option:`PWM ` help Enable config options for the PCA9685 I2C-based PWM chip #0. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*