# Copyright (c) 2024 Nordic Semiconductor
# SPDX-License-Identifier: Apache-2.0

config SOC_NRF54H20_GPD
	bool "Global Power Domain service"
	imply NRFS
	imply NRFS_GDPWR_SERVICE_ENABLED
	select ONOFF
	default y if SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP || \
		     SOC_NRF54H20_CPURAD || SOC_NRF54H20_ENGB_CPURAD
	help
	  This option enables the Global Power Domain service.
