summaryrefslogtreecommitdiff
path: root/nuttx/arch/x86/src/qemu/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-08 10:56:19 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-08 10:56:19 -0600
commitf4ba8bef4dfab0cc3f551ed36141b973e29886f6 (patch)
tree53b22394688976d0dc0142b6a1dd410a24008211 /nuttx/arch/x86/src/qemu/Kconfig
parentf2957cf0bbfceaab22d53f82e1f726add63b8eb4 (diff)
downloadpx4-nuttx-f4ba8bef4dfab0cc3f551ed36141b973e29886f6.tar.gz
px4-nuttx-f4ba8bef4dfab0cc3f551ed36141b973e29886f6.tar.bz2
px4-nuttx-f4ba8bef4dfab0cc3f551ed36141b973e29886f6.zip
QEMU i486: Minor updates to VGA driver
Diffstat (limited to 'nuttx/arch/x86/src/qemu/Kconfig')
-rw-r--r--nuttx/arch/x86/src/qemu/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/arch/x86/src/qemu/Kconfig b/nuttx/arch/x86/src/qemu/Kconfig
index 96e57bbb3..64933646c 100644
--- a/nuttx/arch/x86/src/qemu/Kconfig
+++ b/nuttx/arch/x86/src/qemu/Kconfig
@@ -19,4 +19,10 @@ config QEMU_VGA
---help---
Enable support for the QEMU VGA. See qemu_vga.h for interfaces.
+ NOTE: This VGA driver exports a character driver that can be used
+ to write into the VGA framebuffer. It does *NOT* support a NuttX
+ framebuffer interfaces and, hence, cannot be used with the NuttX
+ graphics subsystem. Such a conversion to the standard NuttX
+ framebuffer interface would, however, not be a big job.
+
endif