1# Copyright (c) 2022, Joep Buruma
2# SPDX-License-Identifier: Apache-2.0
3
4config PWM_RPI_PICO
5	bool "RPi Pico PWM"
6	default y
7	depends on DT_HAS_RASPBERRYPI_PICO_PWM_ENABLED
8	depends on RESET
9	select PICOSDK_USE_PWM
10	help
11	  Enable PWM driver for RPi Pico family of MCUs
12