diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2023-06-07 11:21:12 +0200 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-06-19 11:30:40 +0100 |
commit | 93faf3b9c9396bc06da4a380de67637334b1143d (patch) | |
tree | 5fdff7c9ff534b6828ab3948819e4dcf58b3d5a0 /hw/arm | |
parent | d2f9a79a8cf6ab992e1d0f27ad05b3e582d2b18a (diff) | |
download | qemu-93faf3b9c9396bc06da4a380de67637334b1143d.zip qemu-93faf3b9c9396bc06da4a380de67637334b1143d.tar.gz qemu-93faf3b9c9396bc06da4a380de67637334b1143d.tar.bz2 |
hw/arm/Kconfig: sbsa-ref uses Bochs display
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20230607092112.655098-1-marcin.juszkiewicz@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm')
-rw-r--r-- | hw/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 2159de3..7de17d1 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -268,6 +268,7 @@ config SBSA_REF select PL061 # GPIO select USB_EHCI_SYSBUS select WDT_SBSA + select BOCHS_DISPLAY config SABRELITE bool |