components/vnc_server/Kconfig

branch
novnc
changeset 38
537ffe280775
parent 37
1b82a6d50a39
child 39
e5900c9b9a7b
--- a/components/vnc_server/Kconfig	Thu May 02 11:57:07 2019 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-
-menu "VNC Server"
-
-config VNC_SERVER_PORT
-	int "VNC server port number"
-	default 5900
-	help
-		Port VNC server will listen on for client connection.
-		This defaults to the standard port 5900, but may
-		be changed to any other port number if required.
-
-
-config VNC_SERVER_FRAME_WIDTH
-	int "Frame width in pixels"
-	default	320
-	help
-		This sets the width of the VNC server frame buffer.
-
-
-config VNC_SERVER_FRAME_HEIGHT
-	int "Frame heigth in pixels"
-	default 240
-	help
-		This sets the height of the VNC server frame buffer.
-
-
-endmenu

mercurial