summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/common-config.nix
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-10-26 10:13:41 +0200
committerVladimír Čunát <v@cunat.cz>2023-10-26 10:13:41 +0200
commit6976205051293deb600afbf4c508dbc59e7676de (patch)
treeadfe2b4674cb43845b2eec1dca7a19ea15ef7a4a /pkgs/os-specific/linux/kernel/common-config.nix
parentc617996dadf46c7e13205416c84a461f13fd351b (diff)
parent45c01771fb4644601bb21b5da82856500e468a3f (diff)
downloadnixpkgs-6976205051293deb600afbf4c508dbc59e7676de.tar
nixpkgs-6976205051293deb600afbf4c508dbc59e7676de.tar.gz
nixpkgs-6976205051293deb600afbf4c508dbc59e7676de.tar.bz2
nixpkgs-6976205051293deb600afbf4c508dbc59e7676de.tar.lz
nixpkgs-6976205051293deb600afbf4c508dbc59e7676de.tar.xz
nixpkgs-6976205051293deb600afbf4c508dbc59e7676de.tar.zst
nixpkgs-6976205051293deb600afbf4c508dbc59e7676de.zip
Merge #255683: linux_xanmod*: cleanup extra config
...into staging
Diffstat (limited to 'pkgs/os-specific/linux/kernel/common-config.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index ceb34fe0c76..3c1697e1c08 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -833,6 +833,8 @@ let
       CLEANCACHE = whenOlder "5.17" (option yes);
       CRASH_DUMP = option no;
 
+      FSCACHE_STATS = yes;
+
       DVB_DYNAMIC_MINORS = option yes; # we use udev
 
       EFI_STUB            = yes; # EFI bootloader in the bzImage itself