mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
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>
This commit is contained in:
parent
c1c350dc2c
commit
259181d29f
4 changed files with 10 additions and 1 deletions
|
@ -485,6 +485,7 @@ config XLNX_ZYNQMP_ARM
|
|||
select AHCI
|
||||
select ARM_GIC
|
||||
select CADENCE
|
||||
select CPU_CLUSTER
|
||||
select DDC
|
||||
select DPCD
|
||||
select SDHCI
|
||||
|
@ -503,6 +504,7 @@ config XLNX_VERSAL
|
|||
default y
|
||||
depends on TCG && AARCH64
|
||||
select ARM_GIC
|
||||
select CPU_CLUSTER
|
||||
select PL011
|
||||
select CADENCE
|
||||
select VIRTIO_MMIO
|
||||
|
@ -688,6 +690,7 @@ config ARMSSE
|
|||
select CMSDK_APB_DUALTIMER
|
||||
select CMSDK_APB_UART
|
||||
select CMSDK_APB_WATCHDOG
|
||||
select CPU_CLUSTER
|
||||
select IOTKIT_SECCTL
|
||||
select IOTKIT_SYSCTL
|
||||
select IOTKIT_SYSINFO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue