1# Intel ISH family PM default configuration options 2# 3# Copyright (c) 2023 Intel Corporation 4# 5# SPDX-License-Identifier: Apache-2.0 6 7if PM 8 9config GDT_DYNAMIC 10 default y 11 12config PM_DEVICE 13 default y 14 15config GDT_RESERVED_NUM_ENTRIES 16 default 3 17 18config REBOOT 19 default y 20 21config PM_NEED_ALL_DEVICES_IDLE 22 default y 23 24endif 25