1# Copyright (c) 2025 Silicon Laboratories Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4config PWM_SILABS_SIWX91X
5	bool "Silabs SiWx91x PWM driver"
6	default y
7	depends on DT_HAS_SILABS_SIWX91X_PWM_ENABLED
8	help
9	  Enable the PWM driver for the Silabs SiWx91x SoC series.
10