The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_PWM_SHELL

Enable PWM shell

Type: bool

Help

Enable the PWM related shell commands.

Direct dependencies

SHELL && PWM

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At drivers/pwm/Kconfig:17

Included via Kconfig:8Kconfig.zephyr:42drivers/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.)