-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/pwm/Kconfig.dw:9
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:44
→ drivers/pwm/Kconfig:49
Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers
menuconfig PWM_DW bool prompt "DesignWare PWM" ifPWM
&&PWM
depends onPWM
&&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.)