#
# Copyright (c) 2026 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

mainmenu "uart_async_low_power_wake"

config APP_WAKE_BLOCKING_US
	int "Simulated CPU-busy time after GPIO wake (us)"
	default 0
	help
	  Microseconds the application busy-waits after taking the GPIO wake
	  semaphore and before calling uart_rx_enable(). Models worst-case CPU
	  unavailability (e.g. another higher-priority ISR or a critical
	  section) so the preamble length can be sized to cover real-world
	  wake latency. 0 disables the simulation.

source "Kconfig.zephyr"
