Message ID | 20230607092112.655098-1-marcin.juszkiewicz@linaro.org |
---|---|
State | New |
Headers | show |
Series | [1/1] hw/arm/Kconfig: sbsa-ref uses Bochs display | expand |
On Wed, 7 Jun 2023 at 10:21, Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> wrote: > > Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> > Reviewed-by: Thomas Huth <thuth@redhat.com> > > --- > hw/arm/Kconfig | 1 + > 1 file changed, 1 insertion(+) Applied to target-arm.next, thanks. -- PMM
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