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

config MPSL_USE_ZEPHYR_PM
	bool "Use Zephyr's Power Management API"
	depends on SOC_SERIES_NRF54HX
	depends on MPSL
	depends on PM
	help
	  This option configures MPSL to use Zephyr's Power Management.
