|
From: | Paolo Bonzini |
Subject: | Re: [PATCH 17/22] hw/xtensa: add VIRTIO as dependencies for XTENSA_VIRT |
Date: | Wed, 3 May 2023 19:20:58 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 |
On 5/3/23 11:12, Alex Bennée wrote:
These are needed for board creation so fail under "make check" with a --without-default-devices build. Signed-off-by: Alex Bennée<alex.bennee@linaro.org> --- hw/xtensa/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/xtensa/Kconfig b/hw/xtensa/Kconfig index 0740657ea5..a54a9d395e 100644 --- a/hw/xtensa/Kconfig +++ b/hw/xtensa/Kconfig @@ -6,6 +6,8 @@ config XTENSA_VIRT select XTENSA_SIM select PCI_EXPRESS_GENERIC_BRIDGE select PCI_DEVICES + select VIRTIO_PCI + select VIRTIO_NET
Not needed. Paolo
[Prev in Thread] | Current Thread | [Next in Thread] |