zephyr/tests/drivers/clock_control/clock_control_api/Kconfig
Michał Stasiak c8bda86db6 tests: drivers: clock_control_api: move startup time to Kconfig
Moved target dependent startup time from header file to
Kconfig option to allow adding new targets with new .conf
file rather that modyfing source of the test. Adjusted
startup time for nRF54L09 and nRF54L20.

Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
2025-04-25 15:57:13 +02:00

14 lines
355 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 CONFIG_SOC_SERIES_NRF91X
default 500
depends on SOC_FAMILY_NORDIC_NRF
help
Delay in microseconds required for high-frequency
clock startup.
source "Kconfig.zephyr"