CONFIG_PWM_SHELL
Enable PWM shell
Type: bool
Help
Enable the PWM related shell commands.
Default
y
Kconfig definition
At <Zephyr>/drivers/pwm/Kconfig:17
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:46
Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers
config PWM_SHELL
bool "Enable PWM shell"
default y
depends on SHELL && PWM
help
Enable the PWM related shell commands.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)