On 01/02/2024 13.28, Alex Bennée wrote:
From: Paolo Bonzini <pbonz...@redhat.com>
Just like all other dependencies, these can be expressed in Kconfig
files rather than in the default configurations.
Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
Acked-by: Alistair Francis <alistair.fran...@wdc.com>
Message-Id: <20240129115809.1039924-1-pbonz...@redhat.com>
Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
---
configs/devices/m68k-softmmu/default.mak | 2 --
configs/devices/mips-softmmu/common.mak | 3 ---
configs/devices/nios2-softmmu/default.mak | 2 --
configs/devices/riscv32-softmmu/default.mak | 2 --
configs/devices/riscv64-softmmu/default.mak | 2 --
configs/devices/xtensa-softmmu/default.mak | 2 --
target/m68k/Kconfig | 1 +
target/mips/Kconfig | 1 +
target/nios2/Kconfig | 1 +
target/riscv/Kconfig | 2 ++
target/xtensa/Kconfig | 1 +
11 files changed, 6 insertions(+), 13 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>