-
CONFIG_PWM_SHELL
¶
Enable PWM shell
Type: bool
Help¶
Enable the PWM related shell commands.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/pwm/Kconfig:17
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:40
Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers
config PWM_SHELL bool "Enable PWM shell" depends onSHELL
&&PWM
help Enable the PWM related shell commands.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)