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:16

Included via Kconfig:10Kconfig.zephyr:19

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:29drivers/Kconfig:44

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.)