[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 3/3] hw/arm/Kconfig: sbsa-ref uses Bochs display
|
From: |
Marcin Juszkiewicz |
|
Subject: |
[PATCH v2 3/3] hw/arm/Kconfig: sbsa-ref uses Bochs display |
|
Date: |
Tue, 23 May 2023 19:28:55 +0200 |
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
hw/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 0f42c556d7..4484de67e8 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -249,6 +249,7 @@ config SBSA_REF
select PL061 # GPIO
select USB_EHCI_SYSBUS
select WDT_SBSA
+ select BOCHS_DISPLAY
config SABRELITE
bool
--
2.40.1
- [PATCH v2] hw/arm/sbsa-ref: add GIC node into DT, Marcin Juszkiewicz, 2023/05/17
- Re: [PATCH v2] hw/arm/sbsa-ref: add GIC node into DT, Leif Lindholm, 2023/05/19
- Re: [PATCH v2] hw/arm/sbsa-ref: add GIC node into DT, Peter Maydell, 2023/05/23
- Re: [PATCH 1/2] docs: sbsa: correct graphics card name, Marcin Juszkiewicz, 2023/05/23
- Re: [PATCH 1/2] docs: sbsa: correct graphics card name, Thomas Huth, 2023/05/23
- Re: [PATCH 1/2] docs: sbsa: correct graphics card name, Peter Maydell, 2023/05/25
- Re: [PATCH 1/2] docs: sbsa: correct graphics card name, Thomas Huth, 2023/05/25
- Re: [PATCH 1/2] docs: sbsa: correct graphics card name, Peter Maydell, 2023/05/25
- Re: [PATCH 1/2] docs: sbsa: correct graphics card name, Thomas Huth, 2023/05/25
- Re: [PATCH 1/2] docs: sbsa: correct graphics card name, Mark Cave-Ayland, 2023/05/25