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
10source "Kconfig.zephyr"
11