:orphan: .. title:: CONFIG_PWM_SHELL .. kconfig:: CONFIG_PWM_SHELL CONFIG_PWM_SHELL ################ *Enable PWM shell* Type: ``bool`` Help ==== .. code-block:: none Enable the PWM related shell commands. Direct dependencies =================== \ :kconfig:`SHELL ` && \ :kconfig:`PWM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/pwm/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:46`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. code-block:: kconfig 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.)*