Add framework to support framebuffer/security negotiation

This commit is contained in:
Gregory Nutt
2016-04-16 12:50:23 -06:00
parent e6bb56f6da
commit e793ee2be5
4 changed files with 128 additions and 1 deletions
+13
View File
@@ -12,6 +12,19 @@ menuconfig VNCSERVER
if VNCSERVER
choice
prompt "VNC server protocol"
default VNCSERVER_PROTO3p3
config VNCSERVER_PROTO3p3
bool "Version 3.3"
config VNCSERVER_PROTO3p3
bool "Version 3.8"
depends on EXPERIMENTAL
endchoice # VNC server protocol
config VNCSERVER_NDISPLAYS
int "Number of displays"
default 1