0660719346
Drivers for nRF SoCs using pinctrl did not select PINCTRL. This means boards are forced to enable PINCTRL. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
15 lines
412 B
Plaintext
15 lines
412 B
Plaintext
# Copyright (c) 2018, Cue Health Inc
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PWM_NRFX
|
|
bool "nRF PWM nrfx driver"
|
|
default y
|
|
depends on DT_HAS_NORDIC_NRF_PWM_ENABLED
|
|
select NRFX_PWM0 if HAS_HW_NRF_PWM0
|
|
select NRFX_PWM1 if HAS_HW_NRF_PWM1
|
|
select NRFX_PWM2 if HAS_HW_NRF_PWM2
|
|
select NRFX_PWM3 if HAS_HW_NRF_PWM3
|
|
select PINCTRL
|
|
help
|
|
Enable support for nrfx Hardware PWM driver for nRF52 MCU series.
|