1# Copyright (c) 2024 Nordic Semiconductor
2# SPDX-License-Identifier: Apache-2.0
3
4config SOC_NRF54H20_GPD
5	bool "Global Power Domain service"
6	imply NRFS
7	imply NRFS_GDPWR_SERVICE_ENABLED
8	select ONOFF
9	default y if SOC_NRF54H20_CPUAPP || SOC_NRF54H20_CPURAD
10	help
11	  This option enables the Global Power Domain service.
12