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>
This commit is contained in:
Fabio Baltieri 2025-02-18 11:41:51 +00:00 committed by Benjamin Cabé
commit c06202c176
2 changed files with 4 additions and 5 deletions

View file

@ -18,8 +18,3 @@ CONFIG_UART_CONSOLE=y
# GPIO Driver
CONFIG_GPIO=y
# Power Management
CONFIG_PM=y
CONFIG_PM_DEVICE=y
CONFIG_PM_POLICY_CUSTOM=y

View file

@ -5,4 +5,8 @@ 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