:orphan: .. title:: CONFIG_PWM_NRF5_SW .. kconfig:: CONFIG_PWM_NRF5_SW CONFIG_PWM_NRF5_SW ################## *Nordic Semiconductor nRF5x series S/W PWM* Type: ``bool`` Help ==== .. code-block:: none Enable driver to utilize PWM on the Nordic Semiconductor nRF5x series. When used with HF timer it provides up to 3 pins, utilizing two PPI channels per pin and one GPIOTE config per pin. When used with RTC it provides up to 3 pins, utilizing three PPI channels per pin and one GPIOTE config per pin. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_NRF ` && \ :kconfig:`PWM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if !\ :kconfig:`PWM_NRFX ` Kconfig definition ================== At ``/pwm/Kconfig.nrf5_sw:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:46`` → ``/pwm/Kconfig:36`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. code-block:: kconfig config PWM_NRF5_SW bool "Nordic Semiconductor nRF5x series S/W PWM" default y if !PWM_NRFX depends on SOC_FAMILY_NRF && PWM help Enable driver to utilize PWM on the Nordic Semiconductor nRF5x series. When used with HF timer it provides up to 3 pins, utilizing two PPI channels per pin and one GPIOTE config per pin. When used with RTC it provides up to 3 pins, utilizing three PPI channels per pin and one GPIOTE config per pin. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*