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>
12 lines
259 B
Text
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
|