2017-04-11 05:08:52 +02:00
|
|
|
# Kconfig.nrf5_sw - Nordic Semiconductor nRF5x s/w PWM configuration options
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Copyright (c) 2017 Nordic Semiconductor ASA
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
2019-10-22 01:04:04 +02:00
|
|
|
config PWM_NRF5_SW
|
2017-04-11 05:08:52 +02:00
|
|
|
bool "Nordic Semiconductor nRF5x series S/W PWM"
|
2019-02-05 13:12:43 +01:00
|
|
|
default y if !PWM_NRFX
|
2019-02-26 18:00:26 +01:00
|
|
|
depends on SOC_FAMILY_NRF
|
2017-04-11 05:08:52 +02:00
|
|
|
help
|
|
|
|
Enable driver to utilize PWM on the Nordic Semiconductor nRF5x series.
|
2017-04-21 10:29:51 -07:00
|
|
|
This implementation provides up to 3 pins using one HF timer, two PPI
|
2017-04-11 05:08:52 +02:00
|
|
|
channels per pin and one GPIOTE config per pin.
|