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

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

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

menuconfig PWM_DW
    bool "DesignWare PWM"
    depends on 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.

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