summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroxalica <oxalicc@pm.me>2024-02-29 03:44:14 -0500
committeroxalica <oxalicc@pm.me>2024-02-29 03:44:14 -0500
commit8e61428bfdb71b188d70368fbd86ceb48f1d4fc4 (patch)
treeffd3857c1a54a2a5b1299fb8b2acd84a21a4f128
parentMerge pull request #282544 from fabaff/overrides-bump (diff)
downloadnixpkgs-8e61428bfdb71b188d70368fbd86ceb48f1d4fc4.tar.gz
linux: enable CONFIG_BLK_DEV_ZONED
This enables support for ZAC/ZBC/ZNS host-managed and host-aware zoned block devices. It also enables zone features in various filesystems including BTRFS and F2FS, and other relative subsystems like nvme and virtio-blk.
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index 4b9259d396b3..6e530b3acd9d 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -846,6 +846,7 @@ let
AIC94XX_DEBUG = no;
BLK_DEV_INTEGRITY = yes;
+ BLK_DEV_ZONED = yes;
BLK_SED_OPAL = yes;