From e5e599c100a8735942fca434361174c4f996877b Mon Sep 17 00:00:00 2001 From: Jun Lin Date: Tue, 17 Oct 2023 13:15:12 +0800 Subject: [PATCH] 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 --- soc/arm/nuvoton_npcx/npcx4/Kconfig.series | 1 + 1 file changed, 1 insertion(+) diff --git a/soc/arm/nuvoton_npcx/npcx4/Kconfig.series b/soc/arm/nuvoton_npcx/npcx4/Kconfig.series index 2eb4ac5d184..1585ace4e98 100644 --- a/soc/arm/nuvoton_npcx/npcx4/Kconfig.series +++ b/soc/arm/nuvoton_npcx/npcx4/Kconfig.series @@ -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