From a53bf572588116b89ba5449ab1039a576b16841f Mon Sep 17 00:00:00 2001 From: Hoegeun Kwon Date: Wed, 22 Nov 2023 16:53:23 +0900 Subject: [PATCH] RISCV: config: Enable hibernation and swap partition Enable the hibernation configuration and related PM features for debuf purprose. Change-Id: I635a1c783e0e4e2a4f3c518d90a45b32d10e9d2d Signed-off-by: Hoegeun Kwon --- arch/riscv/configs/tizen_visionfive2_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/riscv/configs/tizen_visionfive2_defconfig b/arch/riscv/configs/tizen_visionfive2_defconfig index 7d1fc68..66f1822 100644 --- a/arch/riscv/configs/tizen_visionfive2_defconfig +++ b/arch/riscv/configs/tizen_visionfive2_defconfig @@ -31,8 +31,8 @@ CONFIG_SOC_SIFIVE=y CONFIG_SOC_STARFIVE=y CONFIG_SOC_VIRT=y CONFIG_SMP=y -CONFIG_HOTPLUG_CPU=y -CONFIG_PM=y +CONFIG_HIBERNATION=y +CONFIG_PM_STD_PARTITION="PARTLABEL=hibernation" CONFIG_CPU_IDLE=y CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_STAT=y -- 2.7.4