1# Copyright (c) 2024 Silicon Laboratories Inc. 2# SPDX-License-Identifier: Apache-2.0 3 4config CLOCK_CONTROL_SILABS_SIWX91X 5 bool "SiWx91x clock control driver" 6 default y 7 depends on DT_HAS_SILABS_SIWX91X_CLOCK_ENABLED 8 help 9 Enable clock management on Silicon Labs SiWx91x chips. This driver 10 includes support for HP (High Performace), ULP (Ultra Low Power), and 11 ULP VBAT clocks. 12 13 The original hardware allow to customize the various clocks offered for 14 every devices. This driver does not provide such customizations. It 15 just hardcodes sane default parameters for every devices. 16