CONFIG_PWM_DW

DesignWare PWM

Type: bool

Help

Enable driver to utilize PWM on the DesignWare Timer IP block. Care must be taken if one is also to use the timer feature, as they both use the same set of registers.

Direct dependencies

PWM && PWM

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/pwm/Kconfig.dw:9

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

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

menuconfig PWM_DW
    bool
    prompt "DesignWare PWM" if PWM && PWM
    depends on PWM && PWM
    help
      Enable driver to utilize PWM on the DesignWare Timer IP block.
      Care must be taken if one is also to use the timer feature, as
      they both use the same set of registers.

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