diff options
| author | Bin Meng <[email protected]> | 2023-07-23 12:40:33 +0800 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2023-08-02 16:31:52 +0800 |
| commit | 716161663ec4904f0487308dd428ceb8b42bcf5d (patch) | |
| tree | 2dde0fda49cba74d7ba09674a237a885d842abf1 /board | |
| parent | 093bd0354e5b947b0bd634bf5ed4041ba075b57d (diff) | |
riscv: qemu: Enable Bochs video support
Enable video console using the emulated Bochs VGA card.
Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/emulation/qemu-riscv/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig index 6114e1b8120..976c350e50b 100644 --- a/board/emulation/qemu-riscv/Kconfig +++ b/board/emulation/qemu-riscv/Kconfig @@ -68,5 +68,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply MTD_NOR_FLASH imply CFI_FLASH imply OF_HAS_PRIOR_STAGE + imply VIDEO + imply VIDEO_BOCHS + imply SYS_WHITE_ON_BLACK endif |
