1# Copyright (c) 2018, Cue Health Inc
2# SPDX-License-Identifier: Apache-2.0
3
4config PWM_NRFX
5	bool "nRF PWM nrfx driver"
6	default y
7	depends on DT_HAS_NORDIC_NRF_PWM_ENABLED
8	select NRFX_PWM0 if HAS_HW_NRF_PWM0
9	select NRFX_PWM1 if HAS_HW_NRF_PWM1
10	select NRFX_PWM2 if HAS_HW_NRF_PWM2
11	select NRFX_PWM3 if HAS_HW_NRF_PWM3
12	select PINCTRL
13	help
14	  Enable support for nrfx Hardware PWM driver for nRF52 MCU series.
15