Skip to content

Commit

Permalink
fix(kernel): re-enable DMI using patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Princemachiavelli committed Mar 28, 2024
1 parent 59dff72 commit c8f872f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8f872f

Please sign in to comment.