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