1# Copyright (c) 2024 GARDENA GmbH
2#
3# SPDX-License-Identifier: Apache-2.0
4
5config CLOCK_CONTROL_SI32_PLL
6	bool "SI32 PLL clock control"
7	default y
8	depends on DT_HAS_SILABS_SI32_PLL_ENABLED
9
10config CLOCK_CONTROL_SI32_AHB
11	bool "SI32 AHB clock control"
12	default y
13	depends on DT_HAS_SILABS_SI32_AHB_ENABLED
14
15config CLOCK_CONTROL_SI32_APB
16	bool "SI32 APB clock control"
17	default y
18	depends on DT_HAS_SILABS_SI32_APB_ENABLED
19