aboutsummaryrefslogtreecommitdiff
path: root/hw/xtensa/Kconfig
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2024-01-22 10:19:17 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2024-05-10 15:45:15 +0200
commit47771d67563dc48753d275249d0764144d56357d (patch)
tree2bd2349ccc3747278d70d538ef33fa3050bb3605 /hw/xtensa/Kconfig
parentd641ec30be4963f43bffe033f5265a57cb8f4c90 (diff)
downloadqemu-47771d67563dc48753d275249d0764144d56357d.zip
qemu-47771d67563dc48753d275249d0764144d56357d.tar.gz
qemu-47771d67563dc48753d275249d0764144d56357d.tar.bz2
hw/xtensa: require libfdt
All other boards require libfdt if it can be used (including for example i386/x86_64), so change the "imply" to "select" and always allow -dtb in qemu-system-xtensa. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/xtensa/Kconfig')
-rw-r--r--hw/xtensa/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xtensa/Kconfig b/hw/xtensa/Kconfig
index 8ea283a..fc5c785 100644
--- a/hw/xtensa/Kconfig
+++ b/hw/xtensa/Kconfig
@@ -14,8 +14,8 @@ config XTENSA_VIRT
config XTENSA_XTFPGA
bool
default y
- depends on XTENSA
- imply DEVICE_TREE
+ depends on XTENSA && FDT
+ select DEVICE_TREE
select OPENCORES_ETH
select PFLASH_CFI01
select SERIAL