22 lines
566 B
Plaintext
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
|