Unverified Commit 8e61428b authored by oxalica's avatar oxalica
Browse files

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.
parent 9099616b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -846,6 +846,7 @@ let
      AIC94XX_DEBUG = no;

      BLK_DEV_INTEGRITY       = yes;
      BLK_DEV_ZONED           = yes;

      BLK_SED_OPAL = yes;