CONFIG_PWM_PCA9685_0_DEV_NAME

PCA9685 PWM chip #0 Device Name

Type: string

Help

Specify the device name for the PCA9685 I2C-based PWM chip #0.

Direct dependencies

PWM_PCA9685_0 && PWM_PCA9685 && PWM

(Includes any dependencies from ifs and menus.)

Default

  • “PWM_0”

Kconfig definition

At <Zephyr>/drivers/pwm/Kconfig.pca9685:32

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:44<Zephyr>/drivers/pwm/Kconfig:24

Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers → PCA9685 I2C-based PWM chip → PCA9685 PWM chip #0

config PWM_PCA9685_0_DEV_NAME
    string "PCA9685 PWM chip #0 Device Name"
    default "PWM_0"
    depends on PWM_PCA9685_0 && PWM_PCA9685 && PWM
    help
      Specify the device name for the PCA9685 I2C-based PWM chip #0.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)