#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#

menuconfig VNCCLIENT
	bool "VNC client"
	default n
	depends on NET_TCP && !NX_LCDDRIVER && !VNC_SERVER && EXPERIMENTAL
	---help---
		Enable support for a VNC Remote Frame Buffer (RFB) client

if VNCCLIENT

endif # VNCCLIENT