CONFIG_PWM_SHELL¶
Enable PWM shell
Type: bool
Help¶
Enable the PWM related shell commands.
Default¶
- y 
Kconfig definition¶
At <Zephyr Driver>/pwm/Kconfig:17
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/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.)