diff options
| author | oxalica <oxalicc@pm.me> | 2024-02-29 03:44:14 -0500 |
|---|---|---|
| committer | oxalica <oxalicc@pm.me> | 2024-02-29 03:44:14 -0500 |
| commit | 8e61428bfdb71b188d70368fbd86ceb48f1d4fc4 (patch) | |
| tree | ffd3857c1a54a2a5b1299fb8b2acd84a21a4f128 | |
| parent | Merge pull request #282544 from fabaff/overrides-bump (diff) | |
| download | nixpkgs-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.nix | 1 |
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; |
