1# Copyright 2025 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4config TEST_DRIVER_COUNTER_MCUX_LPC_RTC_HIGHRES 5 bool "tests the nxp_lpc_rtc_highres compatible driver" 6 default y if COUNTER_MCUX_LPC_RTC_HIGHRES 7 help 8 tests the nxp_lpc_rtc_highres compatible driver 9 10config TEST_DRIVER_COUNTER_TOLERANCE 11 int "Counter ticks tolerance (%)" 12 default 10 13 help 14 Error tolerance used in counter driver tests. 15 A number of ticks is estimated and counter is tested against systimer, 16 to verify accuracy. Tolerance is a percentage of deviation allowed for 17 the number of expected ticks. 18 19source "Kconfig.zephyr" 20