From c8f872fca1794e914e9adf0c216c7c2440009d09 Mon Sep 17 00:00:00 2001 From: Josh Hoffer Date: Wed, 27 Mar 2024 12:40:41 -0700 Subject: [PATCH] fix(kernel): re-enable DMI using patch --- kernel/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/default.nix b/kernel/default.nix index 57ac8dd3..e9358384 100644 --- a/kernel/default.nix +++ b/kernel/default.nix @@ -133,6 +133,8 @@ pkgsAarch64.buildLinux (args // { MD_RAID1 = module; MD_RAID10 = module; MD_RAID456 = module; + # Re-enable DMI (revert https://github.com/OE4T/linux-tegra-5.10/commit/bc94634fcddd594735aa9c5ca5f68b4df1cb5f8b) + DMI = yes; } // (lib.optionalAttrs realtime { PREEMPT_VOLUNTARY = lib.mkForce no; # Disable the one set in common-config.nix # These are the options enabled/disabled by scripts/rt-patch.sh