1# Smartbond clock control driver config 2 3# Copyright (c) 2022 Renesas Electronics Corporation 4# SPDX-License-Identifier: Apache-2.0 5 6config CLOCK_CONTROL_SMARTBOND 7 bool "Smartbond Clock Control" 8 depends on SOC_FAMILY_RENESAS_SMARTBOND 9 help 10 Enable driver for Clock Control subsystem found in SmartBond 11 12if CLOCK_CONTROL_SMARTBOND 13 14config SMARTBOND_LP_OSC_CALIBRATION_INTERVAL 15 int "Low-power oscillators calibration interval" 16 default 1 17 range 1 10 18 help 19 Time in seconds between calibration of low power clock RC32K and RCX. 20 21endif # CLOCK_CONTROL_SMARTBOND 22