CONFIG_PWM_NRFX

nRF PWM nrfx driver

Type: bool

Help

Enable support for nrfx Hardware PWM driver for nRF52 MCU series.

Direct dependencies

SOC_SERIES_NRF52X && PWM

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/pwm/Kconfig.nrfx:6

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:44drivers/pwm/Kconfig:55

Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers

menuconfig PWM_NRFX
    bool
    prompt "nRF PWM nrfx driver" if SOC_SERIES_NRF52X && PWM
    select NRFX_PWM if SOC_SERIES_NRF52X && PWM
    depends on SOC_SERIES_NRF52X && PWM
    help
      Enable support for nrfx Hardware PWM driver for nRF52 MCU series.

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