Kconfig 358 B

123456789101112131415
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see the file kconfig-language.txt in the NuttX tools repository.
  4. #
  5. menuconfig VNCCLIENT
  6. bool "VNC client"
  7. default n
  8. depends on NET_TCP && !NX_LCDDRIVER && !VNC_SERVER && EXPERIMENTAL
  9. ---help---
  10. Enable support for a VNC Remote Frame Buffer (RFB) client
  11. if VNCCLIENT
  12. endif # VNCCLIENT