[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 08/22] hw/arm: Select GICV3_TCG for sbsa-ref machine
From: |
Alex Bennée |
Subject: |
[PATCH 08/22] hw/arm: Select GICV3_TCG for sbsa-ref machine |
Date: |
Wed, 3 May 2023 10:12:30 +0100 |
From: Fabiano Rosas <farosas@suse.de>
This machine hardcodes the creation of the interrupt controller, so
make sure the dependency is explicitly described in the Kconfig.
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230208192654.8854-9-farosas@suse.de>
---
hw/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index cec7898bb7..0cce0b8d5b 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -252,6 +252,7 @@ config SBSA_REF
select PL061 # GPIO
select USB_EHCI_SYSBUS
select WDT_SBSA
+ select ARM_GICV3_TCG
config SABRELITE
bool
--
2.39.2
- Re: [PATCH 05/22] hw/arm: Select VIRTIO_NET for virt machine, (continued)
- [PATCH 02/22] tests/docker: bump the xtensa base to debian:11-slim, Alex Bennée, 2023/05/03
- [PATCH 03/22] docs: document breakpoint and watchpoint support, Alex Bennée, 2023/05/03
- [PATCH 04/22] scripts/ci: add gitlab-runner to kvm group, Alex Bennée, 2023/05/03
- [PATCH 09/22] hw/arm: Select e1000e for sbsa-ref machine, Alex Bennée, 2023/05/03
- [PATCH 08/22] hw/arm: Select GICV3_TCG for sbsa-ref machine,
Alex Bennée <=
- [PATCH 10/22] hw/arm: Select VGA_PCI for sbsa-ref machine, Alex Bennée, 2023/05/03
- [PATCH 07/22] hw/arm: Select XLNX_USB_SUBSYS for xlnx-zcu102 machine, Alex Bennée, 2023/05/03
- [PATCH 06/22] hw/arm: Select VIRTIO_BLK for virt machine, Alex Bennée, 2023/05/03
- [PATCH 11/22] hw/alpha: make E1000_PCI a hard dependency for clipper, Alex Bennée, 2023/05/03
- [PATCH 18/22] scripts/ci: clean-up the 20.04/22.04 confusion in ansible, Alex Bennée, 2023/05/03