diff options
Diffstat (limited to 'vgasrc/Kconfig')
-rw-r--r-- | vgasrc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vgasrc/Kconfig b/vgasrc/Kconfig index 4443c0b3..f6d843e0 100644 --- a/vgasrc/Kconfig +++ b/vgasrc/Kconfig @@ -70,6 +70,13 @@ menu "VGA ROM" v3.0+. The vgabios works with the qemu stdvga too (use "qemu -device VGA,romfile=/path/to/vgabios.bin")". + config VGA_RAMFB + depends on QEMU + bool "qemu ramfb" + select VGA_EMULATE_TEXT + help + qemu ram framebuffer support (-device ramfb). + endchoice choice |