VNC: Add framework to support a framebuffer driver interface

This commit is contained in:
Gregory Nutt
2016-04-14 13:52:59 -06:00
parent c6707e3dc1
commit 2ec0ac6eaa
5 changed files with 637 additions and 2 deletions
+16
View File
@@ -12,4 +12,20 @@ menuconfig VNCSERVER
if VNCSERVER
config VNCSERVER_NDISPLAYS
int "Number of displays"
default 1
range 1 99
---help---
Specifies the number of RFB displays supported by the server.
Normally this should be one.
config VNCSERVER_PRIO
int "VNC server thread priority"
default 100
config VNCSERVER_STACKSIZE
int "VNC server stack size"
default 2048
endif # VNCSERVER