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 <Zephyr Driver>/pwm/Kconfig:17

Included via Kconfig:8Kconfig.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.)