From: Hoegeun Kwon Date: Wed, 22 Nov 2023 07:53:23 +0000 (+0900) Subject: RISCV: config: Enable hibernation and swap partition X-Git-Tag: accepted/tizen/unified/riscv/20231130.214005~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F86%2F301886%2F2;p=platform%2Fkernel%2Flinux-starfive.git 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 --- 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