47771d6756
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>
22 lines
375 B
Plaintext
22 lines
375 B
Plaintext
config XTENSA_SIM
|
|
default y
|
|
depends on XTENSA
|
|
bool
|
|
|
|
config XTENSA_VIRT
|
|
bool
|
|
default y
|
|
depends on XTENSA
|
|
select XTENSA_SIM
|
|
select PCI_EXPRESS_GENERIC_BRIDGE
|
|
select PCI_DEVICES
|
|
|
|
config XTENSA_XTFPGA
|
|
bool
|
|
default y
|
|
depends on XTENSA && FDT
|
|
select DEVICE_TREE
|
|
select OPENCORES_ETH
|
|
select PFLASH_CFI01
|
|
select SERIAL
|