1# Copyright (c) 2024 Silicon Laboratories Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4config CLOCK_CONTROL_SILABS_SERIES
5	bool "Silicon Labs Series 2+ clock control driver"
6	default y
7	depends on DT_HAS_SILABS_SERIES_CLOCK_ENABLED
8	help
9	  Enable Silicon Labs Series 2+ Clock Management Unit clock control driver.
10