zephyr/drivers/clock_control/Kconfig.smartbond
Ioannis Damigos ffa5b30c33 dts/bindings/renesas,smartbond-lp-osc: Substitute calibration-interval
Substitute calibration-interval property with kconfig option
SMARTBOND_LP_OSC_CALIBRATION_INTERVAL

Signed-off-by: Ioannis Damigos <ioannis.damigos.uj@renesas.com>
2024-05-21 18:43:43 +02:00

22 lines
566 B
Plaintext

# Smartbond clock control driver config
# Copyright (c) 2022 Renesas Electronics Corporation
# SPDX-License-Identifier: Apache-2.0
config CLOCK_CONTROL_SMARTBOND
bool "Smartbond Clock Control"
depends on SOC_FAMILY_RENESAS_SMARTBOND
help
Enable driver for Clock Control subsystem found in SmartBond
if CLOCK_CONTROL_SMARTBOND
config SMARTBOND_LP_OSC_CALIBRATION_INTERVAL
int "Low-power oscillators calibration interval"
default 1
range 1 10
help
Time in seconds between calibration of low power clock RC32K and RCX.
endif # CLOCK_CONTROL_SMARTBOND