build: config: cleanup impossible dependency logic
[openwrt/staging/jow.git] / config / Config-images.in
index 92720fb84d506650267228ac631b474525aa93cb..aa238762590eb7b2ffe6923ffae83ea49bb13260 100644 (file)
@@ -47,7 +47,6 @@ menu "Target Images"
                                bool "xz"
 
                        config TARGET_INITRAMFS_COMPRESSION_ZSTD
-                               depends on !LINUX_5_4 && !LINUX_4_19
                                bool "zstd"
                endchoice
 
@@ -272,6 +271,12 @@ menu "Target Images"
                depends on GRUB_IMAGES || GRUB_EFI_IMAGES
                select PACKAGE_kmod-e1000
 
+       config VHDX_IMAGES
+               bool "Build Hyper-V image files (VHDX)"
+               depends on TARGET_x86
+               depends on GRUB_IMAGES || GRUB_EFI_IMAGES
+               select PACKAGE_kmod-e1000
+
        config TARGET_IMAGES_GZIP
                bool "GZip images"
                depends on TARGET_ROOTFS_EXT4FS || TARGET_x86 || TARGET_armvirt || TARGET_malta
@@ -290,7 +295,7 @@ menu "Target Images"
 
        config TARGET_ROOTFS_PARTSIZE
                int "Root filesystem partition size (in MiB)"
-               depends on USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS || TARGET_omap || TARGET_sunxi || TARGET_uml
+               depends on USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS
                default 104
                help
                  Select the root filesystem partition size.