From 8a1e187e1761f2be96994be76d0e245cd6f2a643 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Thu, 5 Sep 2024 18:01:40 +0200 Subject: [PATCH] linux: Move ACPI Video into portable profile It depends on backlight support. --- package/linux-hardened/profile.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/linux-hardened/profile.nix b/package/linux-hardened/profile.nix index a863b00..6089f0e 100644 --- a/package/linux-hardened/profile.nix +++ b/package/linux-hardened/profile.nix @@ -43,7 +43,6 @@ physical = { ACPI_BUTTON = true; - ACPI_VIDEO = true; ACPI_FAN = true; ACPI_TAD = true; ACPI_PROCESSOR_AGGREGATOR = true; @@ -82,6 +81,7 @@ SUSPEND = true; WQ_POWER_EFFICIENT_DEFAULT = true; ACPI_BATTERY = true; + ACPI_VIDEO = true; HOTPLUG_PCI_PCIE = true; HOTPLUG_PCI = true;