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

PWM (Pulse Width Modulation) Drivers

Type: bool

Help

Enable config options for PWM drivers.

Defaults

Kconfig definitions

At boards/x86/galileo/Kconfig.defconfig:17

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config PWM
    bool
    default "y" if BOARD_GALILEO
    depends on BOARD_GALILEO

At drivers/pwm/Kconfig:9

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:42

Menu path: (top menu) → Device Drivers

menuconfig PWM
    bool
    prompt "PWM (Pulse Width Modulation) Drivers"
    help
      Enable config options for PWM drivers.

(Definitions include propagated dependencies, including from if’s and menus.)