From mboxrd@z Thu Jan  1 00:00:00 1970
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 02/13] kernel: Disable suspending systems to RAM
Date: Fri, 17 Sep 2021 11:42:18 +0000
Message-ID: <20210917114229.10704-2-michael.tremer@ipfire.org>
In-Reply-To: <20210917114229.10704-1-michael.tremer@ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3351956220917004051=="
List-Id: <development.lists.ipfire.org>

--===============3351956220917004051==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

We do not make any use of this functionality

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 config/kernel/kernel.config.aarch64-ipfire | 4 +---
 config/kernel/kernel.config.armv6l-ipfire  | 4 +---
 config/kernel/kernel.config.i586-ipfire    | 5 +----
 config/kernel/kernel.config.x86_64-ipfire  | 5 +----
 4 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/config/kernel/kernel.config.aarch64-ipfire b/config/kernel/kerne=
l.config.aarch64-ipfire
index 54cd7c084..589e0440d 100644
--- a/config/kernel/kernel.config.aarch64-ipfire
+++ b/config/kernel/kernel.config.aarch64-ipfire
@@ -480,9 +480,7 @@ CONFIG_SYSVIPC_COMPAT=3Dy
 #
 # Power management options
 #
-CONFIG_SUSPEND=3Dy
-CONFIG_SUSPEND_FREEZER=3Dy
-# CONFIG_SUSPEND_SKIP_SYNC is not set
+# CONFIG_SUSPEND is not set
 # CONFIG_HIBERNATION is not set
 CONFIG_PM_SLEEP=3Dy
 CONFIG_PM_SLEEP_SMP=3Dy
diff --git a/config/kernel/kernel.config.armv6l-ipfire b/config/kernel/kernel=
.config.armv6l-ipfire
index 6fe17954d..1dc5b1c58 100644
--- a/config/kernel/kernel.config.armv6l-ipfire
+++ b/config/kernel/kernel.config.armv6l-ipfire
@@ -702,9 +702,7 @@ CONFIG_NEON=3Dy
 #
 # Power management options
 #
-CONFIG_SUSPEND=3Dy
-CONFIG_SUSPEND_FREEZER=3Dy
-# CONFIG_SUSPEND_SKIP_SYNC is not set
+# CONFIG_SUSPEND is not set
 # CONFIG_HIBERNATION is not set
 CONFIG_PM_SLEEP=3Dy
 CONFIG_PM_SLEEP_SMP=3Dy
diff --git a/config/kernel/kernel.config.i586-ipfire b/config/kernel/kernel.c=
onfig.i586-ipfire
index a915682e4..b159db581 100644
--- a/config/kernel/kernel.config.i586-ipfire
+++ b/config/kernel/kernel.config.i586-ipfire
@@ -464,9 +464,7 @@ CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=3Dy
 #
 # Power management and ACPI options
 #
-CONFIG_SUSPEND=3Dy
-CONFIG_SUSPEND_FREEZER=3Dy
-# CONFIG_SUSPEND_SKIP_SYNC is not set
+# CONFIG_SUSPEND is not set
 # CONFIG_HIBERNATION is not set
 CONFIG_PM_SLEEP=3Dy
 CONFIG_PM_SLEEP_SMP=3Dy
@@ -484,7 +482,6 @@ CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=3Dy
 CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=3Dy
 # CONFIG_ACPI_DEBUGGER is not set
 CONFIG_ACPI_SPCR_TABLE=3Dy
-CONFIG_ACPI_SLEEP=3Dy
 CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=3Dy
 CONFIG_ACPI_EC_DEBUGFS=3Dm
 CONFIG_ACPI_AC=3Dy
diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel=
.config.x86_64-ipfire
index 730e0791e..bf738bda5 100644
--- a/config/kernel/kernel.config.x86_64-ipfire
+++ b/config/kernel/kernel.config.x86_64-ipfire
@@ -468,9 +468,7 @@ CONFIG_ARCH_ENABLE_THP_MIGRATION=3Dy
 #
 # Power management and ACPI options
 #
-CONFIG_SUSPEND=3Dy
-CONFIG_SUSPEND_FREEZER=3Dy
-# CONFIG_SUSPEND_SKIP_SYNC is not set
+# CONFIG_SUSPEND is not set
 CONFIG_HIBERNATE_CALLBACKS=3Dy
 # CONFIG_HIBERNATION is not set
 CONFIG_PM_SLEEP=3Dy
@@ -490,7 +488,6 @@ CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=3Dy
 # CONFIG_ACPI_DEBUGGER is not set
 CONFIG_ACPI_SPCR_TABLE=3Dy
 CONFIG_ACPI_LPIT=3Dy
-CONFIG_ACPI_SLEEP=3Dy
 CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=3Dy
 CONFIG_ACPI_EC_DEBUGFS=3Dm
 CONFIG_ACPI_AC=3Dy
--=20
2.20.1


--===============3351956220917004051==--