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.
This commit is contained in:
oxalica
2024-02-29 03:44:14 -05:00
parent 9099616b93
commit 8e61428bfd
@@ -846,6 +846,7 @@ let
AIC94XX_DEBUG = no;
BLK_DEV_INTEGRITY = yes;
BLK_DEV_ZONED = yes;
BLK_SED_OPAL = yes;