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:
parent
eb580eb903
commit
c06202c176
2 changed files with 4 additions and 5 deletions
|
@ -18,8 +18,3 @@ CONFIG_UART_CONSOLE=y
|
||||||
|
|
||||||
# GPIO Driver
|
# GPIO Driver
|
||||||
CONFIG_GPIO=y
|
CONFIG_GPIO=y
|
||||||
|
|
||||||
# Power Management
|
|
||||||
CONFIG_PM=y
|
|
||||||
CONFIG_PM_DEVICE=y
|
|
||||||
CONFIG_PM_POLICY_CUSTOM=y
|
|
||||||
|
|
|
@ -5,4 +5,8 @@ if SOC_FAMILY_ITE_EC
|
||||||
|
|
||||||
rsource "*/Kconfig.defconfig.series"
|
rsource "*/Kconfig.defconfig.series"
|
||||||
|
|
||||||
|
choice PM_POLICY
|
||||||
|
default PM_POLICY_CUSTOM if SOC_FAMILY_ITE_EC
|
||||||
|
endchoice
|
||||||
|
|
||||||
endif # SOC_FAMILY_ITE_EC
|
endif # SOC_FAMILY_ITE_EC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue