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>
11 lines
289 B
Plaintext
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"
|