:orphan: .. title:: PWM_SHELL .. option:: CONFIG_PWM_SHELL *Enable PWM shell* Type: ``bool`` Help ==== Enable the PWM related shell commands. Direct dependencies =================== \ :option:`SHELL ` && \ :option:`PWM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/pwm/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:44`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. parsed-literal:: config PWM_SHELL bool "Enable PWM shell" default y depends on \ :option:`SHELL ` && \ :option:`PWM ` help Enable the PWM related shell commands. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*