:orphan: .. title:: CONFIG_PWM .. kconfig:: CONFIG_PWM CONFIG_PWM ########## *PWM (Pulse Width Modulation) Drivers* Type: ``bool`` Help ==== .. code-block:: none Enable config options for PWM drivers. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/pwm/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:46`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig PWM bool "PWM (Pulse Width Modulation) Drivers" help Enable config options for PWM drivers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*