]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/microblaze: Add missing FDT dependency
authorBernhard Beschow <shentey@gmail.com>
Tue, 8 Jul 2025 20:48:04 +0000 (22:48 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 14 Jul 2025 22:24:26 +0000 (00:24 +0200)
These boards ship with a bundled DTB, and dtc will be required for generating
these from device tree sources. Prepare for that by adding an FDT dependency.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250708204806.1898-2-shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/microblaze/Kconfig

index b0214b2c8b2656eeeb1230dbacb478f86bcf852e..72d8072f7645e59a9b087cbb828313bcf0fd8717 100644 (file)
@@ -1,7 +1,7 @@
 config PETALOGIX_S3ADSP1800
     bool
     default y
-    depends on MICROBLAZE
+    depends on MICROBLAZE && FDT
     select PFLASH_CFI01
     select XILINX
     select XILINX_AXI
@@ -11,7 +11,7 @@ config PETALOGIX_S3ADSP1800
 config PETALOGIX_ML605
     bool
     default y
-    depends on MICROBLAZE
+    depends on MICROBLAZE && FDT
     select PFLASH_CFI01
     select SERIAL_MM
     select SSI_M25P80