soc: npcx: add HAS_PM to npcx4
The Kconfig option HAS_PM, which must be needed for SoCs providing PM hooks, is missing in npcx4. This commit adds it to soc/arm/nuvoton_npcx/npcx4/Kconfig.series. Signed-off-by: Jun Lin <CHLin56@nuvoton.com>
This commit is contained in:
parent
05fb54b090
commit
e5e599c100
1 changed files with 1 additions and 0 deletions
|
@ -11,5 +11,6 @@ config SOC_SERIES_NPCX4
|
|||
select CPU_HAS_FPU
|
||||
select CPU_HAS_ARM_MPU
|
||||
select SOC_FAMILY_NPCX
|
||||
select HAS_PM
|
||||
help
|
||||
Enable support for Nuvoton NPCX4 series
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue