53376394b7
Maybe this is some "just in case" thing that got copied around. There's no need to have a blank line at the beginning or end of Kconfig files. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
14 lines
323 B
Plaintext
14 lines
323 B
Plaintext
# Copyright (c) 2018, Cue Health Inc
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menuconfig PWM_NRFX
|
|
bool "nRF PWM nrfx driver"
|
|
default y
|
|
depends on HAS_HW_NRF_PWM0 || HAS_HW_NRF_PWM1 || \
|
|
HAS_HW_NRF_PWM2 || HAS_HW_NRF_PWM3
|
|
select NRFX_PWM
|
|
help
|
|
Enable support for nrfx Hardware PWM driver for nRF52 MCU series.
|