From 8e61428bfdb71b188d70368fbd86ceb48f1d4fc4 Mon Sep 17 00:00:00 2001 From: oxalica Date: Thu, 29 Feb 2024 03:44:14 -0500 Subject: 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. --- pkgs/os-specific/linux/kernel/common-config.nix | 1 + 1 file changed, 1 insertion(+) 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; -- cgit 1.4.1