about summary refs log tree commit diff
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
parent9099616b93301d5cf84274b184a3a5ec69e94e08 (diff)
downloadnixlib-8e61428bfdb71b188d70368fbd86ceb48f1d4fc4.tar
nixlib-8e61428bfdb71b188d70368fbd86ceb48f1d4fc4.tar.gz
nixlib-8e61428bfdb71b188d70368fbd86ceb48f1d4fc4.tar.bz2
nixlib-8e61428bfdb71b188d70368fbd86ceb48f1d4fc4.tar.lz
nixlib-8e61428bfdb71b188d70368fbd86ceb48f1d4fc4.tar.xz
nixlib-8e61428bfdb71b188d70368fbd86ceb48f1d4fc4.tar.zst
nixlib-8e61428bfdb71b188d70368fbd86ceb48f1d4fc4.zip
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;