Updates usage of the old Kconfig to use the new Kconfig Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
14 lines
347 B
Plaintext
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"
|