Skip to content

Commit

Permalink
linux/common-config: add CMA_SYSFS version bound
Browse files Browse the repository at this point in the history
Introduced in 5.13.
  • Loading branch information
alyssais committed Dec 24, 2024
1 parent 73c466f commit b551567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/kernel/common-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ let

# Add debug interfaces for CMA
CMA_DEBUGFS = yes;
CMA_SYSFS = yes;
CMA_SYSFS = whenAtLeast "5.13" yes;

# https://docs.kernel.org/arch/arm/mem_alignment.html
# tldr:
Expand Down

0 comments on commit b551567

Please sign in to comment.