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_DW && PWM

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/pwm/Kconfig.dw:19

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:44drivers/pwm/Kconfig:49

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

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

(Definitions include propagated dependencies, including from if’s and menus.)