1# Nordic Semiconductor nRF5x s/w PWM configuration options
2
3# Copyright (c) 2017 Nordic Semiconductor ASA
4# SPDX-License-Identifier: Apache-2.0
5
6config PWM_NRF5_SW
7	bool "Nordic Semiconductor nRF5x series S/W PWM"
8	default y if !PWM_NRFX
9	depends on SOC_FAMILY_NRF
10	help
11	  Enable driver to utilize PWM on the Nordic Semiconductor nRF5x series.
12
13	  When used with HF timer it provides up to 3 pins, utilizing two PPI
14	  channels per pin and one GPIOTE config per pin.
15
16	  When used with RTC it provides up to 3 pins, utilizing three PPI
17	  channels per pin and one GPIOTE config per pin.
18