hw: Add a Kconfig switch for the TYPE_CPU_CLUSTER device
commit259181d29f81aa72a489dddc7d59517894b51e0f
authorThomas Huth <thuth@redhat.com>
Mon, 15 Apr 2024 06:56:55 +0000 (15 08:56 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 25 Apr 2024 10:48:12 +0000 (25 12:48 +0200)
tree1995d1ab91d6f7771a1d561a9b66a6d2a010249d
parentc1c350dc2ccbf92524754694547909e1455e4eef
hw: Add a Kconfig switch for the TYPE_CPU_CLUSTER device

The cpu-cluster device is only needed for some few arm and riscv
machines. Let's avoid compiling and linking it if it is not really
necessary.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20240415065655.130099-3-thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/arm/Kconfig
hw/cpu/Kconfig
hw/cpu/meson.build
hw/riscv/Kconfig