CONFIG_PWM_DW_0_DRV_NAME

DesignWare PWM Device Name

Type: string

Help

Specify the device name for the DesignWare PWM driver.

Direct dependencies

PWM_DW && PWM

(Includes any dependencies from ifs and menus.)

Default

  • “PWM_0”

Kconfig definition

At <Zephyr>/drivers/pwm/Kconfig.dw:13

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

Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers → DesignWare PWM

config PWM_DW_0_DRV_NAME
    string "DesignWare PWM Device Name"
    default "PWM_0"
    depends on PWM_DW && PWM
    help
      Specify the device name for the DesignWare PWM driver.

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