Files
zephyr/tests/drivers/clock_control/clock_control_api/Kconfig
Jamie McCrae 70fcffd5de tests: Update to use SOC_SERIES_NRF Kconfigs without X suffix
Updates usage of the old Kconfig to use the new Kconfig

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2026-01-20 13:21:38 +00:00

14 lines
347 B
Plaintext

# Copyright (c) 2025 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config TEST_NRF_HF_STARTUP_TIME_US
int "Delay required for HF clock startup."
default 3000 if SOC_SERIES_NRF91
default 500
depends on SOC_FAMILY_NORDIC_NRF
help
Delay in microseconds required for high-frequency
clock startup.
source "Kconfig.zephyr"