zephyr/soc/ite/ec/Kconfig.defconfig
Fabio Baltieri c06202c176 it82xx2_evb: drop PM symbols from the board config
PM, PM_DEVICE etc should be enabled by the application/samples, not the
board.

Add a config to default to custom policy for the board though since
there's one defined at soc level.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2025-02-21 04:39:05 +01:00

12 lines
259 B
Text

# Copyright (c) 2020 ITE Corporation. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
if SOC_FAMILY_ITE_EC
rsource "*/Kconfig.defconfig.series"
choice PM_POLICY
default PM_POLICY_CUSTOM if SOC_FAMILY_ITE_EC
endchoice
endif # SOC_FAMILY_ITE_EC