]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - block/Kconfig
block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=n
[mirror_ubuntu-jammy-kernel.git] / block / Kconfig
index eb50fd4977c2f5b5de3ef1a3c4ee597d1689936a..dfe7bc770fc9abb3d5e958a961cf8eb3eaf68984 100644 (file)
@@ -177,6 +177,10 @@ config BLK_DEBUG_FS
        Unless you are building a kernel for a tiny system, you should
        say Y here.
 
+config BLK_DEBUG_FS_ZONED
+       bool
+       default BLK_DEBUG_FS && BLK_DEV_ZONED
+
 config BLK_SED_OPAL
        bool "Logic for interfacing with Opal enabled SEDs"
        ---help---