# 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_NRF91X
	default 500
	depends on SOC_FAMILY_NORDIC_NRF
	help
	  Delay in microseconds required for high-frequency
	  clock startup.

source "Kconfig.zephyr"
