zephyr/tests/drivers/counter/counter_basic_api/Kconfig
Derek Snell f1c9799668 tests: drivers: counter_basic_api: add testcase for NXP FRDM-RW612
New test case enables low-power standby mode, but disables testing
the lpc_rtc_highres driver, since it is used to wake the device from
standby mode.

Signed-off-by: Derek Snell <derek.snell@nxp.com>
2025-05-12 19:19:40 +02:00

11 lines
289 B
Plaintext

# Copyright 2025 NXP
# SPDX-License-Identifier: Apache-2.0
config TEST_DRIVER_COUNTER_MCUX_LPC_RTC_HIGHRES
bool "tests the nxp_lpc_rtc_highres compatible driver"
default y if COUNTER_MCUX_LPC_RTC_HIGHRES
help
tests the nxp_lpc_rtc_highres compatible driver
source "Kconfig.zephyr"