diff options
| author | Alper Nebi Yasak <[email protected]> | 2023-08-14 20:39:41 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-08-24 16:47:05 -0400 |
| commit | 4d6641d5db85827e9efeab4cec84befbee1cd9f6 (patch) | |
| tree | cc1b04a171ca774e687688094471f38cd8fe0433 /arch | |
| parent | 6de1a3eb80aec1caf3d7854a5e898350aa551601 (diff) | |
arm: qemu: Enable Bochs video support
Commit 716161663ec49 ("riscv: qemu: Enable Bochs video support") enables
a video console for QEMU RISC-V virtual machines using an emulated Bochs
VGA card. Similarly, enable it for ARM virtual machines as well.
Signed-off-by: Alper Nebi Yasak <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 36ee1e9a3cd..5c505e1fbe8 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1037,6 +1037,10 @@ config ARCH_QEMU imply DM_RTC imply RTC_PL031 imply OF_HAS_PRIOR_STAGE + imply VIDEO + imply VIDEO_BOCHS + imply SYS_WHITE_ON_BLACK + imply SYS_CONSOLE_IS_IN_ENV config ARCH_RMOBILE bool "Renesas ARM SoCs" |
